﻿.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px;
	background-color: #ffffff;
	color: threeddarkshadow;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	text-align: left;
	list-style-type: none;
	height: 100px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
}

.autocomplete_completionListElement li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}


/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: buttonface;
	color: threeddarkshadow;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
	background-color: window;
	color: appworkspace;
	padding: 1px;
	padding-left: -30px;
}

#AutoCompleteEx_completionListElem ul
{
	width:144px;
	left:300px;
}