/*
--------------------------------------------------
Tabber GLOBAL STYLES
Last revised 28 March 2008
--------------------------------------------------
*/
.tabberlive .tabbertabhide { /* required to hide non-active content */
		display: none;
		}
.tabber { /* before setup of tabber interface */
		overflow: auto;
 		margin-bottom: .75em;
		}
.tabberlive { /* after setup of tabber interface */
 		margin-bottom: .75em;
 		}

.tabbernav { /* tab navigation list */
		font: bold 11px/1.90909 "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
		height: 26px;
		margin: 0;
		border-bottom: 1px solid #C0C0C0; /* Silver */
		}
.tabbernav li { /* active tab */
		float: left;
		display: block;
		list-style: none;
		padding-right: 6px;
		background: transparent url(../images/utility/dropshadow-tab.png) no-repeat bottom right; /* PMS 295 83% */
		}
.tabbernav li a {
		text-align: center;
		letter-spacing: .1em;
		padding: 3px .875em;
		display: block;
		border-bottom: none;
		background: #62AC1E url(../images/utility/background-subnav.png) repeat-x; /* PMS 369 */
		}
.tabbernav li a:link, .tabbernav li a:visited {
		color: #FFF; /* White */
		}
.tabbernav li a:hover {
		color: #FFD42F; /* Pantone 122 */
		}
.tabbernav li a:active {
		color: #FFD42F; /* Pantone 122 */
		}
.tabbernav li.tabberactive a {
		color: #F20017; /* PMS 186 */
		background: transparent url(../images/utility/background-header-shadow.png) repeat-x bottom;
		}

/*
.tabbertab = the tab content
 Add style only after the tabber interface is set up (.tabberlive)
*/
.tabberlive .tabbertab {
		width: auto;
		clear: both;
		overflow: hidden;
		padding: 0;
		background: transparent;
		}
.tabberlive .tabbertab h1 {
		margin-top: .328125em;
		}
.tabberlive .tabbertab p {
		}

/* Hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
		/* display: none; */
		}