/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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 {
	margin: 0px;
	padding: 0px;
	}
	
	#feature-tabbed h1 a, #feature-tabbed h1 a:visited 

{

color: #000000;

font-size: 22px;

font-family: Arial,Tahoma,Verdana;

font-weight: normal;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 2px;

margin-left: 0px;

padding-top: 10px;

padding-right: 0px;

padding-bottom: 0px;

padding-left: 0px;

line-height: 24px;

}

#feature-tabbed h1 a:hover

{

color: #cc0000;

text-decoration: none;

}
.tabbertab {margin-top:10px;}
div.tabberlive div.tabbertab img{
border: 1px solid #999999;
}
.tabberlive {
 margin:0em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
ul.tabbernav li a {
	margin: 0px;
	padding: 3px 5px 3px 5px;
	border-bottom: none;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	background: #666666;
	color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	}
	
ul.tabbernav li a:visited {
	background: #666666;
	color: #FFFFFF;
	}

ul.tabbernav li a:hover {
	background: #C00000;
	color: #FFFFFF;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a {
	background: #C00000;
	color: #FFFFFF;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a:hover {
	background: #666666;
	color: #FFFFFF;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	background: #FFFFFF;
	padding: 0px;
	}
	
.tabberlive .tabbertab h2 {
	display: none;
	margin: 0px;
	padding: 0px;
	}

 .tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}