﻿.QSearchTop { font-family:Arial; font-size: 11px; color: #001e3a; font-weight: bold }
.QSHelper { font-family:arial; color:silver; }
.QSLink { color:#52b252;text-decoration:none }

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility: hidden;
	margin : 0px;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    padding-left:1px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #52b252;
	color: white;
	padding: 1px;
	cursor: pointer; cursor:hand;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* Invalid Location */
.ILMessage { width:700px;padding-left:10px;padding-right:10px;padding-top:20px;padding-bottom:20px;border:2px solid red;color:red; font-size:14px }

/* Choose Location */
.CLMessage { width:627px;padding-left:10px;padding-right:10px;padding-top:20px;padding-bottom:20px;border:2px solid red;color:red  }
.CLMessageSuburb { color:#404040;font-style:italic }