﻿.autocomplete_completionListElement
{
	visibility: hidden;
	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;
	width: 385px;
	font-family: Tahoma;
	font-size: 8pt;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-family: Tahoma;
	font-size: 8pt;
}

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
	font-family: Tahoma;
	font-size: 8pt;
}
