body
{
	background-color:#000000;
	margin:0px;
}

body,td,p
{
	font-family:verdana,arial,helvetica;
	font-size:11px;
	color:#FFFFFF;
}

#ContentSections p, #ContentSections td
{
	line-height:19px;
}

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
{
	background-color:#AF7D4B;
	background-image:url(/images/bg_nav.gif);
}

#wrapperTable
{
	border-left:2px solid #907647;
	border-right:2px solid #907647;
}

.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 */
.datePicker select
{
	font-family:arial;
	font-size:10px;
}

.calHeader
{
 background-image:url(/images/bg_pinstripe.gif);	
}

.calArrows
{
	color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.calHeaderDay
{
	background-color:#8D6C3A;
	font-size:10px;
	font-weight:bold;
}

.calDay
{
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
}

.calDayHover
{
	background-color:#B3894A;
	font-size:10px;
	color:#FFFFFF;
}

.calDaySelected
{
	background-color:#D7A937;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}

.calDaySelectedHover
{
	background-color:#8D6C3A;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
}

.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;
}



