*{
	padding:0px;
	margin:0px;
	margin:0 auto;


}

.panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	border:1px solid #8C9EC6;
	background-image:url("/images/contentBg.jpg");
	background-repeat:repeat-x;
	background-position:top left;
	height:100px;
	margin-left:10px;
	margin-right:10px;
	/*margin-top:8px !important;*/
}

.panel.active-tab-body {
	display: block;


}

#tabs {
	padding:0px;
	margin:0px;
}

#tabs{
	height: 27px;
	list-style: none;

}

#tabs li {
	float: left;
/*	margin-right:10px !important;
	margin-right:5px;*/
	margin-top:8px;
	position:relative;
		top:4px;
	margin-left:10px !important;
	margin-left:5px;


}

#tabs a {
	float: left;
	text-decoration: none;
	color: #7999BF;
	background-image:url("/images/button_inactive.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	width:211px;
	height:27px;
	text-align:center;
	line-height:23px;
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
}

#tabs a.active-tab {
	background-image:url("/images/button_active.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:0px;
	padding-top: 0px;
	height:27px;
	width:205px;
	color: #7999BF;
	border-bottom:0px solid red;
	text-align:center;
}
