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

.tabborder{
border:  #C4D5E1 2px solid; 
margin-top: 6px; padding: 0px;
border-right-color: white;
border-left-color: white;
border-bottom-color: white;
}

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
top:-50px;
font: bold 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;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 35px 10px;   /*tab height */
margin-right: -4px;
margin-top: 24px;

border-top-style: none;
border-left-style: none;
border-bottom-style: none;
background: url(tab.gif) top left repeat-x;
}


.shadetabs li a.selected{ /*selected main tab style */
outline-style:none;
outline-width:0;
position: relative;

top: -5px;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(tab_select.gif);
border-bottom-color: white;

}


.tabcontent{
padding: 0px; 

display:none;
}



