/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 1px;
font: bold 9px Verdana;
list-style-type: none;
text-align: left; 
}

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

.shadetabs li a{
text-decoration: none;
/*position: relative;*/
z-index: 1;
padding: 3px 5px;
margin-right: 3px;
color: #ffffcc;
background: #687F7F;
}

.shadetabs li a:visited{
background: #687F7F;
color: #ffffcc;
}

.shadetabs li a:link{
background: #687F7F;
color: #ffffcc;
}

.shadetabs li a:hover{
text-decoration: none;
background: #94B5B5;  /* was Fff3bf */
color: #ffffcc; /* was ffe6f9 */
}

.shadetabs li a.selected{ /*selected main tab style */
/*position: relative;*/
background: #94B5B5;  /*Fff3bf*/
color: #ffffcc; /*ffe6f9*/
}

.shadetabs li a.selected:hover{ /*selected main tab style */
/*color: #ffe6f9;*/
background: #94B5B5;
color: #ffffcc;
text-decoration: none;
}



.tabcontent{
display:none;
}

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

