﻿body
{
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 62.5%;
	background-color: #fff;
	color: #444;
	text-align: center;
}

/* Common Links 
-------------------------------------------------------------- */
a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #990033;
}
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #990033;
}
a:hover, a:active
{
	font-weight: bold;
	text-decoration: underline;
	color: #990033;
}

/* Common Tags 
-------------------------------------------------------------- */
h1
{
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 1.2em;
	font-weight: bold;
	padding-left: 24px;
	background-image: url(../img/NoStatus.gif);
	background-repeat: no-repeat;
	background-position: left;
}

img, img a
{
	border: 0px;
}



/* Layout Containers 
-------------------------------------------------------------- */
div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}
div#header
{
	width: 720px;
	background-color: #fff;
	height: 64px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
div#header img
{
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#content
{
	padding: 20px;
	width: 720px;
	text-align: left;
}
div#content p
{
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1.2em;
}


div#footer
{
}
div#footer p
{
	text-align: center;
	font-size: 1.1em;
}
div#footer p a
{
	font-weight: normal;
}

/* Registration Form 
-------------------------------------------------------------- */
table#RegistrationForm
{
	border-collapse: collapse;
	width: auto;
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 1.1em;
}
table#RegistrationForm .tdCommonAreaTitle
{
	height: 18px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: middle;
	background-image: url(../img/dotted-hor-rpt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	white-space: nowrap;
	color: #444;
	letter-spacing: 1px;
	font-size: 13px;
}

table#RegistrationForm .tdSeperator
{
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	background-image: url(../img/dotted-hor-rpt.gif);
	background-repeat: repeat-x;
	background-position: center;
}

table#RegistrationForm .tdCommonLabel
{
	width: 200px;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

table#RegistrationForm .tdCommonInput
{
	width: 430px;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}

.txtBox
{
	width: 75%;
	height: 15px;
	padding: 3px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
}

.btn
{
	padding: 3px;
	width: 90px;
	margin-right: 8px;
}

.txtBoxMultiLine
{
	width: 75%;
	height: 40px;
	padding: 3px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
}

.listBox 
{
	width: 78%;
	padding: 3px;
	height: 60px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
	
	}

.txtBoxSmall
{
	width: 45%;
	height: 15px;
	padding: 3px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
}


.txtBoxDate
{
	width: 45%;
	height: 15px;
	padding: 3px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
	margin-right: 5px;
}

.ddList
{
	width: 78%;
	height: auto;
	padding: 3px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
}

.DenotesRequired
{
	margin-left: 2px;
	margin-right: 2px;
	color: red;
}

/* Calendar DatePicker Styles 
-------------------------------------------------------------- */
.DOBDatePickerStyle
{
	width: 45%;
	height: 15px;
	padding: 3px;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 11px;
	color: #444;
	margin-right: 6px;
}

.CalendarDayHeaderStyle {width: 22px; height: 22px; font-weight: bold; line-height: 18px; padding-left: 5px; padding-right: 5px}

.CalendarTitleStyle 
{
	background-color: #f3f3f3; 
	font-family: Verdana, Sans-Serif, Serif;
	font-weight: bold;
	line-height: 18px;
	color: #5c80b1;
}
.CalendarOtherMonthDayStyles {width: 22px; height: 22px; background-color: #efefef}

.CalendarTitleStyle div {padding: 5px}

.TodayButtonStyles {margin: 6px; width: 80px; padding: 1px}
.MonthYearDropDownStyles {margin: 6px; width: 60px; padding: 2px; font-size: 11px; font-family: Verdana, Sans-Serif, Serif;}