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

.shadetabs{
border-bottom: 5px solid #D25A0B;
margin: 0px;
padding: 0;
width: 350px;
height: 20px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 1px;
color: #bbbbbb;
}

.shadetabs ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
background-color: #000;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.shadetabs a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #3d3d3d; /*Brown color theme*/ 
}

.shadetabs a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.shadetabs a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/
}

.tabcontent{
display:none;
}

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


