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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;


}

.shadetabs li{
display:inline;

}

.shadetabs li a{
text-decoration: none;
position: relative;
color:#FFFFFF;

}
.shadetabs li a:visited{
text-decoration: none;
position: relative;
z-index: 1;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 2px;
color:#FFAF70;
}

.shadetabs li a:hover{ /*selected main tab style */
position: relative;
top: 2px;
color:#FFDFa0;
}

.tabcontent{
display:none;
}

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

