﻿ .AjaxListSearch
{
 color :green;	
 font-weight:bold;
 background-color:white;
 width:200px;
 height:50px;
 text-transform:uppercase;
 border:1px solid red;
}


/*model popup*/

.modalBackground {
	background-color:#FCFCFC;
	filter:alpha(opacity=70);
	opacity:0.7;
}


/*  webservices */
 .completionList
{
    list-style-type: none;
    padding-left: 5px;
  
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #d1ecf1;
    margin-top: 2px;
    height:auto;
    width:100%;
}

.completionListItem
{
    background-color: White;
    padding: 5px 5px 5px 7px;
    border: 1px solid #d1ecf1;
    width:100%;
    
}
#AutoCompleteElement 
{
    width:100%;
}

#AutoCompleteElement div
{
    width:100%;
}
.completionListHighlightedItem
{
    background-color: #8dc8ca;
    color:White;
    padding: 5px 5px 5px 7px;
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none !important;
}
.autocomplete_listItem 
{
	background-color :Red;
	color : windowtext;
	padding : 1px;
	
	    list-style-type : none !important;
}
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	    list-style-type : none !important;
}



/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	    list-style-type : none !important;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	    list-style-type : none !important;
}

.autotext
{ list-style-type:none !important;
     background-color: #e7e7e7  !important;
    color:black !important;
    font-weight:bold !important;
    border: 2px solid #00bf6f !important;
  
  }