﻿/*Textbox Watermark*/
.unwatermarked {
	height:20px;
	width:148px;
	color:#425c77;

}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #36b3d8;
	background-color:#ebeff1;
	color:gray;
}
.watermarked2 {
	
	width:150px;
	padding:2px 0 0 2px;
	color:#425c77;
}		
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #ffffff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
	text-align : left;
  list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: silver;
	color: #425c77;
	padding: 1px;
	font-size:11px;
	font-family:Tahoma;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #ffffff;
	color : #425c77;
	padding : 1px;
	font-size:11px;
	font-family:Tahoma;
}
