.DisplayForm
{
	width: 100%;
	padding: 5px;
}

.DisplayForm .thead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.DisplayForm .thead .Left
{
	background-color: #6C6F78;
	border-left: solid 1px #757A80;
	height: 50px;
	width: 5px;
}
.DisplayForm .thead .Right
{
	background-color: #707682;
	border-bottom: none;
	border-right: solid 1px #6B7278;
	padding-left: 5px;
	vertical-align: middle;
}


.DisplayForm .tbody
{
	color: #6A6A6A;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
	vertical-align: top;
}
.DisplayForm .tbody .Left
{
	background-color: #BFC0C4;
	border-left: solid 1px #B1B1B3;
	height: 40px;
	width: 5px;
}
.DisplayForm .tbody .Right
{
	background-color: #E0E1E6;
	border-right: solid 1px #E5E5E5;
	padding: 5px 15px 0px 5px;
	text-align: left;
	vertical-align: top;
}

.DisplayForm .tfoot .Left
{
	background-color: #BFC0C4;
	border-bottom: solid 1px #B1B1B3;
	border-left: solid 1px #B1B1B3;
	height: 9px;
	width: 5px;
}
.DisplayForm .tfoot .Right
{
	background-color: #FFFFFF;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	height: 9px;
}
