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

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/

}

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

}

.shadetabs li a, .shadetabs li a:visited{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;

border: 1px solid #d9d9d9;
color: #666666;
background: #f2f2f2;
-webkit-border-radius-topright: 3px;  
-moz-border-radius-topright: 3px; 
-khtml-borde-radius-topright: 3px;  
border-top-radius-topright: 3px;
-webkit-border-radius-topleft: 3px;  
-moz-border-radius-topleft: 3px; 
-khtml-borde-radius-topleft: 3px;  
border-top-radius-topleft: 3px;

}

.maincont{
border-top:1px solid #d9d9d9; 
font-weight:normal;

	color: #1b1b1b;
margin-bottom: 2px; padding: 1px	;
	
	
}


.shadetabs li a:hover{
text-decoration: underline;
color: #666666;
font-weight: normal;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
border-bottom: 1px solid #fff;
background-color: #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

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