body {
	margin: 0;
	padding: 0;
	font-family: monospace;
	color: #fff;
	background-color: #0d0d0d;
	font-size: 12px;
}

#container {
	width: 600px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.contentbox {
	margin: 10px;
}

.contentbox_indented {
	margin: 10px 40px 10px 40px;
}

.keyvalue, a.keyvalue {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
}

a.keyvalue:hover {
	background-color: #333;
}

.key {
	display: inline-block;
	margin-left: 5px;
}

.value {
	float: right;
	margin-right: 5px;
}

h1 {
	font-size: 14px;
	border-bottom: 1px solid #666;
	margin: 0px;
}

h1 a:hover {
	color: #ddd;
	background-color: #555;
}

h2 {
	font-size: 12px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #fff;
}

#listlogin input.passwordfield {
	border: 1px solid #000;
}

#listlogin input.submitfield {
	border: 1px solid #000;
}

.floatright {
	float: right;
}

.listrow a {
	display: block;
	background-color: #222;
	height: 20px;
	margin-bottom: 2px;
}

.listrow a:hover {
	background-color: #333;
}

.listrow .property {
	line-height: 20px;
}

.listrow .type {
	float: left;
	margin-left: 4px;
	width: 180px;
	font-size: small;
}

.listrow .name {
	float: left;
}

.listrow .filesize {
	float: right;
	margin-right: 4px;
}