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

.tabber, .tabberlive
{
	margin: 5px 0 25px 0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin: 0;
	padding: 3px 0;
	width: 100%;
	font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
 	padding: 6px;
 	margin-right: 3px;
 	border: 1px solid #dcdcdc;
 	border-bottom: none;
 	background-color: #eee;
  	text-decoration: none;
 	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8f8f8f;
}

ul.tabbernav li a:hover
{
	color: #5f5f5f;
	background: #dedede;
	border-color: #bbb;
}

ul.tabbernav li.tabberactive a
{
	background-color: #f1f1f1;
	border: 1px solid #bbb;
	border-bottom: 1px solid #f1f1f1;
	color: #5f5f5f;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
	padding: 15px;
	padding-left: 15px;
	margin-top: 3px;
	min-height: 90px;
	background-color: #f1f1f1;
	border: 1px solid #bbb;
}

.tabberlive .tabbertab ol li, .tabberlive .tabbertab ul li
{
	line-height: 18px;
}

.tabberlive .tabbertab a
{
	font-weight: bold;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2
{
	display: none;
}
.tabberlive .tabbertab h3
{
	display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1
{
	
}

.tabberlive#tab2
{
	
}
.tabberlive#tab2 .tabbertab
{
	height: 200px;
 	overflow: auto;
}
