.shadetabs{
	padding: 3px 0 3px 100;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 0;
	font: normal 10px Verdana;
	list-style-type: none;
	text-align: left;
	margin-right: auto;
	color: #333333;
	float: right;
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #333333;
	background: url(shade.gif) repeat-x left top;
	border-top: 1px solid #778;
	border-right: 1px solid #778;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #778;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

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

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 420px;
	margin-bottom: 1em;
	padding: 16px 4px 4px;
	float: right;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.tabcontent{
display:none;
}

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