.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px tahoma;
list-style-type: none;
text-align: left; 

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid;
border-top-color: #f27502;
border-left-color: #f27502;
border-right-color: #f27502;
color: #000000;
background-image:url(images/shadenor.gif);
top left repeat-x;
}

.shadetabs li a:visited{
color: #836421;

}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
background-image:url(images/shadenor.gif);
border: 1px solid #f27502;

}

.shadetabs li.selected{
position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image:  url(shadeactive.gif);
border-bottom-color: #f5f3e6;
text-decoration: none;
color: #000000;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #f27502;
width: 485px;
margin-bottom: 1em;
padding: 5px;
background-color:#f5f3e6;
}

.tabcontent{
	display:none;
	font-family: tahoma;
	font-size:11px;
	FONT-WEIGHT: bold;
	color:#874d20;
	text-decoration:none;
	text-align:justify;
	line-height:18px;
	
}

@media print {
.tabcontent {
display:block!important;
}
}
/*border-bottom-color: white;*/