.shadetabs{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:9pt;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired */
background-color:#000000;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 15px;
background-color:#111111;
color: #CDCDCD;
}

.shadetabs li a:visited{
color: #CDCDCD;
background-color:#111111;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #D69B00;
}

.shadetabs li.selected{
	position: relative;	
	color: #D69B00;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D69B00;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
color:#D69B00;
border-bottom-color:#1A1B1E;
background-color:#1A1B1E;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 100%;
	margin-bottom: 1em;
	padding: 1px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}