.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 680px;
	height: 1900px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	border-bottom: 0px solid white;
	background-color: #EED02B;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 0px 0 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
}
.tabbed-pane .pane {
	border: 1px solid #333;
	padding: 5px;
	clear: both;
	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: 680px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: left;
	z-index: 100;
	height: 100%;
}
