﻿body {
}
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px;
	background-color : window;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow: auto;
	height : 200px;
    text-align : left; 
    
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
    position: fixed;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

