﻿/*AutoComplete flyout */

.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: #ffffff;
	color: #990033;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	font-family:Verdana, sans-serif;
	font-size: 10pt;
	padding:0;
	z-index:1;
}
.autocomplete_completionListElement
{
	*padding:inherit;
}

.autocomplete_completionListElement1
{ 
    visibility : hidden;
    margin : 0px!important;
    background-color: #ffffff;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px;
        text-align : left;
        list-style-type : none;
        padding:0;
        	z-index:1;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem1
{
	background-color: #cc0033;
	color: #ffe4e1;
	padding: 1px;
		z-index:1;
}

/* AutoComplete item */

.autocomplete_listItem
{
	color: #000000;
	padding: 1px;
	background-color: #ffcccc;
		z-index:1;
}
.AutoComplete_ListItemHilite{color: #000; padding: 1px; border-bottom: 1px solid #ddd;z-index:1;}
.AutoComplete_ListItemHiliteText
{
	background-color: transparent;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	z-index:1;
	
}
