﻿body {font-size: 11px; font-family: Verdana, Arial; margin:0px; padding:0px; }

.PageHeader
{
	background-image: url('Images/HeaderBackground.gif'); 
	font-weight: bold; 
	font-size: 13px; 
	color: white;
}

.NormalTextBox
{
	font-size: 11px; font-family: Verdana, Arial;
}

.WaterMark
{
	font-size:11px;
	color:gray;
}

.AutoCompletionList
{
	font-size:10px;
	border:solid 1px #444444;
	margin:0px;padding:2px;
	min-width: 320px;
	background-color: White;
	overflow:auto;
	color:Gray;
	cursor: hand;
}

.SearchResults
{
	font-size:10px;	
	background-image: url('Images/HeaderBackground.gif'); 
	font-weight: bold; 
	color: white;
}

.SearchListRow
{
	font-size:10px;
}

.SearchHeader
{
	font-size:11px;
	background-image: url('Images/HeaderBackground.gif'); 
	font-weight: bold; 
	color: white;
	padding:0px;
}

.SearchListSelected
{
	font-size: 10px;
	background-color: #99CCFF;
}

.SearchListHover
{
	font-size: 10px;
	background-color: #F5F5F5;
}

.Divider
{border-bottom:solid 1px whitesmoke;}
