#tabctrl {
	position: relative;
	width: 100%;
	height: 3em;
	width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabctrl ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 85em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabctrl ul#primary li  {
	display: inline;
	list-style: none;
}

#tabctrl ul#primary a,#tabctrl ul#primary span,#tabctrl ul#primary a.current {
	width: 8.9em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tabctrl ul#primary span,#tabctrl ul#primary a.current,#tabctrl ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	/*background: #FFF3B3;*/
	background: #EDFDCE;
	padding-bottom: 6px;
	margin-top: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#tabctrlgroups ul#primary span,#tabctrl ul#primary a.current,#tabctrl ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	/*background: #FFF3B3;*/
	background: #EDFDCE;
	padding-bottom: 6px;
	margin-top: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#tabctrl ul#primary a {
	/*background: #FFFAE1;*/
	background: #FFFFFF;
	border: 1px solid #AAA;
	border-bottom: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#tabctrl ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	/*background: #FFF7CD;*/
	background: #EDFDCE;
	padding-bottom: 5px;
}

#tabctrlgroups ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFD557;
	padding-bottom: 5px;
}

#tabctrl ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabctrl ul#secondary li a,#tabctrl ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tabctrl ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tabctrl ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tabctrl ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tabctrl ul#secondary li:last-child a { border: none; }

#tabbox {
	border: 1px solid #666;
	clear: both;
	/*background: #FFF3B3;*/
	background: #EDFDCE;
	padding-top: 2em;
}
#tabboxgroups {
	border: 1px solid #666;
	clear: both;
	/*background: #FFF3B3;*/
	background: #FFD557;
	padding-top: 2em;
}
#tabboxcontents {
	padding: .25em;
	/*background: #FFFDF3;*/
	background: #FFFFFF;
	min-height: 300px;
}
#tabboxcontents h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	/*color: #88ac0b; */
	color: #FFFFFF;
	padding: 5px 0 5px 5px; 	
	/*border-bottom: 1px solid #EFF0F1;*/
	background: #2180BC;
	/*background: #B7E55E;*/
	/*background: #FFF url(square-green.png) no-repeat 3px 50%;	*/
	text-transform: none;
}
#tabboxcontents h2.chart {
	margin-top: 10px;
	font: Bold 120% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333333;
	padding: 5px 0 5px 5px; 	
	background: none;
	text-transform: none;
}
