@charset "UTF-8";
/* CSS Document */

#layoutTbl {
	margin-top: 10px;
	margin-bottom: 10px;
}

#layoutTbl #leftCell {
	padding: 0;

}

#layoutTbl #leftCell #content {
	margin-left: 8px;
	padding-right: 10px;

}

#layoutTbl #centreCell {
	background-color: #F4F4F4;
	background-image:url(../images/corners/toplightcorner.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
}

#layoutTbl #centreCell #content {

	padding: 10px 25px 10px 15px;
}

#layoutTbl #centreCell .heading {

	font-size: 14px;
	font-weight: bold;
	display: block;
}

#layoutTbl #centreCell .subheading {

	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #EF4138;
}


#layoutTbl #cornerfooter {
	padding: 0;
	margin: 0;
	background-image:url(../images/corners/bottomlightcorner.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 11px;
	text-align:right;
	width: 100%;
	background-color: #F4F4F4;
}

#layoutTbl #rightCell {

	padding: 0;
	margin: 0;
}

#headerText {

	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
}

#headerText a, #headerText a:visited {

	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	text-decoration: none;
}

#headerText a:hover {

	color: #EF4138;
	text-decoration: none;
}

#headerText .arrow {

	display: inline;
}

a {

	text-decoration: none;
}

a:hover {
	color: #EF4138;
	text-decoration: underline;
}

.boldtext {

	font-weight: bold;
}

.section {

	margin-top: 15px;
	margin-bottom: 15px;
}

.largerText {

	font-size: larger;
}

.smallerText {
	font-size: 85%;
}

.alertBox {

	border: double 2px #FF0000;
	padding: 5px;
	text-align:center;
	font-weight: bold;
}

.alerttext {

	border: 1px #FF9900 solid;
	padding: 5px;
	margin: 0 0 15px 0;
	text-align:center;
	font-weight: bold;
	background-color:#FFFFCC;
	display: block;
	width: 100%;
}


fieldset {

	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 15px;
}

fieldset.noteBox {

	background-color: #FFFFCC;
}

legend {

	font-weight: bold;
	font-variant: smaller;
}



label.fieldLabel {

	display: inline;
	float: none;
}

input.formInputText {

	border: solid 1px #000000;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	
}

select.formSelect {

	border: solid 1px #000000;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

input.formButton {

	border: solid 1px #000000;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	
}

.messageStyle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #f5feba;
	border: 1px solid #fdd16b;
}

.formTbl th {
	
	width: 30%;
	vertical-align: top;
}

.formTbl td {
	vertical-align: top;	
}
