/* ------------------------- Page -------------------------- */
/*   --------------------- Alignment ---------------------   */
/*      ----- UnComment to enable Centered Layout -----      */
/* */
#Page 
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.BodyTable
{
	border-collapse: collapse;
}

.BodyTable td
{
	vertical-align: top;
}


/*      ------------------------------------------------     */

/*   ----------------------- Width -----------------------   */
#Page 
{
	width: 718px;
}

/* ------------------------ Header ------------------------- */
/*   ------------------- Banner Image --------------------   */
#Header 
{
	background-image: url(/images/site_header.jpg);
	height: 139px;
}

/* ------------------------- Text -------------------------- */
/*   ---------------------- Colour -----------------------   */
#Footer 
{
	color: #ffffff;
}

#Body 
{
	color: #FAFFEC;
}

#PageTitle
{
	color: #AE7065;
}

#Content
{
	color: #404040;
}

/*   ---------------------- Family -----------------------   */
#PageTitle, 
#Content,
#Footer,
.AuxContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*   ----------------------- Size ------------------------   */
#PageTitle 
{
	font-size: 20px;
}

#Content
{
	font-size: 12px;
}

#Footer
{
	font-size: 11px;
}

.AuxContent
{
	font-size: 9px;
	font-weight: normal;
}
/* ------------------------ Links -------------------------- */
/*   ---------------------- Normal -----------------------   */
A 
{
	color: #AE7065;
	font-weight: bold;
	text-decoration: none;
}

#FooterLinks A 
{
	font-weight: normal;
	color: #FFFFFF; 
}

.AuxContent A
{
	font-weight: normal;
	color: #000000; 
}

/*   ----------------------- Hover -----------------------   */
A:hover 
{
	color: #FDBE57;
	font-weight: bold;
	text-decoration: none;
}

#FooterLinks A:hover 
{
	font-weight: normal;
	color: #FDBE57; 
}

.AuxContent A:hover 
{
	font-weight: normal;
	color: #FFFFFF; 
}

/* ---------------------- Backgrounds ---------------------- */
body
{
	xbackground-color: #333366;
	xbackground-color: #FFFFFF;
}

#PageTitle
{
	xbackground-image: url(/images/page_title_separator.gif);
	xbackground-repeat: no-repeat;
	xbackground-position: bottom left; 
}

#Page 
{
	background-color: #FFFFFF;
}

#Body
{
	xbackground-image: url(/images/content_bg.jpg);
	xbackground-repeat: repeat-y;
}

#Footer
{
	xbackground-color: #FAFFEC;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center; 

	height: 64px;
}


#FooterLinks
{
	color: #FFFFFF;
}

#FooterCopyright 
{
	color: #FDBE57;
}

.LeftNavStrip,
.RightNavStrip
{
	background-color: #96C0E6;
}

/* ------------------------ Borders ------------------------ */
#Page 
{
	xborder-top: 1px solid #1C1C37;
	xborder-left: 1px solid #1C1C37;
	xborder-right: 3px solid #1C1C37;
	xborder-bottom: 3px solid #1C1C37;
}

#Body 
{
	xborder-left: 1px solid #96C0E6;
}

/* ------------------- Margins & Padding ------------------- */
#Body 
{
	padding-right: 6px;
}

#PageTitle 
{
	margin-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	
	xpadding: 4px 4px 0px 10px;
}

#Content
{
	xwidth: 670px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	
	xmargin-left: 10px;
	xmargin-left: 185px;
	xtext-align: justify;
	xborder: 1px solid red;
}

#Footer
{
	margin-bottom: 0px;
	padding-top: 10px;
}

#FooterLinks 
{
	width: 718px;
	padding-top: 24px;
	padding-bottom: 0px;
}

#FooterCopyright 
{
	width: 718px;
	padding-top: 0px;
	padding-bottom: 8px;
}

.AuxContent
{
	margin-top: 22px;

}

.AuxContent p
{
	margin: 0px;
	margin-left: 4px;
	margin-right: 4px;
	
	padding: 0px;
}

.AuxContent td
{
	padding-bottom: 10px;
}


/* ------------------- Positions & Sizes ------------------- */
#Body 
{
	width: 494px;
}

#BodyStrip 
{
	width: 710px;
}

#BodyStripTable
{
	width: 610px;
}

