/* 
////// Tabber
---------------------------------
*/


.tabberlive .tabbertabhide {
 	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {	
	text-align: left;
 	margin:2em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	font-weight: bold;
}

ul.tabbernav li {
	list-style: none;
	margin: 0 0 -5px 0;
	float: left;
}

* html ul.tabbernav li {
	margin: 0 0 -10px 0;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #2771B2;
	border-bottom: none;
	background: #f1f9fd;
	text-decoration: none;
	line-height: 2em;
}

ul.tabbernav li a:link { 
	color: #2771b2; 
}

ul.tabbernav li a:visited {
	color: #2771b2;
}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	padding:5px;
	border: 1px solid #aaa;
	clear: left;
}