body
{
	background-color:#000000;
	margin:0px;
}

body,td,p
{
	font-family:verdana,arial,helvetica;
	font-size:10px;
	color:#252524;
	line-height:18px;
}

#ContentSections p, #ContentSections td
{
	line-height:19px;
}

a
{
	color:#851F1D;
}

li
{
	list-style:square;
}

.header
{
	color:#86201E;
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
}

.subHeader
{
	font-size:13px;
	font-weight:bold;
}


.navCell
{
	padding:0px 13px;
}

#wrapperTable
{
	border:1px solid #F5F4E6;
}

.dhtmlMenuLink
{
	text-transform:uppercase;
	color:#000000;
	font-size:9px;
	text-decoration:none;
}

.dhtmlMenuLinkActive
{
	text-transform:uppercase;
	color:#000000;
	font-size:9px;
	text-decoration:none;
}

.featureBox td
{
	font-size:11px;
}


.formInputText
{
	font-family:arial;
	font-size:12px;
}

.formSelect
{
	font-family:arial;
	font-size:12px;
}

.formInputButton
{
	font-family:arial;
	font-size:11px;
}


/* DATE PICKER STYLES */

.Picker
{
	font-size:10px !important;
}

.Picker table
{
	border-collapse:collapse;
}

.PickerCalendar th,
.PickerCalendar td
{
	font-size:10px;
}

.PickerCalendar th
{
	background-color:#ccc;
}

.PickerCalendar td
{
	border:1px solid #ccc !important;
	color:#000;
}

.PickerSelectedDateTimeRow
{
	border:0px !important;
}

.success {
	color: #61b428;
	font-size: 14px;
	padding: 13px 0 13px 70px;
	width: 450px;
	min-height: 22px;
	background-image: url(images/icon-tick.png);
	background-repeat: no-repeat;
	background-color: #f4fced;
	border: 1px solid #61b428;
	background-position: 10px 0px;
}
.success a {
	color: #61b428;
}
.failure {
	color: #812c1c;
	font-size: 14px;
	padding: 13px 0 13px 70px;
	width: 450px;
	min-height: 22px;
	background-image: url(images/icon-cross.png);
	background-repeat: no-repeat;
	background-color: #fdf5f2;
	border: 1px solid #812c1c;
	background-position: 10px 0px;
}
.failure a {
	color: #812c1c;
}
