
/* tab forms */

.tab {
  	border: 1px solid #dddddd;
   	background-color: #dddddd;
	background-repeat: repeat-x;	
        background: url(/images/formbg.gif) repeat-x; 	

}

.tabBody {

   	border-top: 1px solid #ffffff;

   	
	/*-moz-border-radius: 10px;*/
}

div.tabs {
    	line-height: 23px;
    	font-size: 14px;
}

.tabHover {
   	background-color: #cccccc;
   	color: #069;

}

.tabActive { 
   	background-color: #dddddd; 
   	color: #BEBEBE;

}


##.tabBody, div.tabs { position: relative; }

.tab {
	display: inline; 
	text-decoration: none;
	margin: -2px;
	font-weight: bold;
         padding: 4px 12px 1px 12px;
         z-index: 1;
         border-bottom-width: 0;
          border-top-width: 1 !important;
          border-bottom-width: 0px !important;
}

.tabBody {
	width: 98%;
         padding: 10px 1px 1px 1px;
         z-index: 5;
     }

div.tabs {
        top: 2px;
        left: 8px;
/*         white-space: nowrap;*/
         cursor: default !important;
         z-index: 100;
}

.tabHover {
         z-index: 20;
         border-bottom-width: 0;
         padding: 6px 12px 1px 12px;
}

.tabActive {
         //padding: 4px 9px 1px 9px;
         padding: 6px 12px 1px 12px;
         z-index: 100;
         top: -2px;
}
