﻿/* AutoComplete item */
.AutoCompleteExtender_CompletionList 
{
	background-color : white;
	color : black;
	padding : 1px;
	/* font-size: small; */
	font-size: 8pt;
	background-color: Gray;
	min-width: 300px;
	width: 300px;
}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem
{
	text-align: left;
	font-size: 8pt;
	color: black;
	background-color: White;

	padding: 3px;
	min-width: 300px;
	width: 300px;
	list-style-type: none;
	border-bottom: 1px solid #f0f0f0;
	cursor: default;
}

/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem
{
	text-align: left;
	font-size: 8pt;
	color: black;
	background-color: Silver;

	padding: 3px;
	min-width: 300px;
	width: 300px;
	list-style-type: none;
	border-bottom: 1px solid #f0f0f0;
	cursor: default;
}