body
{
}
.NormalText
{
	font-family:Verdana;
	font-size:12px;
}
.TextBox
{
	border-style:double;
	border-width:1px;
	font-family:Verdana;
	font-size:12px;
}
.DropDown
{
	border-style:double;
	border-width:1px;
	font-family:Verdana;
	font-size:12px;
}
.Link
{
	text-decoration:underline;
	color:Black;
	cursor:hand;
	font-family:Verdana;
	font-size:12px;	
}
.Header
{
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
}
.ErrorText
{
	font-family:Verdana;
	font-size:12px;
	color:Red;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
    margin-top:8px;
    margin-left:8px;
	visibility : hidden;
	background-color : white;
	padding-left:0px;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type:none;
	font-family:Verdana;
	font-size:12px;
	z-index:50;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	padding-bottom:10px;
	cursor: hand;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	padding-bottom:10px;
}
