.shadetabs{
margin-left: 9px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; font-variant:normal; font-size:11px; font-family:Arial; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px; font-weight:bold
}

.shadetabs li{
display: inline;
color: #000000;
margin: 0;
}

.shadetabs li a{
background-position: top left; text-decoration: none;
margin-right: 2px;
border: 0px solid #777788;
color: #000000;
padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px; background-image:url('shade.gif'); background-repeat:no-repeat; background-attachment:scroll
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #005493;
}

.shadetabs li.selected{
position: relative;
color: #005493;
top: 1px;
}

.shadetabs li.selected a{ /*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: 670px;
margin-bottom: 1em;
margin-left: 5px;
background: url(tabs_back.gif);
padding: 0px;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block!important;
}
}