/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #9e9fab;
 font: bold 12px Verdana, sans-serif;
}
ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #9e9fab;
 border-bottom: none;
 background: #e5e5e5;
 text-decoration: none;
}
ul.tabbernav li a:link { color: #5a5a5a; }
ul.tabbernav li a:visited { color: #5a5a5a; }
ul.tabbernav li a:hover
{
 color: #4b4b4b;
 background: #eee;
 border-color: #9e9fab;
}
ul.tabbernav li.tabberactive a
{
 color: #5a5a5a;
 background-color: #fff;
  border: 1px solid #9e9fab;
 border-bottom: 1px solid #fff;
}