﻿/* CSS Document */

/* Required to hide the non-active tab content. */
.tabberlive .tabbertabhide {display:none}

/* .tabber = before the tabber interface is set up
   .tabberlive = after the tabber interface is set up */
.tabber {}
.tabberlive {}

/* li.tabberactive = the active tab */
ul.tabbernav {
	margin:0 0 0 49px !important;
	padding:0;
	font:bold 12px/1.4em verdana,sans-serif}

ul.tabbernav li {
	list-style:none;
	margin:0 5px !important;
	display:inline}

ul.tabbernav li a {
	margin:5px 0 0 0;
	padding:11px 8px 5px;
	background:#FFF;
	white-space:nowrap;
	text-decoration:none !important}

ul.tabbernav li a:link {color:#051758; background:#CFCFCF}
ul.tabbernav li a:visited {color:#667}
ul.tabbernav li a:hover {
	color:#FFF !important;
	background:#456B21;
	text-decoration:underline}

ul.tabbernav li.tabberactive a {background:#8F263E; color:#FFF !important}
ul.tabbernav li.tabberactive a:hover {background:#8F263E}

/* Home page Features */
ul.tabbernav li.tabberactive a {padding-top:5px}
ul#features {
	margin:0 25px 1em;
	list-style:none}
ul#features li {
	margin:0 0 1em;
	padding:0 0 0 25px;
	line-height:1.5em;
	background:url("../images/bg_select-arrow6.gif") no-repeat 0 5px}
ul#features li:hover {background-image:url("../images/bg_select-arrow7.gif")}
ul#features li a strong {color:#436B12}
ul#features li a:hover {color:#436B12}

/* .tabbertab = the tab content
   Add style only after the tabber interface is set up (.tabberlive) */
.tabberlive .tabbertab {
	margin:3px 46px 10px 35px;
	padding:25px 5px 20px;
	background:#F9F9F9 url("../images/bg_fieldset-top.gif") no-repeat center top;
	border-bottom:1px solid #EBEBEB}

/* hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {display:none}

