﻿body
{
    margin: 0px;
    background-color: #EEEEEE;
}

.horizontalRule
{
    width: 100%; 
	height: 5px; 
	border-bottom: 1px solid Black; 
	background-color: White; 
	margin: 0px;
	padding: 0px;
}

.headerTable
{
    background-color: White;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.headerLabel
{
    cursor: default;
    font-family: Verdana, Tahoma;
    font-size: 12pt;
    font-weight: bold;
}

.menu
{
    border: 1px solid Black;
    width: 200px;
    margin: 5px;
}

.menuHeaderItem
{
    background-color: #2A4757;
    color: White;
    font-family: Verdana;
	font-weight: bold;
	font-size: 13pt;
	border-bottom: 1px solid Black;
	padding: 0px 0px 2px 10px;
}

.menuItem
{
    background-color: #8894A0;
    color: White;
    font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
    display: block;
    padding: 3px 5px 3px 5px;
}

.menuItemHover
{
    background-color: White;
    color: Black;
    cursor: pointer;
}

.menuItemSelected
{
    background-color: White;
    color: Black;
    cursor: pointer;
}

.mainContent
{
    padding: 7px 5px 7px 0px;
}

.table
{
    border: 1px solid Black;
    width: 100%;
}

.simpleTable
{
    border: 1px solid Black;
    margin: 0px 40px 0px 40px;
}

.errorTable
{
    border: 1px solid Black;
    width: 100%;
    margin-bottom: 10px;
}

.tableHeader
{
    background-color: #2A4757;
    color: White;
    font-family: Verdana;
	font-weight: bold;
	border-bottom: 1px solid Black;
	padding: 2px 0px 2px 10px;
}

.tableHeaderCheckBox
{
    background-color: #2A4757;
    color: White;
    font-family: Verdana;
	font-weight: bold;
	border-bottom: 1px solid Black;
	padding: 2px 10px 2px 10px;
	font-size: 9pt;
	text-align: right;
}

.errorTableHeader
{
    background-color: #ff7700;
    color: White;
    font-family: Verdana;
	font-weight: bold;
	border-bottom: 1px solid Black;
	padding: 2px 0px 2px 10px;
}

.tableDescription
{
    background-color: #8894A0;
    color: White;
    font-family: Verdana;
	font-size: 9pt;
    text-align: right;
    padding: 5px;
    border-right: 1px solid Black;
    vertical-align: top;
}

.tableValue
{
    background-color: #A4BAC8;
    padding: 2px 5px 3px 5px;
    font-family: Verdana;
	font-size: 9pt;
	color: Black;
}

.tableDescriptionNotEnd
{
    background-color: #8894A0;
    color: White;
    font-family: Verdana;
	font-size: 9pt;
    text-align: right;
    padding: 5px;
    vertical-align: top;
}

.fullTextBoxDivWrapper
{
    margin: 0px 6px 0px 0px;
}

.shortTextBox
{
    font-family: Verdana;
	font-size: 9pt;
	width: 75px;
}

.mediumTextBox
{
    font-family: Verdana;
	font-size: 9pt;
	width: 100px;
}

.longTextBox
{
    font-family: Verdana;
	font-size: 9pt;
	width: 300px;
}

.fullTextBox
{
    font-family: Verdana;
	font-size: 9pt;
	width: 100%;
}

.fullTextBox2
{
    font-family: Verdana;
	font-size: 9pt;
	width: 98%;
	margin: 0 auto 0 auto;
}

.moneyTextBox
{
    font-family: Verdana;
	font-size: 9pt;
	width: 100px;
	text-align: right;
}

.postalAddressTextBox
{
    font-family: Verdana;
	font-size: 9pt;
	width: 300px;
}

.shortDropDownList
{
    font-family: Verdana;
	font-size: 9pt;
	width: 75px;
}

.mediumDropDownList
{
    font-family: Verdana;
	font-size: 9pt;
	width: 106px;
}

.longDropDownList
{
    font-family: Verdana;
	font-size: 9pt;
	width: 300px;
}

.radioButton
{
    font-family: Verdana;
	font-size: 9pt;
	color: White;
}

.postcodeLabel
{
    color: White;
    font-family: Verdana;
	font-size: 9pt;
	padding: 0px 5px 0px 20px;
	vertical-align: text-top;
}

.postalAddressNotesLabel
{
    color: White;
    font-family: Verdana;
	font-size: 9pt;
	vertical-align: top;
	margin: 10px;
}

.tableBreak
{
    margin: 10px 0px 0px 0px;
}

.tableColumnHeaderDivWrapper
{
    text-align: center;
}

.tableColumnHeaderLabel
{
    color: White;
    font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.label
{
    color: White;
    font-family: Verdana;
	font-size: 9pt;
}

.errorListItem
{
    padding: 0px;
    margin: 0px;
    padding-left: 25px;
    color: Black;
    font-family: Verdana;
    font-size: 9pt;
}

.enabledControl
{
}

.disabledMoneyTextBox
{
    background-color: rgb( 211, 211, 211 );
	border: 1px solid rgb( 201, 199, 186 );
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
}

.disabledShortDropDownList
{
    background-color: rgb( 211, 211, 211 );
	border: 1px solid rgb( 201, 199, 186 );
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 75px;
}

.disabledMediumDropDownList
{
    background-color: rgb( 211, 211, 211 );
	border: 1px solid rgb( 201, 199, 186 );
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 106px;
}

.submitLabel
{
    color: Black;
    font-family: Verdana;
	font-size: 9pt;
}

.electronicEquipmentHeaderCheckBox
{
    background-color: #2A4757;
    color: White;
    font-family: Verdana;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	font-size: 9pt;
	text-align: right;
}

.labelRight
{
    color: White;
    font-family: Verdana;
	font-size: 9pt;
	text-align: right;
}

.criteriaLabel
{
	color: White;
    font-family: Verdana;
	font-size: 9pt;
	padding-left: 10px;
}