﻿body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
body.Empty
{
	margin: 10px 10px 10px 10px;
	background-image: none;
	text-align: left;
}
Button,.Button
{
	background: url('images/button.gif');
	font-weight: bold;
	color: White;
	margin-top: 6px;
}
.ButtonBlock
{
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
h1
{
	color: #9EA0A3;
	font-size: 180%;
	margin-bottom: .5em;
}
h2
{
	color: #F26D1C;
	font-size: 160%;
	margin-bottom: .3em;
}
h2 a
{
	text-decoration: none;
}
h3
{
	color: #9EA0A3;
	font-size: 130%;
	margin-bottom: .3em;
}

a:link, a:visited, a:focus
  {color: #F26D1C;font-weight: bold; text-decoration: underline;}
a:hover
  {color: #F26D1C;font-weight: bold; text-decoration: underline;}

.SearchResultTitle
{
	color: #4792A5;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .3em;
	margin-top: .3em;
	display: block;
}

.SearchResultsAltRow
{
	background-color: #E8E8E8;
}
table.Form td
{
	padding: 2px 2px 2px 2px;
}
.CalendarPopup .ajax__calendar_container 
{
	background-color: #FFFACD;
	border: solid 1px black;
}
li
{
	padding-bottom: 0.5em;
}
ul
{
	list-style-image: url('images/Bullet.gif');
}

.Error
{
	font-weight: bold;
	color: Red;
}

table.RadioButtonList td
{
	padding: 0.5em 1.0em 0.5em 0em;
}
.Prompt
{
	padding-top: 0.5em;
}
