﻿.watermarked
{
	font-style:italic;
	color:Gray;
	font-size:11px;
}

.autocomplete_maintext
{
	vertical-align:top;
	float:none;
	color:#6c6c6c;
	font-size:10px;
	margin-left:2px;
	font-family:Verdana;
	vertical-align:bottom;
}

.autocomplete_secondarytext
{
	color:Gray;
	font-style:italic;
	float:left;
	margin-top:2px;
	margin-left:2px;
	font-weight:normal;
	font-family:Verdana;
	font-size:9px;
}

.autocomplete_image
{
	float:left;
	vertical-align:top;
	height:36px;
	width:27px;
	margin:2px;
}

/*===================================
        AutoComplete
====================================*/

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : white;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 235px;
	width:150px;
    text-align : left; 
    list-style-type : none;
    font-size:11px;
    font-weight:Bold;
    padding-left:0px;
}


.highlight
{
	color:Maroon;
}

/* AutoComplete highlighted item */
/*NOTE: careful changing padding and height it may effect mouseover highlighting*/

.autocomplete_highlightedListItem
{
	margin : 0px!important;
	background-color: #ECE7DF;
	border-bottom:1px dotted gray;
	color: black;
	padding: 3px 0px 3px 0px ;
	height:40px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	margin : 0px!important;
	background-color : white;
	border-bottom:1px dotted gray;
	color : windowtext;
	padding: 3px 0px 3px 0px ;
	height:40px;
	
}
/*===================================
       END AutoComplete flyout 
====================================*/