
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
 cursor:pointer;
}

/*--------------------------------------------------
  .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:10px 0 0 0;
	width:100%;
	overflow:auto;
	background:#0094D0;
	padding:8px 0 0 8px;
}

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

#main ul.tabbernav li a
{
	padding: 8px 15px;
	border-bottom: none;
	text-decoration: none;
	color: #fff;
	background:#0094D0;	
	outline: none;
	display:block;
	float:left;
	margin:0;
	border-left:1px solid #007EB1;
}


#main ul.tabbernav li a:hover
{
	color: #000;
	background: #FFA706;
}

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

}

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

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