.form_row
{
    clear: both;
    margin: 0.5em 0;
    max-width: 50em;
    width: 50em;
}

.form_row_header
{
    clear: both;
    margin: 0.5em 0;
    max-width: 47em;
    width: 50em;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.form_group
{
    clear: both;
    margin-left: 1em;
}

.form_group .title
{
    margin-left: 1em;
    font-weight: bold;
}

.form_row label,
.form_row_header label
{
    float: left;
    text-align: right;
    width: 14em;
}

.form_row_short label
{
    float: left;
    text-align: right;
    width: 8em;
}

.form_row label.required,
.form_row_header label.required,
.form_row_short label.required
{
	font-weight: bold;
}

.form_row_column
{
	float: left;
	clear: none;
	width: 5em;
	text-align: left;
}

.prefilled
{
	background-color: #ccffcc;
}

#criteria_form select
{
	width: 20em;
}

#criteria_form select.condition_dropdown
{
	width: 4.5em;
	text-align: left;
}

#criteria_form select.condition_dropdown option
{
	width: 5em;
}

#report_container
{
	width: 80em;
}

.report_criteria
{
	background-color: #faf3eb;
	border: 1px solid black;
	padding: 0.5em 0 0.5em 0;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-top: -1px;
    vertical-align: top;
	clear: none;
	float: left;
	z-index: 1;
	position: relative;
}

.report_list
{
    clear: both;
    margin-left: 1em;
}

.report_list .title
{
    margin-left: 0;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.report_list label
{
	margin-left: 0.5em;
	padding: 0.2em 0 0.2em 0;
	clear: both;
	float: left;
	white-space: nowrap;
}

#report_results_table
{
	padding: 0;
	margin: 0;
	margin-left: 2em;
}

#report_results_table tr:hover td
{
	background-color: #d0dee7;
}

#report_results_table th
{
	font-weight: bold;
	border-bottom: 3px solid black;
	vertical-align: bottom;
	background-color: #e8e8e8;
}

#report_results_table td
{
	border-bottom: 1px solid black;
	vertical-align: top;
}

#report_results_table th,
#report_results_table td
{
	font: 10pt "Trebuchet MS", Tahoma, sans-serif;
	padding: 0.25em;
	text-align: left;
}

#report_results_table a:visited
{
	color: red;
}