/*  TABBER STYLES  */

/*--------------------------------------------------
  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 {
    border-bottom: 1px solid #ddd;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
background: white; height: 20px; padding: 10px 5px 0 5px; margin: 0; list-style: none; position: relative; border-bottom: 5px solid #666666; font-size: 1.0em;
}

ul.tabbernav li
{
float: left; margin: 0 3px; padding: 0; border-bottom: 3px solid #666;
}

ul.tabbernav li a
{
float: left; margin: 0; padding: 5px 8px 0 8px; line-height: 15px;  height: 15px;  text-decoration: none; font-weight: normal; 
}

ul.tabbernav li a:link { color: #fff; background: #999999;}
ul.tabbernav li a:visited { color: #333; }
ul.tabbernav li a:hover{ color: #000000; background: #eee; }

ul.tabbernav li.tabberactive
{
float: left; margin: 0 1px; padding: 0;  background: #aaa; z-index: 100; 
}

ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:visited {
background: #666; color: white; font-weight: bold; 
}

.tabberlive .tabbertab { margin: 0;}

.tabberlive .tabbertab-in {  padding: 5px; position: relative;  }

.tabberlive .tabbertab-in h4 { font-size: 14px; font-weight: normal; margin: 2px 0 10px; color: #30597C; border-bottom: 1px solid #30597C;}

/* If desired, hide the heading since a heading is provided by the tab*/ 
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive .tabbertab-in ul { 
    margin: 10px 20px;
}
