
.watermarked
{
	font-style:italic;
	color:Gray;
}

/*===================================
        AutoComplete
====================================*/
.ui-autocomplete{z-index:99999 !important;}

.autocomplete_completionListElement {
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: #1a1a1a;
	border: 1px solid #ccc;
	cursor: default;
	overflow: auto;
	text-align: left;
	list-style-type: none;
	font-size: 14px;
	padding: 0 !important;
}

.multi
{
	color:#1a1a1a;
	padding-left:5px;
	font-size: 15px;
	font-weight:lighter;
}

.highlight
{
	color:Maroon;
    
}

/* AutoComplete highlighted item */
/*NOTE: careful changing padding and height it may effect mouseover highlighting*/

.autocomplete_highlightedListItem
{
	margin : 0px!important;
	background-color: #b7e5f5;
	border:1px solid #b7e5f5;
	color: #1a1a1a;
	/*padding: 3px 3px 3px 0px ;*/
    height:24px;
	padding-left:5px;
    cursor:pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	margin : 0px!important;
	background-color :#ffffff;
	border:1px solid #ffffff;
	color : #1a1a1a;
	/*padding: 3px 3px 3px 0px ;*/
	height:24px;
    padding-left:5px;
    cursor:pointer;
	
}


/*===================================
       END AutoComplete flyout 
====================================*/