.shadetabs {
padding: 7px 8px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
}

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

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
margin-right: 1px;
color: #CCCCCC;
background: #4984D9;
}

.shadetabs li a:visited {
text-decoration: none;
color: #CCCCCC;
}

.shadetabs li a:hover {
text-decoration: none;
background: #5199FF;
color: #FFFFFF;
}

.shadetabs li a.selected {
position: relative;
top: 2px;
color: #FFFFFF;
cursor: default;
background: url(../imgs/top.png) top left no-repeat;
text-decoration: none;
}

.shadetabs li a.selected:hover{
background: url(../imgs/top.png) top left no-repeat;
text-decoration: none;
}

.tabcontent {
display:none;
}

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