
/*--------------------------------------------------
  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 {
	margin-top:0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 8px 0 0 6px;
	overflow:auto;
	width:100%;
	background: url(tabber-bg.gif) repeat-x bottom;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	float:left;
}

#main ul.tabbernav li a
{
	padding: 4px 10px 5px 10px;
	border-bottom: none;
	text-decoration: none;
	color: #777;
	
	outline: none;
	display:block;
	float:left;
}

#main ul.tabbernav li a:hover
{
	color: #B90000;
	background: none;
}

#main ul.tabbernav li.tabberactive a, #main ul.tabbernav li.tabberactive a:hover
{
	background: #FFF;
	color:#950010;
	font-weight:bold;
	border-left:1px solid #CBCBCB;
	border-top:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	border-bottom:1px solid #FFF;

}

.tabberlive .tabbertab
{
	padding:18px 0;
	border-top:0;
}

/* Hide the heading */
.tabberlive .tabbertab h2, 
.tabberlive .tabbertab h3
{
	display:none;
}
