/**************************** Question ********************************** */
 
 .questionNumberCell
{
	font-weight:bolder;
	width:2em;
}
 .questionTextCellInLine
{
	color:Black;
	width:600px;
	text-align:right;
}
 .questionAnswerCellInLine
{
	text-align:left;
	width:600px;
}

.questionTextCellNewLine
{ 
	color:Black;
	width:50%;
	text-align:left;
}


 .questionAnswerCellNewLine
{
	width:100%;
}
.validationCell
{
	
}

questionHelpCell
{
	
}

 .priorityDataCell
{
	text-align:left;

}
 .priorityHeaderCell
{
	font-weight:bolder;
	text-align:left;
}
 .questionRow{ }
 .questionTable
{
	border:none;
}


/***************************** Page ******************************************/
 .pageHeaderCell 
{ 
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
} 

 .pageFooterCell 
{ 
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
} 

 .pageBodyCell 
{ 
	font-size:larger;
	font-weight:bolder;
	width:100%;
} 

 .pageTable
{
	width: 100%;
	border: solid 1px gray;
	background-color: #ffffff;
	margin-bottom: 1em;
}

 .headerTableRow
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.0ex;
	border: solid 0.0ex #F0F0F0;
	width: 100%;
}


 .pageName
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.0ex;
	border: solid 0.0ex #F0F0F0;
	width: 37.5%;
	
}

 .pageDescription
{
	font-style : italic;	
}



/***************************** Section ***************************************/
 .sectionHeaderCell 
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
} 

.sectionHeader
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
} 

.sectionDescriptionCell
{
	font-style : italic;	
}
.sectionNumberCell
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
}

.sectionNameCell
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
}

.sectionBodyCell
{
}
	 
 .sectionFooterCell { } 
 
 
  .sectionNumber
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.0ex;
	border: solid 0.0ex #F0F0F0;
	width: 2.5%;
}
 .sectionName
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.0ex;
	border: solid 0.0ex #F0F0F0;
	width: 37.5%;
}

 .sectionDescription
{

}


 .pageName
{
	background-color: #E7D6B5;
	color: black;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: left;
	padding: 0.5ex;
	border: solid 0.25ex #F0F0F0;
}

 .sectionNavigatorCell
{
	width:200px;
	vertical-align:top;
}
 .sectionTable
{
	width: 100%;
	border: solid 1px gray;
	background-color: #F0F0F0;
	border-width : 3;
	margin-bottom: 1em;
}
 .sectionTitle
{
	margin: 2px;
	background-color: #3e647e;
	color: White;

	font-weight:bolder;
	width:100%;
}

 .sectionTitle a
{
	color:White;
	text-decoration:none;
}
 .sectionTitle a:visited
{
	color:White;
	text-decoration:none;
}
 .sectionTitle a:hover
{
	color:White;
	text-decoration:underline;
}


/*************************** Cell *********************************************/

 .sectionQuestionsCell
{
	border-style:solid;
	border-color:Black;
	border-width:1px;
}


 .validationCell
{
	text-align:right;
}

.multilineTextBox
{
	padding-right: 1em;
	vertical-align: top;
	width: 250px;
	height: 100px;
	text-align: left;
}
.columnCellStyle
{
text-align : center;
}

.singlelineTextBox
{
	padding-right: 1em;
	vertical-align: top;
	width: 250px;
	text-align: left;
}

.numericQuestion
{
	padding-right: 1em;
	vertical-align: top;
	width: 50px;
	text-align: left;
}

.multilineTextBoxCell
{
	padding-right: 1em;
	vertical-align: top;
	width: 30%;
	height: 100px;
	text-align: left;

}
.answerCell
{
	padding-right: 1em;
	vertical-align: top;
	width: 30%;
	text-align: right;
}

.tableLayoutHeader
{
	font-weight: bold;
	padding-bottom: 0.5ex;
	padding-top: 0.5ex;
	background-color: #DBDCDE;
	text-align : center;
}

.questionNumberCell
{
width : 2.5%;
}
.questionTextCell
{
	width: 30%;
}
.answerCell
{
	width: 30%;
}
.questionHelpCell
{
	width: 10%;
	}
.validationCell
{
	width: 0%;
	}
.fullTableCell
{
	width: 27.5%;
	}