.panel {
	clear: both;
	display: none;
	background-color: #FFF;
	width: 100%;
	height:94%;
}


.panel.active-tab-body {
	display: block;
}

#tabs {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tabs li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:115px;
	height:28px;
	text-align:center;
	font-size: 14px;
	line-height:28px;
}

#tabs a {
	float: left;
	text-decoration: none;
	color: #b61e23;
	background: url(../imgs/group_tab_on.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:115px;
	height:28px;
	line-height:28px;
}

#tabs a.active-tab {
	color: #FFFFFF;
	background: url(../../images/layout/tab-psc-active.gif) no-repeat;
}
ul { list-style-image:url(../../images/layout/racs-bullet-limited.gif)}