.shadetabs{
padding: 3px 0px;
margin-left: 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0;
padding-left: 15px;
border-bottom: 1px solid #666666;
font: bold 16px sans serif;
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;
position: relative;
z-index: 1;
padding: 4px 5px;
margin-right: 2px;
border: 1px solid #778;
color: #FFFFFF;
background: #666666 url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFFF;
background: #666666;
}

.shadetabs li a:hover{
color: #666666;
background: #CCCCCC;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #CCCCCC;
background: #EEEEEE;
color: #666666;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
	
.tabcontent{ 
	font-family: "sans serif";
	backgound-color: #CCCCCC;
}

.panel{
	margin-bottom: 1em;
	background-color: #CCCCCC;
	padding: 2px;
	font-size: 12px;
	font-family: "sans serif";
}

