﻿

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : auto;
	background-color : white;
	color : green;
	border : double;
	border-width : 2px;
    border-color: green;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
	min-width:250px;
    list-style-type : circle;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : green;
	padding : 1px;
    font-weight: bold;
    font-size:large;
}
