﻿.CompletionList
{
	background-color: white;
	border: buttonshadow;
	border-style: solid;
	border-width: 1px;
	color: windowtext;
	cursor:default;
	height: 100px;
	list-style-type: none;
	margin: 0!important;
	overflow: auto;
	padding: 1px;
	text-align: left;
	visibility: hidden;
}
.CompletionListHighlightedItem
{
	background-color: #ffff99;
	color: black;
}
