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

.shadetabs{

}

.shadetabs li{

}

.shadetabs li a{
color:#000000;
}

.shadetabs li a:visited{
color:#000000;
}

.shadetabs li a:hover{
color:#e75094;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#e75094;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
color:#e75094;
}

.tabcontent{
display:none;
padding:3px 0;
}

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