﻿.shadetabs{
padding: 1px 0 0 5px;
margin-left: 0;
margin-top: 4px;
margin-bottom: 4px;
font: bold 12px Arial;
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: 2px 7px 0 8px;
margin-right: 3px;
border: 1px solid #333333;
color: #696969;
background-color: #000000;
/*background: white url("im/shade.gif") top left repeat-x;*/
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url("im/shadeactive.gif");
background: #292929;
color: #ffffff;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	/*style of tab content oontainer*/
/*border: 1px solid gray;*/
    width: 750px;
	color: #ffffff;
	font: 12px Arial;
	background-color: #000000;
	text-align: left;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block!important;
}
