/* $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 {
}
.tabberlive {
	margin-top:1em;
	background:url(../images/bg_center_top.gif) left 14px no-repeat;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

.tabbertab p{
	margin:5px 0px 10px 0px;
	padding:0px 15px 5px 5px;
	text-align:justify;
}

.tabbertab img{
	margin:0px 15px 10px 0px;
}

ul.tabbernav
{
	margin: 0px 0px 15px 0px;
	padding: 0;
}

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

#content .tabbernav li a{
	color:#FFF;
	font-weight:700;
}

ul.tabbernav li a
{
	padding: 5px 5px 3px 5px;
	margin-left: 3px;
	border:1px #FEFBE1 solid;
	border-bottom:0;
	text-decoration: none;
	font-weight:700;
}

ul.tabbernav li a:link { color: #485521; }
ul.tabbernav li a:visited { color: #485521; }

ul.tabbernav li a:hover
{
	color: #FFF;
	background:#A3D3ED;
	border-color:#FFFFFF;
}

ul.tabbernav li.tabberactive a
{
	color:#FFFFFF;
	background:#A3D3ED;
	border-color:#FFFFFF;
}

ul.tabbernav li.tabberactive a:hover
{
	color:#FFFFFF;
	background:#A3D3ED;
	border-color:#FFFFFF;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	background:url(../images/bg_center_body.gif) left 20px repeat-y; 
	height:170px;
	/* 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 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

.tabber_head {
	clear:both;
	background:url(../images/bg_center_top.gif) top left no-repeat;
}

.tabber_foot{
	background:url(../images/bg_center_bottom.gif) top left no-repeat;
}

.tabbertab ul{
	margin:-15px 0px 0px 0px;
	padding:0;
}
.tabbertab li{
	list-style:none;
}
.tabbertab img{
	border:4px #A3D3ED double;
}
