.shadetabs{
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: center; 
/* padding: 3px 0;
*/
}

.shadetabs li{
font-weight : bold ;
display: inline;
margin: 0;
}

.shadetabs li a{

font-weight: bold; 
color: #FFFFFF;
padding: 4px 5px;
/*border: 1px solid #778;
text-decoration: none;
background:url(../images/mint_tabs_05.jpg) top left repeat-x;

margin-right: 3px;*/
}

.shadetabs li a:hover{


color: #FFFFCC;

}

.shadetabs li a:visited{
/*color: white;*/
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
position: relative;

/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:url("../images/mint_tabs_04.jpg");
/*border-bottom-color: white;*/
color: #333333;
}

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

.tabcontentstyle{ /*style of tab content oontainer width: 450px;margin-bottom: 1em;padding: 10px;background-color: #FFFFCC;border: 1px solid gray;*/


}

.tabcontent{
display:none;
}

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