/*TABBER STYLES*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin: 0;
 padding: 3px 0;
 border-bottom: 1px solid #b9b9b9;
 font-size: 1em;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 5px 5px;
 margin-left: 3px;
 border: 1px solid #b9b9b9;
 border-bottom: none;
 background: #d9d9d9 url(/images/tab_bg.png) repeat-x;
 text-decoration: none;
 color: #000;
}

ul.tabbernav li a:hover
{
 color: #000;
 background: #fff url(/images/tab_active.png) repeat-x; 
}

ul.tabbernav li.tabberactive a
{
 background: #fff url(/images/tab_active.png) repeat-x;
 border-bottom: 1px solid #fff;
 color: #1155AA;
 font-weight: bold;

}

ul.tabbernav li.tabberactive a:hover
{
 background: #fff;
 border-bottom: 1px solid #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding-top:0;
 border-top:0;
}
