/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
padding: 4px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
border-bottom: 3px solid #8fc43e;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width: 600px;
}

.shadetabs li {
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
/*z-index: 10;*/
padding: 4px 10px;
margin-right: -1px;
color: #757c6a;
background: #dbe2d0;
}

.shadetabs li a:visited {
color: #757c6a;
}

.shadetabs li a:hover {
text-decoration: none;
color: white;
}

.shadetabs li a.selected { /*selected main tab style */
color: #ffffff;
position: relative;
}

.shadetabs li a.selected { /*selected main tab style */
background-color: #8fc43e;
}

.shadetabs li a.selected:hover { /*selected main tab style */
text-decoration: none;
color: #757c6a;
}

.tabcontent {
display:block;
}

@media print {
.tabcontent  {
display:block !important;
}
}
