.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 100%;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: #E6F3F9;
	color: #033953;
	font-weight: bold;
	text-decoration: underline;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	/*color: #336699;*/
	color: white;
	display: block;
	padding: 5px;
	background: #B3DFEC;
	text-decoration: none;
	/*border-color: #333;
	border-style: solid;
	border-width: 1px;*/
}
.tabbed-pane .pane {
	clear: both;
	/*padding: 5px 12px 5px 12px;
	border: 1px solid #333;
	height: 100%;*/
	}
/*.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}*/