@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	cursor: default;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #4A4A4A;
	background-color:#EBF1FA;
}
p, td, div {
	font-family:"Century Gothic";
	font-size:12px;
}
#djbc_main {
	height:100%;
	width:100%;
	padding:0px;
	border:0px;	
	margin:0px;
}
#djbc_left {
	width:250px;
	padding:0px;
	margin:0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #999;
}
#djcp_leftCol {

	
}
#djcp_leftFooter {
	height:50px;
}
#djcp_topCol {
	border:0px;
	padding:0px;
	margin:0px;
}
#hf_MainLogo {
	text-align:center;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	background-image: url(../images/hflogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:111px;
}
.pointer {
	cursor:pointer;
}
.leftNavMenuItem {
	font-size: 16px;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	padding-right:10px;
	border-bottom:1px solid #999;
}
.leftNavMenuItem a {
	text-decoration:none;
	color: #4A4A4A;
}
.leftNavMenuSection {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 3px;
	margin-top:5px;
	padding-right:10px;
	border-bottom:1px dashed #AAA;
}
.leftNavMenuSubItem {
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
	padding-right:10px;
}
.leftNavMenuSubItemOver {
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
	padding-right:10px;
	background-color:#FFF;
	cursor:pointer;
	color: #060;
}
.leftNavMenuItemOver {
	font-size: 16px;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	background-color:#DDD;
	padding-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.leftNavMenuItemOver label {
	cursor:pointer;
	color: #900;	
}
.copyrights {
	font-size: 9px;
	padding: 5px;
	text-align:center;
}
#errorBar {
	visibility:hidden;
	color: #000;
	background-color: #FBB;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.icon {
	margin: 3px;		
}