/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/* REQUIRED to hide the non-active tab content. */
.tabberlive .tabbertabhide {display:none;}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {}
.tabberlive {width: 290px; background: transparent url(../img/home_tabcolumn_bottom.gif) left bottom no-repeat;
 margin: 0; padding-bottom: 10px;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {margin: 0; padding: 5px 0 5px 10px; border-bottom: 1px solid #efefef; background: transparent url(../img/tabs_top.gif) left top no-repeat; font-size: 1.2em;}
ul.tabbernav li {list-style: none; margin: 0; display: inline; padding: 0;}
ul.tabbernav li a {padding: 4px .8em; margin: 0; border: 1px solid #efefef; border-bottom: none; background: #efefef; text-decoration: none;}
ul.tabbernav li a:link { color: #143852; }
ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover {color: #000; background: #f8f8f8; border-color: #efefef;}
ul.tabbernav li.tabberactive a {background-color: #fff; border-bottom: 1px solid #fff;}
ul.tabbernav li.tabberactive a:hover {color: #000; background: white; border-bottom: 1px solid white;}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {padding: 0; margin: 0;}
.tabberlive .tabbertab ul {list-style: none; margin: 0; padding: 0; background: transparent url(../img/home_tabcolumn_bg.gif) left top repeat-y;}
.tabberlive .tabbertab li {border-bottom: 1px solid #efefef; padding: 10px; margin: 0;}
.tabberlive .tabbertab li.zebra {background: #f8f8f8;}
.tabberlive .tabbertab p.date {font-size: .8em; margin: 0; color: #899ba8;}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {display: none;}
.tabberlive .tabbertab h3 {display: none;}

