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

.highlightCell, .highlightSection {

	 padding: 5px; 
	 border: 1px solid #333;
	 background-color:#D1D5F3;

}

.subhighlightCell {

	 padding: 5px; 
	 background-color: #D1D5F3;
	 text-align: center;
	 font-weight: bold;
	 font-size: 14px;

}

.smallerText {
	font-size: 10px;	
}

.borderTbl {
	border: 1px solid #333;	
}

.sectionDiv {

	margin-bottom: 10px; 
	border: 1px solid #666666;
	
}

.commentsDisp {
	border: 1px solid #666666;	
	padding: 3px;
}

.formError {
	
	display: block;
	font-size: 10px;
	color: #900;
	font-weight: bold;
}

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

.fTbl th, .fTbl td {
	padding: 3px 3px;
}

.fTbl th {
	white-space: nowrap;
}

.fTbl th {
	font-weight: bold;
	text-align: left;
}

.fTbl label.fLbl {
	font-weight: bold;
	line-height: 1.5;
}

.fTbl td.padLeft {
	padding-left: 10px;	
}

.fTbl tr.oddRow {
	
	background-color: #E9E9E9;	
}

.hideRow {
	display: none;	
}
