/* CSS Document */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 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;
color:#FFFFFF;
}

.shadetabs li a{text-decoration: none;padding: 5px 7px;margin-right: 0px;/* border-top:1px solid #778; *//* border-left:1px solid #778; *//* border-right:1px solid #778; */color: #fff;background: black url(off.jpg) top left repeat-x;}



.subtitle{
 text-transform:uppercase;
 font-weight:bold;

}

.shadetabs li.selected{position: relative;/* top: 1px; */color:#000000;background-image: url(on.jpg);}
.shadetabs li a:link{text-decoration: none;padding: 5px 13px;margin-right: 0px;color: #fff;/* background: white url(off.jpg) top left repeat-x; */}
.shadetabs li a:active{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
color: #FFFFFF;
background: white url(off.jpg) top left repeat-x;
}
.shadetabs li a:hover{text-decoration: none;/* padding: 3px 7px; */margin-right: 0px;color: #ff0000;background: black url(off.jpg) top left repeat-x;}
.shadetabs li a:visited{text-decoration: none;/* padding: 3px 7px; */margin-right: 0px;color: #fff;background-color: black !important;/* background: white url(off.jpg) top left repeat-x; */}



.shadetabs li.selected{position: relative;/* top: 1px; */color:#000000;}

.shadetabs li.selected a{ /*selected main tab style *//* background-image: url(on.jpg); */border-bottom-color: white;color: #ff0303;}

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

.shadetabs li.selected a:visited{ /*selected main tab style *//* background-image: url(on.jpg); */border-bottom-color: white;color: #f90303;}

.tabcontentstyle { /*style of tab content oontainer*/
font-size: 10px;
border-top:1px solid gray;
width: 948px;
margin-bottom: 1em;
padding: 10px;
color: #000000;
background-image:url(back.png); background-repeat:repeat-x repeat-y
}

.tabcontentstyle td {
	color: #000000;
	font-size: 10px;
}

.tabcontent{
display:none;
}

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