﻿.autocomplete_completionListElement
{
	padding-left: 0px;
	visibility: hidden;
	margin: 0px !important;
	background-color: window;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: default;
	overflow: auto;
	height: 100px;
	text-align: left;
	list-style-type: none;
	list-style: list-style-type;
	font-family: courier new;
	font-size: 8pt;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}
