.cityHelper {
	color:#25e200;
	padding-left:0px;
	font-size:10px;
	width: 125px;
}
.helperInput {
	color:#5a5a5a;
	padding-left:5px;
	font-size:10px;
	border: 1px solid #848A96;
	background: #ffffff;
	width: 170px;
	height: 18px;
	cursor:pointer;
}
.helperList {
	height:135px; /* fix height to 100% for IE */
	 /* fix height for other browsers */
	width:150px;
	border:solid 1px #46B5D3;
	visibility:hidden;
	position:absolute;
	float:left;
	display:block;
	background-color:white;
	overflow:auto;
	overflow-x:hidden;
	cursor:pointer;
	margin-top: -4px;
	margin-left: -3px;
}
.helperTable {
	border-collapse:collapse;
	width:150px;
}
.helperFirstItem {
	font-family:arial;
	font-size:10px;
	font-weight:bolder;
	color:#000000;
	width:25px;
	cursor:pointer;
	padding: 0 5px;
}
.helperSecondItem {
	font-family:arial;
	font-size:10px;
	font-weight:bolder;
	color:#000000;
	width:125px;
	cursor:pointer;
}
.unselectedRow {
	line-height:12px;
	text-align:left;
	background-color:#ffffff;
	width:200px;
	cursor:pointer;
}
.selectedRow {
	line-height:12px;
	text-align:left;
	background-color:#c9f4fd;
	width:200px;
	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:10px;
	font-weight:bolder;
	color:#555555;
}