﻿
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin :auto 0;
	padding:0;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
    text-align : left; 
    list-style-type : none;
    z-index: 5000;
    background-color:White;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
