.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 420px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: #243259;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #C77729;
	display: block;
	padding: 4px;
	background: #C77729;
}
.tabbed-pane .pane {
	padding: 5px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	padding: 5px;
	width: 400px;
	top: 0;
	left: 0;
	background: white url(images/loading.gif) no-repeat center center;
	text-align: center;
	z-index: 100;
	height: 100%;
}
