body {
	margin: 0em;
	padding: 0em;
}

body > #fixed {
	position: fixed;
}

/* To change the width of the sidebar, adjust #fixed width, and #content padding */
#fixed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 12em;
}

#content {
	margin-left: 12em;
	padding: 0.75em;
}

#fixed a {
	display: block;
	padding: 0.5px;
	margin-bottom: 1px;
	text-indent: 1.5em;
}

div.reportGroup {
	width: 400px;
	display: inline;
	vertical-align: baseline;
	margin-right: 10px;
}

TABLE.reportsTable {
	width: 400px;
	height: 275px;
	display: table-cell;
	vertical-align: top;
}

TABLE.reportsTable TR TD.submission {
	width: 100%;
}

TABLE.reportsTable TR TD.submission_large {
}

TABLE.reportsTable TR TD.owner {
	width: 100%;
}

TABLE.reportsTable TR TD.owner_short {
}

TABLE.reportsTable TR TD.rating {
}
