.shadetabs{
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: center; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px
}

.shadetabs li{
display: inline;
margin: 0; text-align:center
}
.shadetabs li a{
text-decoration: none;
margin-center: 0px;
color: #2d2b2b;

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
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: 1px solid gray;

margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}