.shadetabs{
font-family: Arial, Helvetica, sans-serif;
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:9pt;
list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
background-color:#FFFFFF;
font-weight: 700;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 5px 12px;
margin-right: 3px;
background-color:#E3E3E3;
color: #000000;
}

.shadetabs li a:visited{
color: #CDCDCD;
background-color:#111111;
}

.shadetabs li a:hover{
text-decoration: underline;

}

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

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
color:#FFFFFF;
border-bottom-color:#FFFFFF;
background-color:#000000;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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