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

.shadetabs li{
display: inline;
margin: 2px 2px;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 10px;
background-color: #666666;
color: #ffffff;
}

.shadetabs li a:visited{
text-decoration: none;
padding: 4px 10px;
color: #ffffff;
background-color: #666666;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background-color: #444444;
}

.shadetabs li.selected{
text-decoration: none;
color: #ffffff;
background-color: #666666;
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: none;
color: #ffffff;
background-color: #444444;
}

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

.tabcontentstyle{ /*style of tab content container*/
border: 0px solid #666666;
width: 620px;
/*height: 720px;*/
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
padding: 4px 4px 4px 4px;


}

.tabcontent{
display:none;
align: center;
}

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