﻿.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPanel
{
     visibility:hidden;
}

.menuTable
{
	font-family:Verdana;
	font-size:x-small;
	color:White;
}

.AutoComplete
{
	font-family:Trebuchet MS;
	font-size:x-small; 
	color:Gray;
	
	margin : 0px!important;
	
	
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	
	
    text-align : left; 
    list-style-type : none;
}

.AutoCompleteItem
{
	background-color : window;
	padding:2px;
	color:Gray;
	font-family:Trebuchet MS;
	font-size:x-small;
}

.AutoCompleteHighlight
{
	background-color: #097fb8;
	color:White;
	padding:2px;
	font-family:Trebuchet MS;
	font-size:x-small;
}
