﻿.shadetabs{
padding: 12px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 12px 12px;
	margin-right: 0;
	border: 0px solid #778;
	color: #F4F4F4;
	background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #F4F4F4;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #66CCFF;
}

.shadetabs li a.selected{
	position: relative;
	top: 0px;
	color: #1F3F5F;
	font-weight: bold;
}

.shadetabs li a.selected{ /*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{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 446px;
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}