﻿/* Auto Complete */
.autocomplete_completionListElement 
{  
    visibility : hidden;
    margin : 0px;
    background-color:White;
    color : windowtext;
 
    border-width : 1px;
    border-style : solid;
		border-color:#0052AD;
      
    cursor: pointer;
    overflow:visible;
    
		padding:0px ;
		min-width: 400px;
		
    text-align : left; 
    list-style-type:none;
    font-size: 11px;
}

.autocomplete_highlightedListItem
{
  background-color:#0052AD;
	color : White;
	padding: 0px;
}

.autocomplete_listItem 
{
	background-color:White;
	color : Black;
	padding : 1px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: White; 
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
