.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-right: 28px;
	margin-top: 0px;
	margin-bottom: 0;
	font:bold 12px tahoma;
	list-style-type: none;
	text-align: right;
	color: #000000;
}


.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
	text-decoration: none;
	padding: 4px 4px;
	margin-right: 0px;
}
.shadetabs li a span{
	font: bold 10px tahoma;
	color: #7D7D7D;
}

.shadetabs li a:visited{
color: #D4D0C8;
}

.shadetabs li a:hover{
border: 1px solid #C9A585;
border-bottom-style: none;
border-left-style: none;	

}

.shadetabs li.selected{

top: 0px;
}

.shadetabs li.selected a{
border:1px solid #C9A585;
	border-bottom-style: none;
	border-left-style: none;	
}
.shadetabs li.selected a span{
	font: bold 10px tahoma;
	color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 450px;
margin-bottom:0px;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
