@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTab {
	display:block;
	height:30px;
	width:115px;
	float: left;
	position: relative;
	top: 2px;
	margin: 0px 0px 0px 0px;
	background:url('tab-back.gif') no-repeat;
	list-style: none;
	cursor: pointer;
	color:#000;
	font: bold 14px  Arial;

}
.btnChP{
	height:30px;
    background:url('btnbg.gif')  no-repeat;
	border:none;
	cursor:pointer;
	width:115px;
}
.btnChP:hover{
    background:url('tab-hover.gif') no-repeat;
	color:#66CC66;

}
.btnChPNow{
	height:30px;
    background:url('tab-current.gif') no-repeat;
	color:#66CC66;
	border:none;
	cursor:pointer;
	width:115px;
}
.TabbedPanelsContentGroup {
	clear: both;
	border:2px solid #CAD3DF;
    background:#10151B none repeat scroll 0 0;;
	width:755px;
}


