﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : #ffff99;
	color : #ffff99;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : auto;
    text-align : left; 
    list-style-type : none;
    z-index:500;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	font-family: Verdana;
    font-size: 11px;
    height: auto;
    z-index:500;
}

/* AutoComplete item */

.autocomplete_listItem
{
    list-style-type: none;
    text-align: left;
    background-color: #FEF7E7;
    color: #511000;
    font-family: Verdana;
    font-size: 11px;
    height:auto;
    z-index:500;
}
