@charset "utf-8";
/* CSS Document */
.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align:center;
}

.shadetabs li{ float:left;}

.shadetabs li a{
display: block;
padding: 8px 0px 10px 3px;
color: #ffffff;
font-size: 12px; 
text-decoration: none; 
background:url(../images/normalbtn.png) no-repeat /*bottom*/;
width:279px;

margin-bottom:0px; 
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
color: #ffffff;
background:url(../images/overbtn.png) no-repeat /*bottom*/;
}

.shadetabs li.selected{
color: #ffffff;

}

.shadetabs li.selected a{ /*selected main tab style */
background:url(../images/overbtn.png) no-repeat /*bottom*/;
color: #ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
color: #ffffff;

}

.tabcontentstyle{ /*style of tab content oontainer*/

padding: 0px 7px;
}

.tabcontent{
display:none;

}

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





