﻿.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	max-height : 200px;
    text-align : left; 
    list-style-type : none;
    float:left;
    width:auto;
}

.autocomplete_highlightedListItem
{
	background-color: Background;
	color: white;
	padding: 1px;
	cursor: default;
	white-space:nowrap;
	
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	white-space:nowrap;
	padding : 1px;
	
}
