div#Content {
	width: 640px;
}

table {
	width: 620px;
	clear: left;
}

.document, .legend {
	width: 300px;
}

.name {
	width: 380px;
}

.cat {
	width: 20px;
	text-align: center;
}

td {
	background-color: #f4f4f4;
}

tr.oddrow td {
	background-color: #ebebeb;
}

div.legend {
	float: left;
	margin-bottom: 14px;
}

div.legend div span {
	float: left;
	clear: left;
	width: 14px;
	text-align: right;
	margin-left: 2px;
	margin-right: 10px;
	font-weight: bold;
}

div.tableWrapper {
	width: 640px;
	height: 400px;
	overflow: scroll;
}

div.editControls {
	margin-bottom: 20px;
}