/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs
{
padding: 3px 0;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
font: bold 15px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
	margin-top:0px;
	float:left;
	list-style-type: none;
	padding-right:3px;
	cursor: pointer;
}
.shadetabs a{
	background:url(../images/tabLeftUnActive.jpg) no-repeat left top;
	float:left;
	height: 35px;
	padding-left: 10px;
	line-height:25px;
	color:#FFFFFF;
	text-decoration:none;
}
.shadetabs a span{
	background:url(../images/tabRightUnActive.jpg) no-repeat right top;
	float:left;
	height: 35px;
	padding-right:15px;
	line-height:25px;
	color:#FFFFFF;
	text-decoration:none;
}
.shadetabs a:hover{
	background:url(../images/tabLeftActive.jpg) no-repeat left top;
	float:left;
	height: 35px;
	padding-left: 10px;
	line-height:25px;
	color:#FF7C00;
	text-decoration:none;
}
.shadetabs a:hover span{
	background:url(../images/tabRightActive.jpg) no-repeat right top;
	float:left;
	height: 35px;
	padding-right:15px;
	line-height:25px;
	color:#FF7C00;
	text-decoration:none;
}
.shadetabs a.selected{
	background:url(../images/tabLeftActive.jpg) no-repeat left top;
	float:left;
	height: 35px;
	padding-left: 10px;
	line-height:25px;
	color:#FF7C00;
	text-decoration:none;
}
.shadetabs a.selected span{
	background:url(../images/tabRightActive.jpg) no-repeat right top;
	float:left;
	height: 35px;
	padding-right:15px;
	line-height:25px;
	color:#FF7C00;
	text-decoration:none;
}
.tabcontent{
	display:none;
	padding:10px 10px;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
}

@media print {
.tabcontent {
display:block !important;
}
}
