﻿.autocomplete_completionListElement
{
	background-color:#CCFFFF;
	overflow: auto;
	height: 200px;
	border-width: 0px;
	border-style: solid;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.autocomplete_highlightedListItem
{
	background-color: #0b224f;
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;
	overflow: auto;
	font-family: 'Century Gothic';
	cursor: pointer;
}

.autocomplete_listItem
{
	background-color: White;
	font-family: 'Century Gothic';
	color: #000000;
	padding: 0px 0px 0px 5px;
	overflow: auto;
}



