.tabbed-pane * {
	margin: 0;
	padding: 0;
	
}
.tabbed-pane {
	width: auto;
	height:280px;
	
}

.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: right;
	margin-bottom: -1px;
	
}
.tabbed-pane .tabs li a.active {
	background: white;
	border-bottom: 1px solid red;
	
}
.tabbed-pane .tabs li {
	float: right;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px;
	background: #f0f0f0;
	border-color: #D0DAF2;
	border-style: solid;
	border-width: 1px;
	font-size:12pt;
}
.tabbed-pane .pane {

	border-top:1px solid #D0DAF2;
	border-bottom:1px solid #D0DAF2;
	padding: 5px;
	clear: both;
	height: 230px;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border-left:1px solid #D0DAF2;
	border-top:1px solid #D0DAF2;
	border-bottom:1px solid #D0DAF2;
	padding: 5px;
	width: 384px;
	top: 0;
	left: 0;
	background: white url(loading.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height:230px;
}