.cityHelper
{		
	COLOR:#5a5a5a;
	PADDING-LEFT:5px;
	FONT-SIZE:11px;
	WIDTH: 125px; 
}
.cityHelper2
{	
	COLOR:#5a5a5a;
	PADDING-LEFT:5px;
	FONT-SIZE:11px;
	WIDTH: 125px; 
}




.helperInput
{
	color:#5a5a5a;
	padding-left:5px;
	font-size:11px;
	border: 1px solid #848A96; 	
	background: #ffffff;	
	width: 170px;
	height: 18px;
	cursor:pointer;
	
}

.helperInput1
{
	color:#5a5a5a;
	padding-left:5px;
	font-size:11px;
	border: 1px solid #848A96; 	
	background: #ffffff;	
	width: 80px;
	height: 18px;
	cursor:pointer;
	
}

#helperToolTip, #helperList
{
	top:34px;
	left:0px;
	z-index:206;
}
#helperToolTip2, #helperList2
{
	top:40px;
	left:0px;
	z-index:205;
}

.helperList
{
	height:270px; /* fix height to 100% for IE */
	 /* fix height for other browsers */
	
	width:200px;	
	border:solid 1px #000000;
	visibility:hidden;
	position:absolute;
	float:left;
	display:block;
	
	Background-color:white;
	overflow:auto;
	overflow-x:hidden;
	cursor:pointer;
	
}

.helperList1
{
	height:210px; /* fix height to 100% for IE */
	 /* fix height for other browsers */
	
	width:200px;	
	border:solid 1px #000000;
	visibility:hidden;
	position:absolute;
	float:left;
	display:block;
	
	Background-color:white;
	overflow:auto;
	overflow-x:hidden;	
	cursor:pointer;
}

.helperList1_1
{
	height:290px; /* fix height to 100% for IE */
	 /* fix height for other browsers */
	
	width:125px;	
	border:solid 1px #000000;
	visibility:hidden;
	position:absolute;
	float:left;
	display:block;
	
	Background-color:white;
	overflow:auto;
	overflow-x:hidden;
	cursor:pointer;
	
}

.helperList1_2
{
	height:260px; /* fix height to 100% for IE */
	 /* fix height for other browsers */
	
	width:125px;	
	border:solid 1px #000000;
	visibility:hidden;
	position:absolute;
	float:left;
	display:block;
	
	Background-color:white;
	overflow:auto;
	overflow-x:hidden;	
	cursor:pointer;
}

.helperTable
{
	border-collapse:collapse;
	width:200px;	
}
.helperFirstItem {
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#589502;
	width:25px;
	cursor:pointer;
	padding-left:3px;
	padding-right:5px;
}
.helperSecondItem {
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;	
	width:165px;
	cursor:pointer;
}
.helperThirdItem {
	font-family:tahoma;
	font-size:10px;
	line-height:10px;
	font-weight:normal;
	color:#437200;
	width:25px;
	cursor:pointer;
	padding-left:3px;
	padding-right:5px;
}
.unselectedRow
{
	line-height:13px;
	text-align:left;	
	background-color:#ffffff;
	width:200px;
	cursor:pointer;		
}
.selectedRow
{
	line-height:13px;
	text-align:left;
	background-color:#b9f8a0;
	width:200px;
	cursor:pointer;
}

.helperTable1
{
	border-collapse:collapse;
	width:125px;	
}
.helperFirstItem1 {
	font-family:arial;
	font-size:11px;
	font-weight:bolder;
	color:#666666;
	width:25px;
	cursor:pointer;
}
.helperSecondItem1 {
	font-family:arial;
	font-size:11px;
	font-weight:bolder;
	color:#000000;	
	width:90px;
	cursor:pointer;
}
.unselectedRow1
{
	line-height:13px;
	text-align:left;	
	background-color:#ffffff;
	width:125px;	
	cursor:pointer;	
}
.selectedRow1
{
	line-height:13px;
	text-align:left;
	background-color:#Fe0000;
	width:125px;
	cursor:pointer;
}



.helperLoading
{	
	visibility:hidden;
	vertical-align:middle;
	display:none;	
}

.helperToolTip
{
	background-color:#FFFFE1;
	width:200px;
	border:solid 1px #888888;
	visibility:hidden;
	position:absolute;	
	display:none;
	width:125px;		
	font-family:arial;
	font-size:11px;
	font-weight:bolder;
	color:#555555;
	
}