th {
	background-color: #CCCC99;
	padding: 4px;
	border-bottom: 2px solid #664D33;
}
tr.row0 {
	background-color: #A7BCD3;
}
tr.row1 {
	background-color: #8AA9C6;
}
body {
	font: 12px arial, helvetica, sans-serif;
	background-color: #99B2CC;
	color: #333333;
}


h1 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 0.5em;
	margin: 0 0;
	background: rgb(75%,90%,100%);
}
h2 { /* "Notes" / Smaller Page Headers */
	font: 18px verdana, sans-serif;
}
h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 0.5em;
	margin: 0 0;
}
a {
	color: white;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
}
table.torrentlist td {
	padding: 4px;
}
.details {
	font: 10px verdana, arial, sans-serif;
	height: 0px;
}
p.error {
	color: red;
	text-align: center;
	font-weight: bold;
}
table {
	width: 100%;
}
/* table.torrentlist changes are visible only if you set	cellspacing > 0 
	in the php source (this will be the color between cells)

table.torrentlist {
	background: #999999;
}*/
.center {	
	text-align: center; 
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}div.irc {
	float: right;
	font-size: 100%;
	font-weight: bold;
	padding-top: 0.2em;
	padding-right: 0.2em;
	letter-spacing: 1px 
}

div.please {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

div.annotation {
	text-align: center;
}

div.contentbox {
	text-align: justify;
	background: #A7BCD3;
	border: 1px solid black;
	border-left: 0px;
	border-right: 0px;
	clear: both;
	margin-top: 1em;
	padding: 1em;
}

div.clearfloat {
	clear: both;
}

div#buttons {
	text-align: right;
}

div#copyright {
	text-align: right;
	font-size: 75%;
	position: relative;
}

div.contentbox2 {
	text-align: justify;
	background: #99B2CC;
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	clear: both;
	margin-top: 1em;
	padding: 1em;
}