div.cfhPanel {
	display: none;
	padding: 10px;
	background-image: url(../images/panel_bg.gif);
	background-repeat: repeat-x;
	background-color: #ecf6ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	/*height: 850;*/
	
}

div.cfhPanelGroup {
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c7ddee;
	border-bottom-color: #c7ddee;
	border-left-color: #c7ddee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7ddee;
	height: 100%;
	
}

div.cfhTabs a.cfhTab {
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;
	top: 1px;
	background-image: url(../images/Normal_tab.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	margin-top: 4px;
	float: left;
	text-indent: 0px;
	line-height: 22px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.cfhTabs a.cfhTabselected {
	background-color: #FFFFFF;
	color: #000000;
	height: 25px;
	top: 1px;
	background-image: url(../images/selected_tab.gif);
	width: 87px;
	background-repeat: no-repeat;
	margin-top: 4px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
}

div.cfhTabs a.cfhTabBig {
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;
	top: 1px;
	background-image: url(../Images/big_tab_normal.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
	margin-top: 4px;
	float: left;
	text-indent: 0px;
	line-height: 22px;
}

div.cfhTabs a.cfhTabBigselected {
	background-color: #FFFFFF;
	color: #000000;
	height: 25px;
	top: 1px;
	background-image: url(../Images/big_tab1.gif);
	width: 120px;
	background-repeat: no-repeat;
	margin-top: 4px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
}

