.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 100%;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
	border-bottom:1px solid #eeeeee;
	width:100%;
	display:block;
}
.tabbed-pane .tabs li a.active {
	background: url(../images/tabbg.png) top left #f0f0f0;
	border-bottom: 1px solid white;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 2px 0 0;
}

.tabbed-pane .tabs li a {
	color:#DF7318;
	display: block;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	background: url(../images/tabbg2.png) top left #f0f0f0;
	/*border-color: #333;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	font-size:11px;
}
.tabbed-pane .pane {
	/*border: 1px solid #333;*/
	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: 0px;
	width: 100%;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}
