#modulecontent a:visited, #modulecontent a:link, #modulecontent a:active { color: #000000; }
.Locator {
	font-family: arial;
	font-size: 10pt;
}
.Locator select{ width: 210px; }
.Locator, .propertyFieldCol { text-align: left; }
td.fn, td.propertyFieldCol { text-align: left; }
td.fn { width: 300px; padding-right: 10px; }
.txt_or_combo, .combo_only { 
	width: 200px; 
	float: left; 
}
.combo_only { width: 206px; }
.required {
	color: red; 
	font-weight: bold; 
	text-transform: capitalize;
}
.private {
	color: green;
	text-transform: capitalize;
}
.searchable { 
	font-weight: bold; 
	color: blue; 
}
.searchcellfirst, .searchcell, .searchcelllast { vertical-align: middle; }
.searchcellfirst { text-align: center; }
.searchcell { text-align: left; }
.searchcelllast { text-align: right; }
.alternatingLine { background: #BBCCDD; }