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

.tabborder{
border:  #959595 1px solid; margin-top: 5px; padding: 0px;
border-right-color: white;
border-left-color: white;
border-bottom-color: white;
}

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

.shadetabs li{
display: inline;

}

.shadetabs li a{
text-decoration: none;
position: relative;

padding: 5px 10px;   /*tab height */
margin-right: 0px;
border: 0px solid #8F8F8F;
color: #484848;
background-color: #DFDFDF;
}

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

.shadetabs li a:hover{
color: #ffffff;
background-color: #585858;
}


.shadetabs li a.selected{ /*selected main tab style */
outline-style:none;
outline-width:0;
position: relative;
color:#FFFFFF;
padding:10px 15px 6px 10px;
background-color: #F7A020;

}

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

}

.tabcontent{
padding: 0px; 

display:none;
}


