﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : window;
	color : window;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow: auto;              
    height: 200px; 	
    text-align : left; 
    list-style-type : none;
    word-wrap:break-word;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style:normal;
    font-weight:normal;
    
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #C7C7B0;
	color: black;	
	/*width:87%;*/  	
    
   

}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;  
	/*width:87%;*/
  
   
}


