.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 5px;
margin-right: 0px;
border: 0px;
color: #000000;
background: #FFFFFF;
}

.shadetabs a:visited{
color: #000000;
}

.shadetabs a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs a.selected{ /*selected main tab style */
background: #0060AC;
border-bottom-color: white;
color: #FFFFFF;
}

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

.tabcontent{
display:none;
padding-top: 3px;
}

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