/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1.5em;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:.85em
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a
{
    font-family:Georgia, Times New Roman, Serif;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #D6C3AF;
color: #6D5235;
}

.shadetabs li a:visited{
color: #6D5235;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #999;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
font-weight:bold;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

#tabsmenu{border:1px solid #D6C3AF;margin-bottom:1em;padding:5px}

@media print {
.tabcontent {
display:block !important;
}
}