/*--------------------------------------------------
  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
{
}

.tabberlive
{
	margin-top: 14px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	border-bottom: solid 1px #9acccb;
	font: verdana, sans-serif bold 0.98em;
	margin: 0;
	padding: 3px 0;
}

ul.tabbernav li
{
	display: inline;
	list-style: none;
	margin: 0;
}

ul.tabbernav li a
{
	background: #E2F6F5;
	border: solid 1px #9acccb;
	border-bottom: none;
	margin-left: 3px;
	padding: 3px 6px;
	text-decoration: none;
}

ul.tabbernav li a:link
{
	color: #448;
}

ul.tabbernav li a:visited
{
	color: #667;
}

ul.tabbernav li a:hover
{
	background-color: #9BCDCC;
	border-color: #9acccb;
	color: black;
}

ul.tabbernav li.tabberactive a
{
	background-color: white;
	border-bottom: 1px solid white;
}

ul.tabbernav li.tabberactive a:hover
{
	background-color: white;
	border-bottom: 1px solid white;
	color: black;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
	padding: 4px;
	border-style: none;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2
{
	display: none;
}

.tabberlive .tabbertab h3
{
	display: none;
}
