
body {
	margin: 0px;
	padding: 0px;

	color: #999999;
	background-color: #000000;

	scrollbar-face-color:      #770000;
	scrollbar-shadow-color:    #220000;
	scrollbar-highlight-color: #cc0000;
	scrollbar-3dlight-color:   #cc0000;
	scrollbar-darkshadow-color:#220000;
	scrollbar-track-color:     #550000;
	scrollbar-arrow-color:     #000000;

	text-align:center;
}

body, div, form, td, p {
	font:12px/1.3em Verdana,Geneva,Tahoma,sans-serif;
}

div {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
}

form, p, img, table, td, tr {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	text-decoration:none;
	color:#ff0000;
}
 
a:hover {
	text-decoration:none;
	color:#880000;
}


div.borderbox {
	padding:4px;
	background: url('metal.jpg');
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
}

div.borderbox .content {
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	background-color:#222222;
}

p.hugetitle {
	margin-top:32px;
	margin-bottom:16px;
	color:#ff0000;
	font-size:3em;
	font-weight:bold;
}

div.pagetitle {
	width:256px;
	margin-left:auto;
	margin-right:auto;
	margin-top:32px;
	margin-bottom:16px;
}

div.pagetitle .content {
	background-color:#440000;
	color:#ff0000;
	font-size:2em;
	font-weight:bold;
}

div.sidebar {
	width:128px;
}

div.sidebar .content {
	background-color:#440000;
	color:#ff0000;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	padding:4px;
	overflow:hidden;
}

div.segment {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
	text-align:center;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

table.filegrid {
	margin-left:auto;
	margin-right:auto;
}

table.filegrid tr.title td {
	background-color:#440000;
	color:#FF0000;
	text-align:center;
	white-space:nowrap;
}

table.filegrid tr.content td {
	background-color:#222222;
	text-align:center;
	vertical-align:middle;
}

table.filegrid span.date {
	font-size:0.8em;
}

div.flattr_compact {
	width:100px;
	height:17px;
}
