/* Common stylesheet for reports stuff */

table.report-criteria {
	width: 45%;
	float: left;
	border: 1px solid #cccccc;
}
table.report-criteria.no-statistics {
    width: 70%;
}
table.no-statistics th {
    white-space: nowrap;
}
table.report-statistics {
	width: 45%;
	float: right;
	border: 1px solid #cccccc;
}
tr.report-box-heading {
	background-color: #DDDDDD;
}
tr.report-box-heading th {
	border-bottom: 1px solid #cccccc;
}
.report-criteria th, .report-statistics th {
	width: auto;
}

table.report-output {
	clear:both;
}
table.report-output tr td {
	border: 1px solid #cccccc;
	white-space: nowrap;
	padding-right: 4px;
}
tr.report-output-headings th {
	border: 1px solid #aaaaaa;
	line-height: 1.8em;
	color: #555555;
}
th.report-left-border {
	border-left: 1px !important;
}

tr.report-header-row {
	background-color: #eeeeee;
}
tr.report-header-row th {
	border: 1px solid #aaaaaa;
}

td.centre {text-align:center;}
.report-numeric {text-align: right;}

table.report-output .sub { padding-left: 20em;}

p.report-toggle-columns {
	clear:both;
	font-size: 0.8em;
	padding-bottom: 1em;
}
p.report-toggle-columns a {
	float:right;
}

table.report-statistics .report-numeric {padding-left: 15px;}

table.form-layout {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	line-height: 1.6;
}

table.form-layout th, table.form-layout td {padding: 3px 5px 1.4em 0;}

table.form-layout tr.top-padding td, table.form-layout tr.top-padding th {padding-top: 15px;}

.report-criteria th, .report-statistics th, .report-output-headings th, .report-output th, .report-output td {
	padding-left: 2px;
}

table.report-narrow { width: 45% }

table.report-output.auto {
	width: auto;
}

tr.report-header-row th.cell-narrow-s {
	width: 50px;
}

