.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Arial;
font-weight: bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
padding-top: 5px;
margin-right: 2px;
border: 1px solid #778;
color: navy;
background-color: white;
}

.shadetabs li a:visited{
color: navy;
}

.shadetabs li a:hover{
text-decoration: none;
color: blue;
}

.shadetabs li a:active{
text-decoration: none;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: silver;
border-bottom-color: silver;
border-top: 2px solid navy;
border-right: 2px solid navy;
border-left: 2px solid navy;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border: 2px solid navy;
border-top: 2px solid navy;
padding: 10px;
padding-bottom: 0px;
margin-bottom: 10px;
background-color: silver;
}

.tabcontent{
display:none;
text-align: center;
}

@media print {
.tabcontent {
display:block!important;
}
}
