.shadetabs{
	padding: 0px 0 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 11;
	margin-right: 0px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 1px;
margin-right: 0px;
border: 0px #999999 #778;
color: #e4e4e4;
}

.shadetabs li a:visited{
color: #858585;
}

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

.shadetabs li.selected{
position: relative;
top: 2px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	width: 465px;
	padding: 0px;
	clear: right;
	float: right;
	font-family: Tahoma;
	font-size: 9px;
	height: auto;
	border: 0px ridge #009933;
	margin: 0px;
}

.tabcontent{
display:none;
}

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