.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 932px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -3px;
}
.tabbed-pane .tabs li a.active {
	color: #245091;
	background-image:url(../images/ajaxtabs/tab_up.png);
	font-size:20px;
	outline:none;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-left:8px;
	display: block;
	width: 200px;
	height: 24px;
	overflow:hidden;
}
.tabbed-pane .tabs {
	width: 932px;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 1px 0 1px;
	width: 210px;
	height: 32px;
	font-family:Arial, Helvetica, sans-serif;
}
.tabbed-pane .tabs li a {
	color: #ffffff;
	background-image:url(../images/ajaxtabs/tab_down.png);
	display: block;
	padding-top: 13px;
	padding-left: 8px;
	padding-bottom: 5px;
	border-width: 0px;
	text-decoration:none;
}
.tabbed-pane .pane {
	border: 0px;
	padding: 0px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 0px;
	padding: 5px;
	width: 932px;
	top: 0;
	left: 0;
	background: white url(../images/ajaxtabs/loading.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}
