.tabbed-pane * {
	margin: 0;
	padding: 0;

	}
.tabbed-pane {
	width: 100%;
	FONT-SIZE: 12px; FONT-WEIGHT: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none; line-height: 125%; 
	
	}

.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;

	}

.tabbed-pane .tabs li a.active {
	background: #ffffcc;
	border: 1px solid #ffdc76;
	COLOR: #990000;
	}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;

	}

.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px;
	background: #ffdc76;
	border-color: #ffdc76;
	border-style: solid;
	border-width: 1px;
FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Arial; line-height: 15px; TEXT-DECORATION: none;	

}
.tabbed-pane .pane {
	border-bottom: 1px solid #ffdc76;
	border-right: 1px solid #ffdc76;
	border-left: 1px solid #ffdc76;
	border-top: 0px solid #ffdc76;
	padding: 10px;
	clear: both;
	height: 100%;
background: #ffffcc;
border-top: 1px solid #ffdc76;
	}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	background: white url(/include/images/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
	height: 100%;
}