div.harms_fe_editor {
	font-family: sans-serif;
	font-size: 9pt;
	color: black;
}

div.harms_fe_editor div.entity {
	clear: both;
	margin: 3px 1px;
	padding: 4px;
	background-color: #ddd;
	border: 1px solid #aaa;
}

div.harms_fe_editor div.cell {
	clear: both;
	margin: 3px 1px;
	padding: 4px;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
}

div.harms_fe_editor div.file {
	clear: both;
	margin: 3px 1px;
	padding: 4px;
	background-color: #bbb;
	border: 1px solid #aaa;
}

div.harms_fe_editor div.section {
	clear: both;
	margin: 1px;
	font-weight: bold;
}

div.harms_fe_editor div.row {
	clear: both;
	margin: 1px;
}

div.harms_fe_editor div.row div.label {
	float: left;
	width: 10em;
	padding: 0px 2px;
	text-align: right;
}

div.harms_fe_editor div.row div.data {
	margin-left: 10em;
	padding: 0px 2px;
}

div.harms_fe_editor div.row div.acol {
	float: left;
	width: 50%;
	padding: 0px 2px;
}

div.harms_fe_editor div.row div.acol div.label {
	float: left;
	width: 85px;
	padding: 0px 2px;
	text-align: right;
}

div.harms_fe_editor div.row div.bcol {
	margin: 0% 0% 0% 50%;
	padding: 2px;
}

div.harms_fe_editor div.row div.bcol div.label {
	float: left;
	width: 80px;
	padding: 0px 2px;
	text-align: right;
}

div.harms_fe_editor div.row div.files-toolbar {
	clear: both;
	padding: 2px;
}

div.harms_fe_editor div.row div.files-toolbar div.mode {
	float: left;
	width: 50%;
	padding: 0px 2px;
}

input {
	font-size: 9pt;
}

input.button {
	font-size: 8pt;
}

input.file {
	font-size: 8pt;
}

select {
	font-size: 8pt;
}