﻿

body {
}

#Header, #LocalNav, #Footer, #GlobalNav, .BtnRow
{
	display: none;
}

/**************************
 *  Form builder forms
 **************************/
table.Form
{
	position:relative;
	top:3px;
	border-top:1px solid #dfdfdf;
	width:100%;
}


table.Form th, table.Form td
{
	border-bottom:1px solid #dfdfdf;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
}

table.Form th
{
	width:150px;
	padding:5px 5px 5px 10px;
	color:#9e433f;
	font-weight:bold;
}

table.Form td
{
	padding:5px 5px 5px 8px;
	border-left:1px solid #dfdfdf;
	color:#747474;
}

table.Form th span.Mandatory
{
	position:relative;
	float:right;
	top:4px;
	right:5px;
	width:5px;
	height:5px;
	background-image: url(/Images/MandatoryIcon.gif);
}

table.Form div.ExplanatoryText, table.Form div.Info
{
	padding-top:3px;
	color:#51b3b8;
	font-size:0.9em;
}

table.Form  td.ButtonRow
{
	border-bottom:1px solid #fcd5a7;
	padding:8px 0px 4px 150px;
	margin-bottom:13px;
}
