﻿/*AutoComplete flyout */
.autocomplete_completionListElement
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
    padding:0;
    font-family:Arial;
	background-color: #f0f0f0;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #18659f;
	color: #FFF;
    padding:0;
    cursor:pointer;
}

/* AutoComplete item */
.autocomplete_listItem
{
	background-color : #f0f0f0;
	color : windowtext;
    padding:0;
	border-width : 0px;
	border-style : solid;
}