.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 0px;
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: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 2px 4px;
margin-right: 2px;
border: 1px solid #778;
color: #ababac;
background: #eaf1f4 top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#c6e1f7;
border-bottom-color: black;
color:#000000;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 750px;
padding: 3px;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 720px;
padding: 3px;
}

.tabcontent{
display:none;
}

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