/************************************************
*	Tabs 									*
************************************************/

#pre-tabber {
	min-height:150px;	
	height:auto !important;
	height: 150px;
	margin: 0;
	background:#eee url(images/loading.gif) 50% 0 no-repeat;
	padding: 0;
	
}


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
	border:0;
	display:none;

}

/* Form tabs */  .tabberlive .tabbertabhide {   display:none;  }  
/*--------------------------------------------------    
.tabber = before the tabber interface is set up    
.tabberlive = after the tabber interface is set up    
--------------------------------------------------*/  
.tabber {  }  .tabberlive {      margin-bottom: 1em;  }  
/*--------------------------------------------------    
ul.tabbernav = the tab navigation list    
li.tabberactive = the active tab    
--------------------------------------------------*/  

ul.tabbernav  {   margin:0;   padding: 1px 0;   border-bottom: 1px solid #74ae0b;   text-align: center;  }  
ul.tabbernav li  {   list-style: none;   margin: 0;   display: inline;  }  
ul.tabbernav li a  {   padding: 3px 0px;   margin-left: 0;   border: 1px solid #74ae0b;   border-style: solid none solid dotted;   text-decoration: none;   color: #5d8811;   position: relative;   top: 1em;   background-color: White;  }  
ul.tabbernav li a:hover  {   background-color: #cde2a7;   border-color: #74ae0b;  }  
ul.tabbernav li a:active {   color: #5d8811;  }  ul.tabbernav li.tabberactive a  {   background-color: #cde2a7;   color: #5d8811;  }  
ul.tabbernav li.tabberactive a:hover  {   background-color: #cde2a7;  }  

/*--------------------------------------------------    
.tabbertab = the tab content    
Add style only after the tabber interface is set up (.tabberlive)    
--------------------------------------------------*/  
.tabberlive .tabbertab {   padding: 1em 0.1em 0.1em 0.1em;   border:1px solid #74ae0b;   border-top:0;  
 /* If you don't want the tab size changing whenever a tab is changed      you can set a fixed height */  
 /* height:200px; */  
 /* If you set a fix height set overflow to auto and you will get a      scrollbar when necessary */  
 /* overflow:auto; */  }  
/* If desired, hide the heading since a heading is provided by the tab
.tabberlive .tabbertab h2 .tabbertab h3 {   display:none;  }   */  
/* End form tabs */  
