body {
	color: #999;
	background-color: #000;
	margin: 120px 0 30px;
	padding: 0px;
}
body, table, div {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: x-small;
}
#footerFixed {
	background-color: #666;
	border: 1px solid #666;
	color: #bbb;
	font-size: 12px;
	left: 50%;
	line-height: 24px;
	margin-top: 0;
	margin-left: -400px;
	padding: 0 10px;
	position: absolute;
	text-align: left;
	top: 390px;
	width: 800px;
}
#footerFixed a {
	color: #CCC;
	font-weight: normal;
}
#footerFixed #left { float: left; }
#footerFixed #right { float: right; }

a { color: #999; }
a:hover { color: #fff; }

.emboss {
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #555 #333 #333 #555;
}
#links a:hover {
	background-color: #333;
}
#credits {
	font-size: xx-small;
	bottom: 10px;
	position: absolute;
	right: 10px;
}
#credits a {
	color: #ccc;
	text-decoration: none;
}
#credits a:hover { color: #fff; }
a img {
	border-width: 1px;
	border-style: solid;
	border-color: #222 #444 #444 #222;
}
a:hover img { border-color: #999 #ddd #ddd #999; }

table {
	border: 0;
	padding: 0;
}
td.label {
	font-size: 12px;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
}
#thumbs td {
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #333 #111 #111 #333;
	height: 132px;
	margin: 0;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	width: 132px;
}
#thumbs td a {
	font-size: 11px;
	text-decoration: none;
}
#thumbs td img {
	display: block;
	margin: auto;
}
#thumbs .emptyCell {
	background: none;
	font-size: 14px;
}
#thumbs td#credits {
	background-color: #000;
	border: 0;
	color: #666;
	font-size: xx-small;
	height: 10px;
	text-align: right;
	width: 100%;
}
hr {
	height: 1px;
	color: #666;
}
#previousPage {
	font-weight: bold;
	left: 10px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	top: 5px;
}
h6 {
	color: #666;
	font-size: xx-small;
	text-align: right;
	width: 800px;
}
.login, .login a, #links .login, .loginBtn { color: #f55; }
h4.login { font-weight: bold; }
h4.login a { font-weight: normal; }

#links .login {
	font-size: xx-small;
	text-align: right;
}
.login a:hover  { background-color: transparent; }

#loginLink {
	color: #111;
	left: 0;
	position: absolute;
	top: 0;
}
a.topLink {
	padding: 4px;
	text-decoration: none;
	width: 800px;
}
#overview th {
	border-bottom: 1px solid #999;
	color: #ccc;
	font-weight: bold;
}
#overview td {
	padding: 0 20px;
	text-align: right;
}
#overview td.left {
	padding-left: 0;
	text-align: left;
}
.footer td {
	border-top: 1px solid #999;
	font-weight: bold;
}