.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: normal 11px Verdana;
color: #c0c0c0;
/*list-style-type: none;*/
text-align: left; /*set to left, center, or right to align the menu as desired*/
border: 0px solid orange;
}

.shadetabs li{
display: block;
color: #817627;
margin: 0;
margin-top: 4;
}

.shadetabs li a{
text-decoration: none;
font-weight: bold;
padding: 4px 0px;
margin-right: 3px;
border: 0px solid #778;
color: #817627;
/*background: white url(images/shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
text-decoration: none;
color: #817627;
}

.shadetabs li a:hover{
text-decoration: none;
color: orange;
}

.shadetabs li.selected{
font: bold 14px Verdana;
margin: 6;
color: #0065BA;
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
color: #0065BA;
font: bold 14px Verdana;
border-bottom-width: 0;
border-bottom-color: green;
/*background:	skyblue;*/
}

.shadetabs li.selected a:visited{
font: bold 14px Verdana;
color: #0065BA;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
font: bold 14px Verdana;
color: #0065BA;
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	position: absolute;
	border: 0px solid orange;
	/*background-color: white;*/
	top: 74;
	left: 230px;
	width: 650;
	height: 550;
	margin-bottom: 1em;
	padding: 10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	scrollbar-face-color: #0065BA;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: white;
	scrollbar-track-color: orange;
	overflow:auto;
	z-index: 9;
}

.tabcontent {
	display:none;
	font: 11px Verdana;
	text-align: justify;
/*color: black;*/
}

.tabcontent td, .tabcontent td div {
	font: 11px Verdana;
/*color: black;*/
}

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