
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

BODY
{	font-family:Tohoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
		}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	background-color: #00FF00;
	margin-left: 15px;
	margin-top: 20px;
	width: 539px;
	height: auto;
	z-index: 20;
	position: relative;
	float: left;
}
.tabberlive {
	width: 539px;
	margin-left: 15px;
 	margin-top: 20px;
	min-height: 200px;
	z-index: 20;
 
 }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:3px;
 border-bottom: 1px solid #B6006F;
 padding-bottom: 4px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8.5pt;
 font-weight: bolder;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0px;
 height: 1px;
 display: inline;
 white-space: nowrap;
 padding: 1px 1px 1px;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 /*margin-bottom: 100px;*/
 border-bottom: none;
 background: #999999;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff;}
ul.tabbernav li a:visited { color: #999999; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #B6006F;
}

ul.tabbernav li.tabberactive a
{
 background-color: #B6006F;
  border-bottom: 1px solid #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #FFFFFF;
 background-color: #B6006F;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:1px;
 /*border:1px solid #aaa;*/
 border-top:25px;
 padding-left: 5px;
 padding-right: 5px;
 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* 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 {	
	font-family:Tohoma, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
		}
		
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:150px;
 }

#tab1-1 {
 padding: 3px 0.5em;
 margin-left: 3px;
 margin-bottom: 100px;
/* margin-top: -13.5px;*/
 border: 1px solid #666666;
 background: #FFF0F2;
 text-decoration: none;
}

.litabs {
	padding-left: 20px;
	list-style-type: disc;
}