.shadetabs{
padding: 3px 0;
margin: 1px 0 0 0;
font: bold 14px Georgia, "Times New Roman", Times, serif;
list-style-type: none;
text-align: center;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 25px;
margin-right: 3px;
border: 1px solid #ffffff;
color: #ffffff;
background: #000000;
}

.shadetabs a:visited{
color: #ffffff;
}

.shadetabs a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs a.selected{ 
position: relative;
top: 0px;
}

.shadetabs a.selected{ 
background: #2c627e;
}

.shadetabs a.selected:hover{ 
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}