/*--------------------------------------------------
  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 {}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
	width:230px;
	margin:0 0 10px;
	padding: 5px 0 5px 10px;
	background:#EEE;
}

ul.tabbernav li {
	margin-right: 10px;
	display: inline;
	font-size:11px;
	font-weight:bolder;
}

ul.tabbernav li a { padding:0px 5px; }
ul.tabbernav li a:link {}
ul.tabbernav li a:visited {}
ul.tabbernav li a:hover {}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
  
.tabberlive .tabbertab {}
.tabberlive .tabbertab h2 { display:none; }
.tabberlive .tabbertab h3 {	display:none; }

.tabberlive#tab1 {}
.tabberlive#tab2 {}

