/* forms.css (primary) */
.pagegTtl{
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0 10px 7px;
}
.hlTop{
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin: 10px 0 4px -5px;
	padding: 8px 0;			
}
.hlClsd{
	border-bottom: 1px solid #dddddd;
	margin: -3px 0 4px -5px;
	padding: 4px 0;			
}
.hlClsd div{
	border-radius:6px;
	background-color:#DDEEFF;
}
.hlClsd .hlItm{
	display:none;
}
.hlOpen{
	border-bottom: 1px solid #dddddd;
	margin: -3px 0 4px -5px;
	padding: 4px 0;			
}
.hlOpen .hlItm{
	border-radius:6px;
	background-color:#DDEEFF;
	margin-left:35px;
	margin-top:4px;
	padding:3px 0px;
}
.frmItmTtl{
	padding-top:2px;
}
.frmItmInp{
	width:640px;
}
.hlTtl{
	background-position:8px 5px;
	background-repeat:no-repeat;
	background-size:20px 20px;
	font-weight:bold;
	cursor:pointer;
	padding:6px 5px 5px 40px;			
}
.hlClsd .hlTtl{
	background-image:url(/Images/hlBtn.png);
	background-color:#BFDDF1;
}
.hlOpen .hlTtl{
	background-image:url(/Images/hlBtnC.png);
	background-color:#AAAAFF;
}
.hlOpen .hlTtl:hover{
	background-image:url(/Images/hlBtnCH.png);
}
.hlClsd .hlTtl:hover{
	background-image:url(/Images/hlBtnH.png);
}
.l{
	float:left;
}
.r{
	float:right;
}
.w50{
	width:50px;
}
#btnChangeUser{
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
#btnChangeUser:hover{
	text-decoration:underline;
}
#txtEnquiry{
	font-family: Arial, sans-serif;
	width:600px;
}
.btn{
	height:22px;
	background-color: #4192bc;
	border: 1px solid #aaaaff;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	margin:2px 16px 2px 6px;
}
.btn:hover{
	color:#0000FF;
}
.star{
	color:#ff0000;
	font-weight:bold;
}
.imgOk{
	height:23px;
	width:25px;
	float:right;
	margin:-2px;
	overflow:hidden;
}
.statusImg {
	height: 18px;
	width: 18px;
	vertical-align: bottom;
	margin-left: 4px;
}
.toolTip{
	display: inline;
	position: relative;
	float:right;
}
.toolTip img{
	height:22px;
	width:22px;
	margin:0px 5px -6px 0px;
}			
.toolTip:hover:after{
	border:2px solid #AA00FF;
	background:#EEEEFF;
	background:rgba(238,238,255,0.90);
	color: #0000AA;
	font-size:12px;
	font-weight:normal;
	border-radius:5px;
	position: absolute;
	bottom: 18px;
	right: 20px;
	content: attr(title);
	padding: 5px 15px;
	z-index: 98;
	width: 120px;
}
.formError{
	position: relative;
}
.formError img {
	height: 20px;
	margin-bottom: -6px;
	width: 20px;
}
.formError:hover:after{
	border:2px solid #FF00CC;
	background-color:#FFDDDD;
	background:rgba(255,220,220,0.9);
	color: #0000FF;
	font-size:12px;
	font-weight:normal;
	border-radius:5px;
	position: absolute;
	bottom: 12px;
	left: 18px;
	content: attr(title);
	padding: 5px 15px;
	z-index: 98;
	width: 120px;
}

