.shadetabs{
padding: 3px 0;
margin-left: 21;
margin-top: 1px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: left; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #530;
color: #e1d9ab;
background: white url("shade.gif") top left repeat-x;
}

.shadetabs li a:visited{
color: #e1d9ab;
}

.shadetabs li a:hover{
text-decoration: none;
color: #e1d9ab;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ 
background-image: url("shadeactive.gif");
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ 
text-decoration: none;
}

.tabcontentstyle{ 
border: 1px solid solid;
width: 530px;
padding: 5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}