﻿.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}
 .autocomplete_completionListElement  li
{
    font-weight:bold;
    font-size:medium;
    float: none; 
    display: block; 
}



/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #3399FF;
    color:White;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

