/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberhead {
 padding:5px;
 border-top:0;
 background:#006633;
 margin-top:5px;
 font-size:12px;
 border-bottom:2px solid #fff;
 }
.tabberhead h2{text-align:center; color:#fff; font-size:18px;
 padding-bottom:10px; padding-top:5px; 
 }
  


.tabbertab {
 padding:5px;
 border-top:0;
 background:#efefef;
 margin-bottom:10px;
 font-size:12px;


 /* 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; */
}


.tabbertab h2 {text-align:center; color:#fff; font-size:16px;border-bottom:2px solid #fff; padding-bottom:10px; padding-top:5px; background:#005522;}
.tabbertab p { padding-bottom:10px; line-height:140%; }
.tabbertab ul { padding:0; margin:0;}
.tabbertab ul li { padding:5px 0 6px 0; }
.tabbertab ul li { background:url(images/bullet.gif) no-repeat 0 5px; padding-left:24px; border-bottom:1px solid #fff;} 