
body {
	font: 12px tahoma, verdana, arial, sans-serif;
	background-color: #f0f5fa;
	color: #334d66;
}
h1 { /* Tracker Header/Title */
	font: 24px verdana, sans-serif;
	text-align: center;
	text-decoration: underline;
}
h2 { /* "Notes" / Smaller Page Headers */
	font: 18px verdana, sans-serif;
}
a {
	text-decoration: underline;
}
a:link {
	color: #40330d;
	background-color: transparent;
}
a:visited {
	color: #334d66;
	background-color: transparent;
}


.torrentlist td {
	padding: 4px;
}
.torrentlist th {
	background-color: #0a0f14;
	color: #b3cde6;
	text-align: center;
	padding: 4px;
	border-bottom: 2px solid #4d7399;
}
.torrentlist .row0 {
	background-color: #334d66;
	color: #ffffff;
}
.row0 a:link { 
	color: #ffffff; 
}
.row0 a:visited { 
	color: #ffffff; 
}
.torrentlist .row1 {
	color: #000000;
	background-color: #b3cde6;
}
.row1 a:link { 
	color: #000000; 
}
.row1 a:visited { 
	color: #000000; 
}


table.filter {
	border: none;
}
.filter td {
	color: #40330d; 
	background-color: #fff2cc; 
}
.filter a:link, .filter a:visited { 
	color: #40330d; 
	text-decoration: none;
}

.selector {
	border: 1px solid #000000;
	background-color: #FFCC33;
	color: #000000;
	vertical-align: top;
}
.selector a:hover   { 
	text-decoration: underline;
}
.selector a:link, .selector a:visited { 
	color: #000000; 
}
.selector a.selected:link, .selector a.selected:visited {
	color: #ffffff;
	background-color: #80661a;
	font-weight: bold;
}
th.selector {
	text-align: right;
	background-color: #FFCC33;
}
td.selector {
	text-align: left;
	background-color: #FFCC33;
}

.torrentdetails {
	width: auto;
}
.torrentdetails th {
	text-align: right;
	vertical-align: top;
}


.details {
	font: 10px verdana, arial, sans-serif;
	height: 0px;
}


p.error {
	color: red;
	text-align: center;
	font-weight: bold;
}

table   { width:      100%;   }
.center { text-align: center; }
.right  { text-align: right;  }
.left   { text-align: left;   }

.center table
{ 
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

img     { 
	vertical-align: middle;
	border:     none;   
}

.rsslink {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: white;
	background-color: #F60;
	border:1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding:0px 3px 0px 3px;
	margin:0px;
}
