.missingInfo {
	display: none;
	color: #d00;
	font-weight: bold;
	}
	
.formTable, .masterFormTable {
	margin: 0 auto 0 auto;
	width: 500px;
	}
	
.formBlock {
	margin: 20px 20px 0 20px;
	width: 460px;
	background-color: #e0e0e0;
	}
	
.formBlock td {
	padding: 0 25px 0 25px;
	}
	
.formBlock td td {
	padding: 0;
	}
	
.masterFormTable {
	background-color: #eee;
	}
	
td.formStepHeader {
	background-color: #afbbbb;
	padding: 13px 20px 12px 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	}
	
td.formStepHeader h6 {
	font-weight:normal;
	color: #f30;
	font-size:  20px;	
	}
	
td.stepBlock {
	padding-bottom: 20px;
	}
	
td.formSectionTitle {
	padding: 25px 25px 18px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777;
	font-weight: bold;
	}
	
.formBlock td p, .formBlock td span, .formBlock td label {
	font-size: 11px;
	}
	
table.formCells {
	width: 410px;
	}
	
.leftCol {width: 185px;}
	
td.inputText, td.inputSelect {
	height: 60px;
	text-align: right;
	width: 225px;
	}

td.question {
	height: 60px;
	text-align: left;
	}

input.text, select {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 5px;
	}

input.text:focus {
	border: 1px solid #999;
	}
	
input.text {
	width: 190px;
	}
	
select {
	width: 200px;
	font-size: 11px;
	}
	
td.textarea {
	height: 200px;
	}
	
.textarea {
	width: 390px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
textarea:focus {
	border: 1px solid #999;
	}
	
.leftlabel p {
	padding-top: 4px;
	font-size: 12px;
	text-align: right;
	}

.cbBox {
  margin-top: 15px;
  width: 225px;
}
	
.cbBox label {
    padding-bottom: 10px;
    }
	
.cbBox .click {
	width: 25px;
	}
	
.rbBox {    
	margin-top: 15px;
	}
	
.rbBox label{
    padding-bottom: 10px;
    }
	
.rbBox .click {
	width: 25px;
	}
	
p.actionBtns {	
    text-align: center;	
	}	
	
.cmdSubmit {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #888;
	background-color: #eee;
	padding: 6px 30px 6px 6px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	}
	
.cmdCancel {
	background-image: url(images/cancel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #888;
	background-color: #eee;
	padding: 6px 30px 6px 6px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	}
	
.cmdLogin {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #888;
	background-color: #eee;
	padding: 6px 30px 6px 6px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	}
	
.cmdForgotPassword 
{
   
	border: 1px solid #888;
	background-color: #eee;
	padding: 6px 30px 6px 6px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	}
	
/* some questions have pre and/or post question text in a row with colspan=2 */
.preQuestionRow{}

.preQuestionCell{}

.preQuestionText{}

.postQuestionRow{}

.postQuestionCell {
    height: 40px;
    vertical-align: top ;
   }
   
.postQuestionText{}

.questionRow{}

.questionRowInOneLine{}

.questionCellInOneLine {
    padding-top: 4px;
	font-size: 12px;
	text-align: right;
	}	
	
.questionCell { 
    padding-top: 4px;
	font-size: 12px;
	text-align: left;	
	}
	
.questionText{font-weight: bold;}

.questionTextInOneLine{}

.questionNumber{}

.answerTextSingleLine {
    border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 5px;
	width: 190px;	
	}
	
.answerTextSingleLineCell {
    height: 60px;
	text-align: right;	
    }
    
.answerTextPassword {
    border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 5px;
	width: 190px;
	}

.answerTextPasswordCell {
    height: 60px;
	text-align: right;
	}

.answerTextMultiLine{
	width: 390px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.answerTextMultiLineCell{
    height: 60px;
	text-align: left;	
    }
    

#mainContentRegion .errorMessage
{    
    color: #f30;
    font-weight:bold;       
}

#mainContentRegion .errorMessage h1
{
    color: #f30;
    font-size: 25pt;
}

#mainContentRegion .errorMessage ul li
{
    color: #f30; 
    font-weight:normal;       
}



.readOnlyRow
{
    background-color: gainsboro;
    border-color: gainsboro;
    text-align: left;
    padding-top: 100px;
    padding-right: 77px;
    padding-left: 67px;
    padding-bottom: 100px;
}

.readOnlyRowAlt
{
         
}

.readOnlyData
{
    padding-left: 10px;
}

.autoCreatedTable
{    
    width: 100%;
    border-collapse: collapse;    
}

.redText
{
    color: #f30;
}

/* Enquiries formatting */

#enquiries table
{
    padding:5px;
    color:Gray;
    border-spacing:2px;
}

#enquiries answerTextSingleLine  {   
    border:1px solid #E0E0E0;
    padding:5px;
    width:190px;   
}

#enquiries  select {   
    border:1px solid #E0E0E0;
    padding:5px;
    width:202px;
    font-size:13px;
}

.fancyTable .heading
{
    font-size: 14px;    
    color: #000000;
    padding: 5px;
    background-color: #B8CCE4;
}

.fancyTable table
{
    border-spacing:2px;
    xfont-size:11px;
    width:100%;
}

.fancyTable th
{
    background-color:#B8CCE4;
    color:#000000;
    font-size:14px;
    padding:5px;
}

.fancyTable td
{
    background-color:#F0F0F0;
    color:#444444;
    xfont-size:11px;
    padding:2px 5px;
}

.fancyTable a
{
    margin-bottom: 15px;
    margin-top: 10px;
}

#mainContentRegion .fancyTable ul  {
font-size:9pt;
list-style-type:none;
margin:0;
padding:0;
}

#mainContentRegion .fancyTable li  {
padding:5px;
margin-left:0px;
}
