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

.shadetabs{
padding: 0px 0 7px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 2px;
font: bold 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 2px;
border-bottom-color: #7a6238;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color: #bcb09b;
border-top-style:solid;
border-top-width:1px;
background-color:#bcb09b;
color: #ffffff;
top:5px;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

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

.shadetabs li a.selected{ /*selected main tab style */
border: 1px solid #9e8e5c;
background:#9e8e5c;
color:#ffffff;
}

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

.tabcontent{
display:none;
padding:0px 0 0 0;
border-top:1px solid #9e8e5c;

}

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