html, body, table, td, img {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../data/bg.gif) 50% 50% no-repeat;
	text-align: center;
}
body, table, td, a {color: #999;}

table {margin: 0 auto;}

td {text-align: left;}
td.right, #categories td.right {text-align: right;}
td.center, #categories td.center {text-align: center;}

.headerRow td {
	font-weight: bold;
	padding-bottom: 1em;
}
a:hover {color: #ccc;}

a#back {
	background: transparent url(../global/arrows.gif) 0 0;
	font-size: 0;
	height: 23px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 23px;
}
a:hover#back {background-position: 0 100%;}

hr {
	color: #666;
	height: 1px;
}
td.label {
	padding-top: .2em;
	text-align: right;
	vertical-align: top;
}
.redText, #editNav a.redText, .redText td, .redText a {color: #f00;}
.greenText {color: #0c0;}
.yellowText {color: #ff0;}
.fade {color: #444;}
.redText .fade {color: #900;}

.itemClicks {
	background-color: #000;
	border: 1px solid #222;
	display: block;
	font-size: 9px;
	left: 0;
	padding: .3em;
	position: absolute;
	text-decoration: none;
	top: 0;
}
.itemHomepage {border-color: #090;}
img.itemDisplay {border-color: #900;}
a:hover img.itemDisplay {border-color: #f00;}

#watermerk {
	background-color: #666;
	font: x-small sans-serif;
	color: #000;
	letter-spacing: .1em;
	margin-left: .4em;
	padding: .1em .4em;
}
