@CHARSET "UTF-8";
div.autoCompleterList
{
	width					: 300px !important;
	position				: absolute;
	left					: 0;
	top						: 0;
	overflow				: hidden;
	color					: #455E73;
	z-index					: 1000;
}
div.autoCompleterListInnerContainerTop
{
	width					: 400px;
	height					: 6px;
	float					: left;
}
div.autoCompleterListInnerContainerMid
{
	width					: 400px;
	float					: left;
	background-color		: #817C7C !important;
	opacity					: 0.9;
	filter					: alpha(opacity=90); /* For IE8 and earlier */
	
}
div.autoCompleterListInnerContainerBottom
{
	width					: 400px;
	height					: 13px;
	float					: left;
}
div.autoCompleterListLine
{
	float					: left;
	width					: 395px;
	height					: 20px;
	margin-left				: 2px;
	margin-right			: 4px;
	line-height				: 20px;
	vertical-align			: middle;
	cursor					: pointer;
	overflow				: hidden;
	color                   : whitesmoke;
	font-size               : 14px; 
}
div.autoCompleterListSelectedLine
{
	background-color		: #575757;
	color					: #FFFFFF;
	cursor					: pointer;
	
}
div.edit_21_AutoComplete
{
	width				: 22px;
	height				: 21px;
	background-color	: url(images/autocomplete/autocomplete.png) no-repeat;
	font-size			: 1pt;
	float				: right;  
}
.highlight_on_autoComplete
{
	font-weight			: bold;
	color				: #59c7ea;	
}