/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: .8em Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px;
color: #6c6c6c;
height:24px;
border:#CDCCCC 1px solid;
}


.shadetabs li a:hover{
text-decoration: underline;
color: #6c6c6c;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/overview/onTab.png);
height:24px;
border:#CDCCCC 1px solid;
background-repeat:repeat-x;
color:#FFFFFF;
font-weight:bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#FFFFFF;
font-weight:bold;

}

.tabcontent{
display:none;
font-size:.7em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

@media print {
.tabcontent {
display:block !important;
}
}