.tabbertab {
	margin-bottom:1em;
	}

/*--------------------------------------------------
  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 {
	position:relative;
	}
.tabberlive {
	margin-bottom:1em;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	position:relative;
	top:1px;
	left:0;
	z-index:26;
	width:100%;
 	margin:0;
	padding-left:0;
}
ul.tabbernav li {
	float:left;
	list-style:none;
	background-image:none;
	padding:0;
	margin:0 0 0 5px;
	border:1px solid #069;
	border-bottom:0;
}
ul.tabbernav li a {
	display:block;
	padding:1px 3px 2px 3px;
	text-decoration:none;
	font-size:85%;line-height:120%;
}
.bwAd ul.tabbernav li a {
	font-size:100%;line-height:normal;
}
ul.tabbernav li a:hover {
	background:#ffc;
	text-decoration:underline;
	padding-bottom:1px;
	border-bottom:1px solid #069;
	}
ul.tabbernav li.tabberactive {
	}
ul.tabbernav li.tabberactive a {
	background:#cee5c3;
	color:#00659c;
	cursor:pointer;
	padding:1px 3px 1px 3px;
	border-bottom:1px solid #cee5c3;
	}
	
ul.tabbernav li.tabberactive a:hover {
	background:#cee5c3;
	text-decoration:none;
	cursor:default;
	border-bottom:1px solid #cee5c3;
	}

ul.tabbernav:after, ul.tabbernav li:after {
    content:"."; 
    display:block; 
    height:0;
    clear:both; 
    visibility:hidden;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	clear:both;
	position:relative;
	top:0;
	left:0;
	z-index:25;
	padding:0 0 5px 0;
	border:1px solid #069;
	border-top:0;
	margin:0;
}

.tabbertab h6 {
	font-size:100%;
	padding:.3em 5px;
	border-top:1px solid #069;
	margin:0 0 .5em 0;
	}
.tabbertab ol {
	padding-left:1em;
	margin:0 5px 5px 1em;
	}
.tabbertab p {
	margin:0 5px .7em 5px;
	}
	
.tabbertab div {
	margin:0 5px;}
ul.tabbernav li a {
	font-size:85%;line-height:120%;}
.tabbertab:after {
    content:".";display:block;height:0;clear:both;visibility:hidden;}



