body {
	background-color: #efefef;
}

body, html, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}

.CompletionListCssClass
{
	height:92px;
	overflow-y:scroll;	
	 border-style:ridge;
	 border-width:2px;
	 border-color:Gray;
	 border:solid 1px #444444;
	 background-color:Gray;
	 
}
.CompletionListHighlightedItemCssClass
{
	background-color: #666666;
	border-bottom-color:#bfbbfe;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-color:#bfbbfe;
	border-top-width:1px;
	border-top-style:solid;
	color:tan;	
	
}
.CompletionListItemCssClass
{
	color: #ffffff;
}
