﻿body
{
	background-color: White;
	font-family:  Segoe UI, Verdana;
	font-size: 10pt;
}

.ValidationSummary
{
	font-size: 10pt;
}

a,
a:visited
{
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
	text-decoration:underline;
}

.Clickable
{
	cursor: pointer;
}

.Hidden
{
	display:none;
}

.TextBoxWatermark
{
	font-family: Segoe UI, Verdana;
	font-size: 10pt;
	color: Gray;
	font-style: italic;
	padding-left: 3px;
	width: 490px;
}

.TextBoxWatermarkSmall
{
	font-family: Segoe UI, Verdana;
	font-size: 10pt;
	color: Gray;
	font-style: italic;
	padding-left: 3px;
	width: 200px;
}

.DropDownList
{
	font-family: Segoe UI, Verdana;
	font-size: 10pt;
	padding: 0px;
}
