/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
line-height:30px;
text-align: left;
width:100%;
padding-left:10px; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{display:inline; width:95%; text-align:left; margin:0; padding:0; float:left; line-height:40px; padding:0 5px 0 0; border-bottom:#e7e7e7 1px solid;}

.shadetabs li a{
margin-left:10px;
text-decoration: none;
position: relative;
z-index: 1;
color: #2d2b2b;
height:30px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
text-decoration: none;
color:#a62e33;
}

.tabcontent{
display:none;
text-align:justify;
color:#666666;
text-indent:10px;
width:100%;
}


@media print {
.tabcontent {
color:#2d2b2b;
display:block !important;
}
}

