/* $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 {
	width: 806px;
	padding-bottom: 10px;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	height: 39px;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 9px;
	border-bottom: none;
	background: #b6c76b;
	text-decoration: none;
	color: #fff !important;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	float: left;
	width: 178px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
ul.tabbernav li a:link {
	color: #fff;
}
ul.tabbernav li a:visited {
	color: #fff;
}
ul.tabbernav li a:hover {
	background: #ccdf7a;
	border-color: #fff;
}
ul.tabbernav li.tabberactive a {
	background: #f7f7f7 url('/images/g-menu-over-grey.jpg') top left no-repeat;
	color: #777777 !important;
	font-size: 16px;
	height: 41px;
	margin-top: 0px;
	line-height: 41px;
	float: left;
	width: 216px;
	text-align: center;
}
ul.tabbernav li.tabberactive a:hover {
	color: #000;
}
.tabberlive .tabbertab .content .text a {
	font-weight: bold !important;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	clear: both;
	padding:1px 0 0 0;
	border-top:0;
	height: 239px;/* 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; */
}
.tabberlive .tabbertab .content {
	position: relative;
}
.tabberlive .tabbertab .content .text {
	position: absolute;
	top: 18px;
	left: 360px;
	width: 440px;
}
.tabberlive .tabbertab .content .text p {
	font-size: 14px !important;
	color: #fff !important;
	line-height: 20px;
}
.tabberlive .tabbertab .content .text p.title {
	font-size: 28px !important;
	color: #fff !important;
	padding: 0 0 4px 0;
	margin: 0;
}
.tabberlive .tabbertab .content .text ul li, .tabberlive .tabbertab .content .text ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabberlive .tabbertab .content .text ul li a {
	background: transparent url('../images/g-top-arrow.png') left no-repeat;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	color: #fff !important;
	text-decoration:none;
	padding-left: 20px;
}
.tabberlive .tabbertab .content .text ul li a:hover {
	color: #ccc !important;
}
/* 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 */
