﻿.autocomplete_completionListElement
{
 visibility : hidden;
 margin : 0px !important;
 background-image: #ffffff;
 padding: 0px;
 background-color: white;
 float: none !important;
 margin-left: 0px !important;
 white-space: normal !important;
 color: #000000 !important;
 font-family: Arial !important;
 font-size: 13px !important;
 border: #bbbbbb;
 border-width : 1px;
 width: 218px !important;
 border-style : solid;
 overflow : auto !important;
 height : 140px !important;
 text-align : left  !important;
 list-style-type : none  !important;
 z-index: 999;
}

.autocomplete_completionListElement li 
{
	float: none;
	/*background: none !important;
	background-color: white !important;*/
	width: 195px;
	height: 20px;
	z-index: 999;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
 background-color: #dddddd  !important;
 color: black  !important;
 padding: 5px 10px 1px 10px  !important;
 margin: 0 !important;
 display: block !important;
 cursor : pointer !important;
 width: 195px;
 height: 20px;
 z-index: 999;
}


.autocomplete_listItem
{
 background-color : white  !important;
 color: black  !important; 
 padding: 5px 10px 1px 10px  !important;
 margin: 0 !important;
 display: block !important;
 cursor : pointer !important;
 width: 145px;
 height: 20px;
 z-index: 999;
}
