/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
float:left;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:29px;
width:333px;
}

.shadetabs li{
float:left;
width:105px;
height:29px;
margin-right:6px;
cursor:pointer;
}

.shadetabs li a{
float:left;
text-decoration: none;
width:105px;
height:29px;
color: #2d2b2b;
display:block;
cursor:pointer;
background-image: url(../img/off_tab.gif);
}

.shadetabs span{
	float:left;
	width:105px;
	padding:8px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
}

.shadetabs li a:visited{
float:left;
color: #FFFFFF;
}

.shadetabs li a:hover{
float:left;
text-decoration: underline;
background-image: url(../img/on_tab.gif);
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../img/on_tab.gif);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
color:#5d5d5d;
font-size:11px;
line-height:20px;
padding:29px 0px 0px 21px;
width:510px;
}

@media print {
.tabcontent {
display:block !important;
}

