/*--------------------------------------------------
  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 {margin-top:10px;}
.tabber .tabbertab ul {margin:0 5px 0 5px;}
.tabber .tabbertab p {padding:4px;}
.tabbertab {margin-bottom:3px;}
.tabberlive { margin-top:1em;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {font:10px Verdana,sans-serif;margin:0px 0px 4px 31px;padding:0;}
ul.tabbernav li {list-style: none;margin: 0;display: inline;}
ul.tabbernav li a {padding:3px;margin-left: 0px;margin-right:0px;background: #ddd;text-decoration: none;color:#fff;}
ul.tabbernav li a:link {color:#666;font-family:trebuchet MS,arial,verdana;font-size:11px;font-weight:bold;line-height:17px;text-transform:uppercase;}

ul.tabbernav li a:visited {color: #fff;}
ul.tabbernav li a:hover {color: #fff;background: #3f7b97;}
ul.tabbernav li.tabberactive a {background-color:#BACBE3;color:#222222;}
ul.tabbernav li.tabberactive a:hover {color: #0E374B;background-color:#DAE7F2;}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {background-color:#EEEEEE;border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;font-family:trebuchet MS,arial,verdana;font-size:10px;font-weight:bold;line-height:16px;margin-left:30px;padding:10px;width:230px;}

.tabberlive .tabbertab ul {list-style-image:url(images/li2.gif);}
.tabberlive .tabbertab h2 {display:none;}
.tabberlive .tabbertab h3 {display:none;}

.tabberlive#tab1 {}
.tabberlive#tab2 {}
.tabberlive#tab2 .tabbertab {height:200px;overflow:auto;}