.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;


}

.shadetabs li{
display: inline;
margin: 0;
positiion: relative;
}

.shadetabs li a{
border-left:0px solid #2c8687; border-right:0px solid #2c8687; border-top:0px solid #2c8687; border-bottom:0px solid 0px white; text-decoration: none;
padding: 0px;
margin-right: 0px;
color: black;
background: white repeat-x top left;
positiion: relative;
}

.shadetabs li a:visited{
color: black;

}

.shadetabs li a:hover{
text-decoration: underline;
color: black;

}

.shadetabs li.selected{
border: 2px solid white ;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
top: 0px;


}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}


.tabcontentstyle{ /*style of tab content container*/
width: 400px;
padding: 10px;
height:auto;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block!important;
}
}