/* Styles for Record Listing */
.TitleRow_0 {
	color:#FFF;
	background: #106622;
	font-size: 8pt;
}
.TitleRow_1 {
	background: #FFFFFF;
	font-size: 8pt;
}
.TitleRow_2 {
	background: #E8FBF2;
	font-size: 8pt;
}

#ListingTable{
	unselectable: on;
}

/* Styles for Detail Record */
.HeaderBackground{
	background: #106622;
	height: 20px;
	vertical-align: middle;
	color: #FFF;
	font-size:9pt;
	font-weight: bold;
	text-align: left;
}
.UniversalBorder{
	border: 1px solid #106622;
}
.NavAway{
	cursor: pointer;
	color: #106622;
	text-decoration: underline;
}
.ImageThumb {
	text-align:center;
	white-space: nowrap;
}
