@charset "utf-8";
/* CSS Document */


#containertabs body {
	font-family: arial, helvetica, sans-serif;
	background-color: #d9d9d9;
	font-size: 76%;
	color: #F2F2F2;
}
#containertabs legend {
	color: #F2F2F2;
}
#containertabs #banner {
	background-color: #7B68EE;
	height: 80px;
}

#containertabs .panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	padding: 1em;
}

#containertabs fieldset {
	padding: 2em;
}

#containertabs .panel.active-tab-body {
	display: block;
}
#containertabs .bar {
	padding: 5px;
	background-color: #3e3e3e;
}

#containertabs #tabs {
	position: absolute;
	top: 200px;
	height: 28px;
	list-style: none;
}

#containertabs #tabs li {
	float: left;
}

#containertabs #tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
}

#containertabs #tabs a.active-tab {
	background-color: #3e3e3e;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #ccc;
}


