@media all
{
	/*****************************
	 * Core formatting
	 *****************************/
	 
	body
	{
		background-color: #848774;
		margin: 0px;
	}

	body, td, p
	{
		font-family: verdana,arial,helvetica;
		font-size: 11px;
		color: #FFFFFF;
	}

	#ContentSections p, #ContentSections td, .SectionContent p
	{
		line-height: 19px;
	}

	a
	{
		color: #695B4C;
	}

	li
	{
		list-style: square outside none;
	}

	.header
	{
		font-family: Georgia;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.HeaderImage
	{
		margin-bottom: 18px;
	}
	
	.SectionTitle
	{
		font-size: 12px;
		font-weight: bold;
	}

	.navCell
	{
	}

	#wrapperTable
	{
		border: 1px solid #FFFFFF;
	}

	.dhtmlMenuLink
	{
		text-transform: uppercase;
		color: #FFFFFF;
		font-size: 9px;
		text-decoration: none;
	}

	.dhtmlMenuLinkActive
	{
		text-transform: uppercase;
		color: #FFFFFF;
		font-size: 9px;
		text-decoration: none;
	}

	.featureBox td
	{
		font-size: 11px;
	}
	
	/*****************************
	 * Content sections
	 *****************************/

	.SectionImage
	{
		float: right;
		padding: 6px 0 6px 12px;
	}

	/*****************************
	 * Forms
	 *****************************/

	.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;
	}
}

