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

.shadetabs{
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px tahoma;
list-style-type: none;
height:42px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:url(../images/skin/bgTab.gif) no-repeat #f2f5f7;
padding-left:10px;
padding-top:6px;
width:510px;
}

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

.shadetabs li a{
	color: #fff;
	text-decoration:none;
	background:url(../images/skin/tabNomal_left.gif) no-repeat left top;
	float:left;
	height:36px;
	margin-right:1px;
	margin-left:1px;
}
.shadetabs li a span{
	background:url(../images/skin/tabNomal_right.gif) no-repeat right top;
	display: block;
	height:36px;
	float:left;
	padding: 0px 7px;
}
.shadetabs li a strong{
	background:url(../images/skin/tabNomal_center.gif) repeat-x top;
	padding:0px 7px;
	padding-top:15px;
	color:#2779aa;
	display:block;
	height:36px;
	float:left;
	 
}

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

.shadetabs li a.selected, .shadetabs li a.selected:hover{
	text-decoration:none;
	background:url(../images/skin/tabSelect_left.gif) no-repeat left top;
	float:left;
	height:36px;}

.shadetabs li a.selected span, .shadetabs li a.selected:hover span{
	background:url(../images/skin/tabSelect_right.gif) no-repeat right top;
	display: block;
	height:36px;
	padding: 0px 7px;
}
.shadetabs li a.selected strong,.shadetabs li a.selected strong:hover{
	background:url(../images/skin/tabSelect_center.gif) repeat-x top;
	padding:0px 7px;
	display:block;
	height:36px;
	color:#FFFFFF;
	padding-top:15px;
}

/**/
.shadetabs li a:hover{
	text-decoration:none;
	background:url(../images/skin/tabHover_left.gif) no-repeat left top;
	float:left;
	height:36px;}

.shadetabs li a:hover span{
	background:url(../images/skin/tabHover_right.gif) no-repeat right top;
	display: block;
	height:36px;
	padding: 0px 7px;
}
.shadetabs li a:hover strong{
	background:url(../images/skin/tabHover_center.gif) repeat-x top;
	padding:0px 7px;
	display:block;
	height:36px;
	color:#2779aa;
	padding-top:15px;
}


.tabcontent{
	display:none;
	width:500px;
	margin-left:10px;
	background-color:#f2f5f7;
	padding:5px 10px;
}
@media print {
.tabcontent {
display:block !important;
}
}
