﻿.hl-search
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	background-image: url('../images/u2_normal.png');
	background-repeat: no-repeat;
	width: 313px;
	height: 97px;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
}
			
.hl-search .content
{
	background-image: url('../images/u15_normal.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: right;
	background-position: right bottom;
	margin-right: 10px; height: 100%;
}
			
.hl-search .button
{
	background-image: url("../images/styled_button_u13_normal.png");
	cursor: pointer; 
	background-repeat: no-repeat; 
	width: 46px; 
	height: 25px; 
	text-align: center; 
	padding-top: 8px;
	margin-left: 5px; 
	float:left;
	color:#FFFFFF;
	text-align:center;
}
			
.hl-search .button:active
{
	background-image: url("../images/styled_button_u13_mousedown.png");
}

.hl-search .button.disabled, .hl-search .button.disabled:active
{
    background-image: url("../images/styled_button_u13_disabled.png");
    color: #e4e4e4;
    cursor: default;
}
			
.hl-search .maplink
{
	margin-top:7px;
}
			
.hl-search .maplink a
{
	padding-top:7px;
	font-size:13px;
	font-weight:bold;
	color:#0194D3;
	text-decoration:none;
}
			
.hl-search .maplink a:hover
{
	text-decoration: underline;
}
			
.hl-search .options
{
	padding-top: 8px; 
	padding-bottom:12px;
}
			
.hl-search .options input
{
	float:left; 
	cursor: pointer;
}
			
#byName
{
	margin-left:25px; 
}
			
.hl-search .options span
{
	/*line-height: 20px; */
	margin-left: 5px;
	float:left; 
}
			
.hl-search .inputs
{
	clear:both;
	margin-top:10px;
}
			
.hl-search .inputs input[type=text]
{
	float:left;
	width:163px;
	height:20px;
	margin-top:3px;
}
			
/* Override Jquery Theme styles
/**************************************/
.ui-state-highlight { font-weight: bold;}
			
.ui-corner-all { border-radius: 0px; }
			
.ui-autocomplete.ui-menu.ui-widget
{
	font-family:Arial;
	font-size: 13px;
	min-width: 200px !important;
}
			
.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
{
	text-decoration: underline  !important;
	background-color: white !important;
	background-image: none !important;
	border-color: white;
}