﻿

legend {
	color: #F2F2F2;
}
#banner {
	background-color: white;
	height: 80px;
}

.panel {
	clear: both;
	display: none;
	background-color: white;
	padding: 0.5px;
	
	
	
}

fieldset {
	padding-right: 1.5em;
	hheight: 450px;
	padding-bottom:10px;
	
	
}

.panel.active-tab-body {
	display: block;
	
	
	
}
.bar {
	padding: 5px;
	background-color: white;
}

#tabs {
	margin-left:0;	
	
	
}

#tabs li {
	float: right;
	
	list-style: none;
	
}

#tabs a {
	float: left;
	padding: 5px 21px 5px 22px;
	margin-left: 1px;
	background-color: #6903a4;
	text-decoration: none;
	color: white;
	

	
	
}

#tabs a.active-tab {
	background-color:#B539FC ; 
	border-top: 3px solid #B539FC;
	padding-top: 2px;
	color: #ccc;
	
}
