body
{
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{
    visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-size : 9px;
    padding:0px 0px 0px 0px;
	
	/*visibility : hidden;
	margin : 0px!important;
	padding : 0px;
	background-color: inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	text-align : left; 
	list-style-type : none;
	overflow : auto;
	font-weight : normal;
	font-family : Tahoma;
	font-size : 12px;*/
}


/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    
	background-color: #ffff99;
	color: black;
	padding: 1px;
	width  : 500px;
	list-style-type : none;
	padding:0px 0px 0px 0px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
    
	background-color : window;
	color : windowtext;
	padding : 1px;
	list-style-type : none;
	padding:0px 0px 0px 0px;
	
}