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

.shadetabs{
position: relative;
padding: 2px 0px 15px 0px;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-right: -2px;
}

.shadetabs li a{
position: relative;
text-decoration: none;
z-index: 1;
padding: 2px 10px 3px 10px;
margin: 0px;
color: #FFFFFF;
background: #666666;
}

.shadetabs li a:visited{
/*background: #666666;*/
}

.shadetabs li a:hover{
text-decoration: none;
background: #CC0000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background: #CC0000;
}

.shadetabs li a.selected{ /*selected main tab style */

}

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

.tabcontent{
display:none;
}

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