.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-right: 0;
margin-top: 10;
margin-bottom: 0;
font: bold 12px Helvetica;
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: 3px 10px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #000000;
background: white url(../images/shade.jpg) top left repeat-x;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
border: 1px solid #1577A4;
background: white url(../images/shadeactive.jpg) top left repeat-x;
}

.shadetabs li.selected{
/* position: relative;*/
/*top: 0px;*/
text-decoration: none;
color: #FFFFFF;
background: white url(../images/shadeactive.jpg) top left repeat-x;
}

.shadetabs li a:visited{
}

.shadetabs li.selected a{ /*selected main tab style */
background: white url(../images/shade.jpg) top left repeat-x;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 100%;
margin-bottom: 1em;
padding: 5px;
border: solid 1px #999999;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}