/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
height:27px;
padding-left:0px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	color: #fff;
	text-decoration:none;
	background:url(../images/skin/tabSelect_left.gif) no-repeat left top;
	float:left;
	height:27px;
	margin-right:5px;
	margin-left:5px;
}
.shadetabs li a span{
	background:url(../images/skin/tabSelect_right.gif) no-repeat right top;
	display: block;
	height:27px;
	float:left;
	padding: 0px 9px;
}
.shadetabs li a strong{
	background:url(../images/skin/tabSelect_center.gif) repeat-x top;
	padding:0px 9px;
	padding-top:7px;
	color:#fff;
	display:block;
	text-transform:uppercase;
	height:27px;
	float:left;
	 
}

.shadetabs li a:visited{
	color: #fff;
}

.shadetabs li a:hover, .shadetabs li a.selected{
	color: #3893fc;
	text-decoration:none;
	background:url(../images/skin/tabNomal_left.gif) no-repeat left top;
	float:left;
	height:27px;}

.shadetabs li a:hover span, .shadetabs li a.selected span{
	background:url(../images/skin/tabNomal_right.gif) no-repeat right top;
	display: block;
	height:27px;
	padding: 0px 9px;
}
.shadetabs li a:hover strong, .shadetabs li a.selected strong{
	background:url(../images/skin/tabNomal_center.gif) repeat-x top;
	padding:0px 9px;
	display:block;
	height:27px;
	color:#3893fc;
	text-transform:uppercase;
	padding-top:7px;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	width:562px;
	background:url(../images/skin/tab_bg.gif) no-repeat;
	background-color:#FFFFFF;
	padding:1px;
	padding-top:9px;
}
.tabcontent table{
	border:#FFFFFF 1px solid;
	font-weight:600;
}
.tabcontent th{
	font-weight:bolder;
	font-size:12px;
	text-transform:uppercase;	
	border-bottom:#cbcbcb 1px dashed;
}
.td1{
	border-left:#ebebeb 1px solid;
}
.td2{
	border-left:#ebebeb 1px solid;
	color:#0055cc;
}
@media print {
.tabcontent {
display:block !important;
}
}