/* Pages that call this file ----------------------------------------------------------------------
	/Volumes/C/inetpub/CFCs/Utilities/JSBuilder.cfc:
	   69: 				& getNewline() & '<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />'
	/Volumes/C/inetpub/LandsofAmerica/CustomTags/searchWhere.cfm:
	  141: 					<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />
	/Volumes/C/inetpub/LandsofAmerica/CustomTags/searchWhereLOA.cfm:
	  136: 					<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />
	/Volumes/C/inetpub/LandsofAmerica/landsConnector/includes/index.cfm:
	   71: 				<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />
	/Volumes/C/inetpub/LandsofAmerica/LandsConnectorSearch/includes/searchforlandbymap.cfm:
	   49: 		<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />
	/Volumes/C/inetpub/Mobile/index.cfm:
	   39: 		<link href="/shared/css/jquery.autocomplete.min.css" rel="stylesheet">
	/Volumes/C/inetpub/Mobile/search/index.cfm:
	   58: 		<link href="/shared/css/jquery.autocomplete.min.css" rel="stylesheet">
	/Volumes/C/inetpub/propertycontrolcenter.com/users/header.cfm:
	   44: <link rel="stylesheet" href="/shared/css/jquery.autocomplete.css" type="text/css" media="screen" />
	/Volumes/C/inetpub/tasks/CustomTags/layout.cfm:
	  100: 		<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />
	/Volumes/C/inetpub/tasks/CustomTags/searchWhere.cfm:
	   67: 					<link href="/shared/css/jquery.autocomplete.css" rel="stylesheet" />
------------------------------------------------------------------------------------------------ */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: #E6E6E6;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 10px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 16px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/shared/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #2168CA;
	color: white;
}
.ac_over a {color: white; text-decoration: underline; font-weight: bold;}
