/* ######### CSS for Shade Tabs. Remove if not using ######### */

#content_main .shadetabs{
	background: #082243;
	height: 31px;
	display: block;
	margin: 0 0 0 2px;
	padding: 0 0 0 15px;
}

.shadetabs li{
display: inline;
margin: 4px 0 0 0;
float: left;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #fff;
display: block;
margin: 0;
font: bold 12px Arial, Helvetica, sans-serif;
padding: 4px 8px 8px 8px;
}



.shadetabs li a:hover{
text-decoration: none;
background: #fff;
color: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #fff;
color: #333;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding: 8px 0px;
}

@media print {
.tabcontent {
display:block !important;
}
