.overlay {display: none;}

.tabbed-pane * {margin: 0;padding: 0;}



.tabbed-pane .tabs {list-style: none;clear: both;float: left;width:100%;}


/* tabe active */
.tabbed-pane .tabs .active {
text-decoration: none;
font: bold 12px Verdana;
position: relative;
z-index: 1;
padding: 0px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
border-bottom-color: white;
background: white url(/css/active.gif) top left repeat-x; 
}


/* tab locations */
.tabbed-pane .tabs li {
float:left;
margin: 0 3px 0 0;}


/* border tabs */
.tabbed-pane .tabs li a {

text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 7px;
margin-right: 3px;
border: 1px solid #778;
background: white url(/css/gshade.gif) top left repeat-x;
font: bold 12px Verdana;
color: #2d2b2b;


}

/* border box */
 .tabbed-pane .pane {border: 1px solid #BBBFA1;padding: 5px;clear: both;height: 100%;}


.div {border: 1px solid #333;padding: 5px;clear: both;height: 100%;}

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

/*
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 

}

.shadetabs li{
display: inline;
margin: 0;
}

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

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ 
position: relative;
top: 1px;
}

.shadetabs li a.selected{ 
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ 
text-decoration: none;
}


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



