.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 330px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: 4px;
		width:330px;
		border-bottom:1px #688da8 solid;
}
.tabbed-pane .tabs li a.active {
	font-weight:bold;
	color: #2b7596;
	font-size: 18px;
	padding: 2px 5px 0 5px;
	letter-spacing: -1px;
	background-color:#688da8;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 5px 0 0;
		color: #2b7596;
}

.tabbed-pane .tabs li a {
	color: #2b7596;
	display: block;
	font-size: 18px;
margin-bottom: 0px;
letter-spacing: -1px;
	padding: 2px 5px 0 5px;
	letter-spacing: -1px;
	
}
.tabbed-pane .pane {
	padding: 0px;
	clear: both;
	min-height: 10em;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	padding: 5px 0;
	width: 330px;
	top: 0;
	left: 0;
	background: #acc0cd url(/images/sa4/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}
