﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
    visibility : hidden;
	margin : 0px!important;
	background-color : #333;
	color : #fff;
	border : buttonshadow;
	border-width : 1px;
	border-style :groove;
	cursor :pointer;
	overflow :hidden;
	height :auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	color: #fff;
	background-color: #1B5CCD;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family:Tahoma;
	font-size:11px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	color: #fff;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
	font-weight:normal;
	font-family:Tahoma;
	font-size:11px;
}