/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;

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 auto;
}

.shadetabs li a{
	font-family:Arial; 
	font-size:12px; 
	font-weight:bold; 
	line-height:18px; 
	color:#ffffff; 
	text-decoration:none; 
	text-align:center; 
	width:142px;
	float: left;
	height:30px; 
	padding:1px; 
	border-right:1px #FFFFFF solid;
z-index: 1;
}

.shadetabs li a:hover{
text-decoration: none;

}

.shadetabs li a.selected{ /*selected main tab style */
color: black;
line-height:40px;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
