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

.tabborder{
border-top:  #0093E1 2px solid; margin-top: 5px; padding: 0px;

}

.shadetabs{
padding: 0px 0;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 0;
font: bold 13px 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: 6px 10px;   /*tab height */
margin-right: 0px;
border: 0px solid #8F8F8F;
color: #ffffff;
background-color: #3d3930;
}

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

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


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

}

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

}

.tabcontent{
padding: 0px; 

display:none;
}



