/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0px 10px 0px;
margin:0px;
font-size:9px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#000103;
text-transform:uppercase;
font-style:italic;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: underline;
position: relative;
z-index: 1;
padding: 7px 8px 7px 8px;
color: #7c0000;
}

.shadetabs li a:visited{
color: #7c0000;
}

.shadetabs li a:hover{
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 3px;
color:#c38a03;
font-size:11px;
background-color:#00101b;
}

.shadetabs li a.selected{ /*selected main tab style */
text-decoration:none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
