/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabletabs{
	border:10px solid #F2F2F2; 
	width:670px;
	}
	
.shadetabs{
padding: 0px 0px 0px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
text-transform: uppercase;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
background: #E2E2E0;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:Black;
background: White;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
