/************** Location search ************/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction states
----------------------------------*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #DFDFDF;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	text-decoration: none;
}

div#form-location-container {position:relative;}
div#form-location-container ul.locationSearch {position:absolute; top:30px !important; display:inline; background-color:#FFF; border:1px solid #0098C4; width:390px !important; z-index:1000;}
div#form-location-container ul.locationSearch li {padding:0; line-height:1em;}
div#form-location-container ul.locationSearch li a {display:block; cursor:pointer; border-bottom:1px dotted #999; padding:5px 3%; width:94%; line-height:1.2em;} 
div#form-location-container ul.locationSearch li a:hover {background-color:#DFDFDF;}
div#form-location-container ul.locationSearch li a span {font-weight:bold; color:#000;}

div#form-location-container ul.noResults {border:1px solid #C00;}
div#form-location-container ul.noResults li a {color:#000; cursor:auto; font-weight:bold;}
