.shadetabs{
padding: 2px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a, .shadetabs li a:visited{
text-decoration: none;
padding: 2px 7px;
margin-right: 1px;
/*border: 1px solid red;#778;*/
/*color: #2d2b2b; */
/*background: #DDDDDD;*/ /* url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:hover{
text-decoration: none; 
/*color:#5B81E0; */
}

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

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
/*background-color: blue;*/ 
border-bottom-color: transparent;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}

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