.shadetabs {
padding : 3px 0;
margin-left : 0;
margin-top : -5px;
margin-bottom : 0;
font : bold 12px Verdana;
color : #ffffff;
list-style-type : none;
text-align : left;
}
.shadetabs li {
display : inline;
margin : 0;
}
.shadetabs li a {
text-decoration : none;
color : #ffffff;
position : relative;
z-index : 1;
padding : 11px 7px;
margin-right : 3px;
}
.shadetabs li a:visited {
text-decoration : none;
color : #ffffff;
}
.shadetabs li a.selected {
position : relative;
color : #ffffff;
top : 3px;
}
.shadetabs li a.selected {
background-color : #ff0000;
}
.shadetabs li a.selected:hover {
text-decoration : none;
}
.tabcontents {
display : none;
}
@media print {
.tabcontents {
display : block !important;
}
}
