/*
--------------------------------------------------
Tabber GLOBAL STYLES
Last revised 25 September 2009
--------------------------------------------------
*/

#tab-box {
		float: right;
		}
.tabberlive .tabbertabhide { /* required to hide non-active content */
		display: none;
		}
.tabber { /* before setup of tabber interface */
		overflow: hidden;
		}
.tabberlive { /* after setup of tabber interface */
 		}

/* Tab navigation list */
.tabbernav {
		font: 11px/1.63636 "Trebuchet MS", Arial, sans-serif;
		text-transform: uppercase;
		margin: 0;
		padding: 2px 0;
		border-bottom: 1px solid #CCC; /* Light grey */
		}
.tabbernav li { /* active tab */
		list-style: none;
		margin: 0;
		display: inline;
		}
.tabbernav li a {
		font-weight: bold;
		letter-spacing: .1em;
		margin-left: 3px;
		padding: 5px 0.81818em;
		border: 1px solid #CCC; /* Light grey */
		border-left-color: #999; /* Medium grey */
		border-bottom: none;
		background: transparent url(../images/utility/background-subnav.gif) repeat-x left bottom; /* PMS 295 85% */
		}
.tabbernav li:first-child a {
		margin-left: 5px;
		}
.tabbernav li a:link, .tabbernav li a:visited {
		color: #66779E; /* PMS 295 50% */
		color: #FFF; /* White */
		}
.tabbernav li a:hover {
		color: #E24F00; /* Signature orange */
		border-bottom: none;
		}
.tabbernav li a:active {
		color: #FFF; /* White */
		background-position: left center; /* Signature orange */
		}
.tabbernav li.tabberactive a {
		color: #E24F00; /* Signature orange */
		border: 1px solid #CCC; /* Light grey */
		border-bottom-color: #FFF; /* White */
		background: transparent;
		}

/* <.tabbertab> = the tab content -- add style only after the tabber interface is set up <.tabberlive> */
.tabberlive .tabbertab {
		font-family: Verdana, Arial, sans-serif;
		width: 20.5em;
		padding: 0;
		overflow: hidden; /* prevent horizontal scrollbar in some browsers */
		background: transparent;
		}

/* Hide the heading since a heading is provided by the tab */
/*
.tabberlive .tabbertab h2 {
		display: none;
		}
*/
