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

.shadetabs{
font: bold 10px Tahoma, Arial, sans-serif; 
color: #000; 
text-decoration: none; 
padding: 0; 
margin: 0 -3px 0 0; 
height:14px;
}

.shadetabs li{
display: inline;
margin: 0;
border-right: solid 1px #a1a1a1;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
font: bold 10px Tahoma, Arial, sans-serif; color: #000; 
text-decoration: none; background: #fff; padding: 3px 13px; margin: 0 -3px 0 0; border-right: solid 1px #a1a1a1;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #fff;
text-decoration: none;
background: #990000;
}

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

.shadetabs li a.selected{ /*selected main tab style */
color: #000; text-decoration: none; background: #e6e6e6;
}

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

.tabcontent{
display:none;
}

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

