.shadetabs{
	padding: 0px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	font: 11px Arial,Verdana;
	list-style-type: none;
	text-align: left; 
	text-decoration: none;
}

.shadetabs li{
z-index: -1;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: left;
padding: 3px 12px;
margin-right: 1px;
border: 0px solid 0;
color: #2d2b2b;
background: #E9D78D;

}

.shadetabs li a:visited{
	color: #2d2b2b;
	background: #E9D78D;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
border-bottom-color: white;
background: #DEC35A;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


