.tabstrip {
	overflow:hidden;
	font-weight: bold;
	font-size: 13px;
	background-image: url('/images/wrap/tabs_sprite.png');
	background-position: 0px -120px;
	background-repeat: repeat-x;
}
.tabstrip a {
	display: block;
	text-decoration: underline;
	cursor: pointer;
}
.tabwrap .tab_first {
	background-repeat: none;
	position:absolute;
	left: 0px;
	top: 0px;
	margin: 0;
}
.tabwrap .tab_last {
	background-repeat: none;
	position:absolute;
	right:0px;
	top:0px;
	margin: 0;
}
.tabwrap {
	float: left;
	position:relative;
	overflow: hidden;
}
.tabwrap .tab_content {
	background-repeat:repeat-x;
	white-space: nowrap;
	width: 100%;
}
.tabwrap .tab_first, .tabwrap .tab_last {
	background-image: url('/images/wrap/tabs_sprite.png');
	width: 18px;
	height: 30px;
}
.tabwrap .tab_content {
	background-image: url('/images/wrap/tabs_sprite.png');
	width: auto;
	height: 30px;
	margin: 0 18px;
	line-height: 30px;
	text-align: center;
}
.tinact .tab_first  {background-position:  0px -30px;}
.tinact .tab_last   {background-position: 18px -30px;}
.tinact .tab_content{background-position:  0px   0px;}
.tact   .tab_first  {background-position:  0px -90px;}
.tact   .tab_last   {background-position: 18px -90px;}
.tact   .tab_content{background-position:  0px -60px;}
.tinact .tab_content{color: #00306C;}
.tact   .tab_content{color: #001931;}
.tdis   .tab_content{color: #87B2DC;}

.tab_frame {
	border-color: #2564A1;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 10px;
}
