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






.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Verdana;
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;
line-height:19px;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 1px;
border: 1px solid #AFB7AA;
color: #2d2b2b;
background-color:#fff;
white-space: nowrap;
/*background: white url(shade.gif) top left repeat-x;*/
}



.shadetabs li a:visited{

}
.shadetabs li a:active{ /*selected main tab style */
/*background-image: url(shadeactive.gif); */
background-color:#bd972d;
color:white;


}



.shadetabs li a:hover{

color: #fff;
background-color:#bd972d;
}

.shadetabs li a.selected { /*selected main tab style */
position: relative;
top: 0px;
font-weight:bold;

}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif); */
background-color: #868c7f;
color:white;
border: 1px solid #AFB7AA;

}



.shadetabs li.top_tab a.selected{ /*__no white bottom border because li.top_tab tabs are too many and better to have them float on top of the tabcontent divs,  like George D. page_____ */
/*background-image: url(shadeactive.gif);*/
border-bottom-color: #bd972d;

}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
div#tab_content_wrapper {
border:1px solid #AFB7AA; 
margin-bottom: 1em; 
margin-right: 8px; 
padding: 10px;
}









































































































































































































