.active-scaffold .text-output {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.active-scaffold .hidden {
	display: none;
}

.active-scaffold p.login {
	padding: 5px 20px 5px 0px;
	margin: 7px 0px;
}

.active-scaffold li.form-element dd {
	padding: 3px 0px 0px 0px;
}

.active-scaffold-header div.actions a.show_import {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/import.png);
}

.active-scaffold-header div.actions a.show_charts {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/charts.png);
}

.active-scaffold-header div.actions a.show_retrace {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/retrace.png);
}

.active-scaffold-header div.actions a.reload_network_cache {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/reload.png);
}

.active-scaffold-header div.actions a.reload_all_caches {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/reload.png);
}

.active-scaffold-header div.actions a.show_missing {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/table-delete-row.png);
}

.active-scaffold-header div.actions a.show_forecast {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/forecast.png);
}

.active-scaffold-header div.actions a.show_check {
	padding-left: 19px;
	background-position: 1px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/check.png);
}

.active-scaffold textarea.monospaced {
	font-family: monospace;
}

.active-scaffold li.form-element-description {
	padding-top: 0px !important;
	padding-bottom: 2px;
}

.active-scaffold li.form-element-description span.description {
	vertical-align: top;
}

.active-scaffold li.vertical-sub-form ol.association-record {
	border-bottom: 1px dotted grey;
	padding: 15px 2px;
}

.active-scaffold li.vertical-sub-form ol.association-record li.form-element {
	padding-top: 0;
}

.active-scaffold li.vertical-sub-form ol.association-record li.form-element dt {
	padding: 2px 0;
}

.active-scaffold li.vertical-sub-form ol.association-record li.form-element .text-output {
	font-size: 12px;
}
