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

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 3px;
	background: #f0f0f0;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	font-size:12px;
}
.tabbed-pane .pane {
	border: 1px solid #333;
	padding: 5px;
	clear: both;
	height: 260px;
	overflow:auto;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
	height:270px;
	background-color:#FFFFFF;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 147px;
	top: 0;
	left: 0;
	background: white url(spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 270px;;
}
