
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
    text-align : left; 
    list-style-type : none;     
    /* 25-JUN-09: ITG :Added Z-index property to show list on top  */
    z-index:99;    
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #999999;
	color: White;
	padding: 1px;	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : White;
	color : windowtext;
	padding : 1px;
}
