﻿/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	background-color :  white;
	color :  Black ;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow :  auto;
	height : 300px;
    text-align : left; 
    list-style-type : none;
    font-family : Verdana ;
    font-size : 10px ;
   
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #FFE5B7;
	color: black;
	padding: 1px;
    font-family :Verdana ;
    font-size : 10px ;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color :  white ;
	color : black;
	padding : 1px;
    font-family : Verdana ;
    font-size : 10px ;
}

 .modalBackground
{
    position:absolute;
    width:100%;
    height:100%;
    z-index:5000;
    background-color: #000;
    -moz-opacity: 0.50;
    filter:alpha(opacity=50);
}

