body
{
	background-color:#B3894A;
	background-color:#000000;
	margin:0px;
}

body,td,p
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#FFFFFF;
}

#ContentSections p, #ContentSections td
{
	line-height:21px;
}

a
{
	color:#F9D166;
}

li
{
	list-style:square;
}

.header
{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
}

.subHeader
{
	font-size:13px;
	font-weight:bold;
}


.navCell img
{
	margin-top:4px;
}

#wrapperTable
{
	border-left:2px solid #D7A937;
	border-right:2px solid #D7A937;
}

.dhtmlMenuLink
{
	color:#81591D;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.dhtmlMenuLinkActive
{
	color:#81591D;
	font-size:11px;
	font-weight:bold;
	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;
}

.invalid
{
	color: #ffcccc !important;
	font-weight: bold;
	display: block;
	margin: 3px 0;
}

/* DATE PICKER STYLES */

.Picker
{
	font-size:10px !important;
	border:1px solid #8d6c3a !important;
	background-color:#b3894a !important;
	width:180px !important;
}

.Picker table
{
	border-collapse:collapse;
}

.PickerCalendar th,
.PickerCalendar td
{
	font-size:10px;
	padding:0px !important;
}

.PickerCalendar th
{
	background-color:#8d6c3a;
}

.PickerCalendar td
{
	border:1px solid #b3894a !important;
	background-color:#fff;
	color:#000;
}

.PickerSelectedDateCell
{
	background-color:#d7a937 !important;
}

.PickerSelectedDateTimeRow
{
	border:0px !important;
}

.PickerButtonRow
{
	border:0px !important;
	background-color:#8d6c3a;
}

.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;
}

