
/*--------------------------------------------------
  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 { width:605px; }

.tabberlive { float:left; width:605px; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav { margin:0; padding: 5px 0 5px 0px; }

ul.tabbernav li { list-style: none; margin: 0;  padding:0 3px 0 0px; display: inline; height:41px; width:241px; }

ul.tabbernav li a { padding: 3px 0.5em; margin:0; background: #9C1800; text-decoration: none; }

ul.tabbernav li a:link { color: white; }

ul.tabbernav li a:visited { color: white; }

ul.tabbernav li a:hover { color: #000; background: #00BAD6; }

ul.tabbernav li.tabberactive a { background-color: green; color:white; font-weight: bold;  }

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab { padding:0px; width:563px; float:left; border:2px solid #b7ddf2; }

.tabberlive .tabbertab h3 { display:none; }

/* Example of using an ID to set different styles for the tabs on the page */
.tabber .tabberlive#tab1 { color: white; font-weight: bold; }

.tabber .tabberlive#tab2 { color: white; font-weight: bold; }

.tabberlive#tab2 .tabbertab { height:200px; overflow:auto; }
