﻿.completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: white;
	color: black;
	border: solid 1px gray;
	cursor: pointer;
	text-align: left;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	padding: 0;
	height: 100px;
	overflow: auto;
}
.listItem
{
	background-color: white;
	padding: 1px;
}
.highlightedListItem
{
	background-color: #c3ebf9;
	padding: 1px;
}

