/****************************************************************************
 * Style definition of "form" where all it's elements are display/read only. 							
 ****************************************************************************/

.display-only-form .header-1 {
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	border-bottom:1px solid #B9BBBC;
	margin-left: 20px;
	margin-top: 10px;
}

.display-only-form .header-2 {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2em;
	border-bottom:1px solid #B9BBBC;
	margin-left: 20px;
	margin-top: 5px;
}

.display-only-form .row {
	float: left;
	clear: both;
	margin-top: 10px;
	min-height: 1px;
	width: 100%;
}

.display-only-form label {
	color: #147AA9;
	float: left;
	font-style: italic;
	margin-right: 10px;
	text-align: right;
	width: 20%;
}

.display-only-form .content {
	float: left;
	font-style: normal;
	min-height: 1px;
	text-align: left;
	vertical-align: top;
	width: 75%;
}

.display-only-form .content-without-label {
	margin-left: 20px;
}

.display-only-form .strong {
	font-weight: bold;
}