#Content
{
	min-height: 120px;
}

#LeftNav
{
	width: 109px;
}

#RightNav
{
	width: 109px;
}

#FooterLinks LI
{
  background-image: none;
}

/* ---------------------------------------------------------------------- */
DIV.ErrorMessage
{
	text-align: center;
	color: #D90000;
}

.DetailBox 
{
	xmargin-top: 10px;
	xmargin-bottom: 10px;
	width: 450px;
	
	margin-right: auto;
	margin-left: auto;
	
}

.FormTitleTable
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;

	border-top: 1px solid #96C0E6;
	border-left: 1px solid #96C0E6;
	border-right: 1px solid #96C0E6;
	border-bottom: 1px solid #96C0E6;
	
	margin-top: 6px;
	margin-bottom: 6px;
}

.FormButtonsTable
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin-top: 6px;
	margin-bottom: 6px;
}

.FormTitle
{
	padding: 2px 2px 2px 6px;
	color: #FFFFFF;
	background-color: #96C0E6;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}

.FormButtons
{
	padding: 2px 2px 2px 6px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}

.FormButton {
	font-size:1em;
	width: 150px;
	cursor:hand;
	color:#FFFFFF;
	font-weight:normal;
	background-color:#96C0E6;
	margin-left: 6px;
	margin-right: 6px;

	border-top: 2px solid #B1D0ED;
	border-left: 2px solid #B1D0ED;
	border-right: 2px solid #65A3DA;
	border-bottom: 2px solid #65A3DA;
}

.FieldGroupTable
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;

	border-top: 1px solid #96C0E6;
	border-left: 1px solid #96C0E6;
	
	margin-bottom: 10px;
}

.FieldGroupTitle,
.FieldTitle,
.FieldValue,
.FieldInput,
.FieldHelpIcon
{
	vertical-align: top;
	border-right: 1px solid #96C0E6;
	border-bottom: 1px solid #96C0E6;
}

.FieldInput
{
	border-right: 0px;
}


.FieldGroupTitle
{
	padding: 2px 2px 2px 6px;
	color: #000000;
	background-color: #96C0E6;
	
	font-size: 14px;
	font-weight: bold;
}

.FieldTitle 
{
	width: 120px;
	background-color: #FDBE57;
	padding: 2px 2px 2px 6px;
	color: #202020;
	vertical-align: top;
	line-height: 1.4em;
	font-weight: bold;
}

.FieldTitleOpt 
{
	font-weight: normal;
}

.FieldTitleReq 
{
	font-weight: bold;
}

.FieldValue 
{
	padding: 2px 2px 2px 6px;
	vertical-align: top;
	line-height: 1.4em;
}

.FieldInput 
{
	padding: 2px 2px 2px 4px;
}


.FieldInputControl,
.FieldInputControlRequired, 
.FieldInputControlShort,
.FieldInputControlRequiredShort 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 2px;
	width: 500px;
}


.FieldInputControlRequired, 
.FieldInputControlRequiredShort 
{
	border: 1px solid #96C0E6;
}

.FieldInputControlShort,
.FieldInputControlRequiredShort 
{
	width: 186px;
}

select.FieldInputControl,
select.FieldInputControlRequired 
{
	width: 438px;
}

input.FieldInputControl,
textarea.FieldInputControl, 
input.FieldInputControlRequired,
textarea.FieldInputControlRequired 
{
	width: 285px;
}

.FieldHelpIcon
{
	background-image: url(/images/help.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	width: 20px;
}

.HelpIcon {
	width: 20px;
	height: 20px;
}

.DatePickerIcon
{
	cursor:hand;
	vertical-align:middle;
	margin-top:-6px;
	margin-left: 4px;
}

.RepeatItemHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #96C0E6;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}

.RepeatGroupBox TD
{
	vertical-align: top;
}

.RepeatItemBody
{
	font-size: 14px;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}

.InfoPageSection 
{
	margin-bottom: 10px;
}

P 
{
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;

}

H1, H2, H3, H4, H5, H6 
{
	color: #AE7065;
	padding: 0px 0px 2px 0px;
	margin:  0px 0px 0px 0px;
	font-weight: normal;
}

H1
{
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
		
}
H2
{
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-botton: 0px;
}

H3
{
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 2px;
}

ul
{
	margin-top: 0px;
}
