﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility  : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : hand;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    width   : 200px !important;      
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: white;
	color: black;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color : #0066FF;
	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : #000000;
	padding : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
