﻿body 
{
	margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  font-family:Arial;
  color: #4f4f4f;
  background-color:#fff;
}

.Hidden
{
	position:absolute;
	left:-10000px;
}

img
{
	border:none;
}

th
{
    text-align: left;
}

.FloatClear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

a
{
	color: #4c7394;
	text-decoration: none;
}

a:Hover
{
	text-decoration: underline;
}
/* Section Image Alignment */

.SectionImage
{
}

.SectionImage img
{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #9c9869;
}

.SectionImage.AlignLeftAround
{
	float:left;
	margin:3px 10px 5px 0px;
}

.SectionImage.AlignRightAround
{
	float:right;
	margin:3px 0px 5px 10px;
}

.SectionImage.AlignLeftSeparateAbove, .SectionImage.AlignRightSeparateAbove, .SectionImage.AlignCentreSeparateAbove, .SectionImage.AlignCentreAround
{
	margin-bottom:12px;
}

.SectionImage.AlignLeftSeparateBelow, .SectionImage.AlignRightSeparateBelow, .SectionImage.AlignCentreSeparateBelow
{
	margin-top:12px;
}

.SectionImage.AlignRightSeparateAbove, .SectionImage.AlignRightSeparateBelow
{
	margin-left:auto;
}

.SectionImage.AlignCentreSeparateAbove, .SectionImage.AlignCentreSeparateBelow, .SectionImage.AlignCentreAround
{
	margin-left:auto;
	margin-right:auto;
}

.SectionImageCaption
{
	background-color:#9c9869;
	margin-top: 1px;
	color:#FFFFFF;
	font-size:0.85em;
	padding:5px;
	line-height: normal;
}

/***************************/

/*** FORMBUILDER STYLES ***/

.FormBuilder
{
	width:499px;
}

.FormBuilder h3
{
	color:#000000;
	font-weight:bold;
}

.FormBuilderTable
{
	width:100%;
	text-align:center;
}

.FormBuilderTable th,
.FormBuilderTable td
{
	text-align:left;
	vertical-align:top;
	border-top:1px solid #e0e0e0;
	font-weight:normal;	
	padding:2px 3px 2px 3px;
}

.FormBuilderTable th
{
	width:175px;
}

.FormBuilderTable textarea
{
	width:98%;
}

.FormBuilderTable td.FormBuilderMessage
{
	font-weight:bold;
}

.FormBuilderFieldInfo
{
	font-size:0.9em;
	font-weight:normal;
	color:#666;
	line-height:normal;
	margin-top:1px;
}

.FormBuilderButtons
{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	padding:2px 0px 2px 183px;
}

.FormBuilderButtons input,
input[type='submit'],
input[type='button']
{
	color:#fff;
	font-weight:bold;
	background-color: #9c9869;
	border:0px;
	margin-right:5px;
	padding:1px 20px;
	width:auto;
	overflow:visible;
}

.FormBuilderTextSmall
{
	width:50px;
}

.FormBuilderTextMedium
{
	width:150px;
}

.FormBuilderTextLarge
{
	width:98%;
}
