.shadetabs{
	padding: 3px 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 9px Verdana;
	list-style-type: none;
	text-align: center;
	width: 570px;
	color:#666666;
	font-size: 0.8em;
}


.shadetabs li{
display: inline;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	border-right: 1px solid #0f3a2e;
	border-left: 1px solid #0f3a2e;
	/*color: #2d2b2b;
color:#000000;*/
	background: white url(images/shade.gif) top left repeat-x;
	color: #000000;
}

/*.shadetabtxt {
	color: #000000;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}*/

.shadetabs li a.selected{
position: relative;
top: 1px;
}

.shadetabs li a.selected { /*selected main tab style */
	background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #0f3a2e;
width: 570px;
margin-bottom: 1em;
padding: 10px;
background:#FFFFFF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
