﻿.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;
}

/* 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 }

/* Property Type Tabs*/
.tabselectedyes { padding-top:2px; padding-left:6px; border-top: 1px solid #00852C; border-left: 1px solid #00852C; border-right: 1px solid #00852C; border-bottom: 0px solid white;
    background-color: White; cursor: pointer; text-align:center; }
.tabselectedno { padding-top:2px; padding-left:6px; border-top: 1px solid #00852C; border-left: 1px solid #00852C; border-right: 1px solid #00852C; border-bottom: 1px solid #00852C;
    background-color: #51894D; cursor: pointer;  text-align:center;}
.tabselectedno:hover { border-top: 1px solid #00852C; border-left: 1px solid #00852C; border-right: 1px solid #00852C; border-bottom: 1px solid #00852C;
    background-color: #51894D; cursor: pointer; }
.tabbottom { border-bottom: 1px solid #00852C; }

.hplselectedyes { color: #00852C; text-decoration: none; }
.hplselectedyes:hover { color: #00852C; text-decoration: none; }
.hplselectedno { color: #E0E0E0; text-decoration: none; }
.hplselectedno:hover {  color: white; text-decoration: none; }
