/*
 * tracker.css - sample CSS layout for dumpstats(), dumpretiredstats(),
 * index_sample.php, and retired_sample.php
 *
 * Author: danomac
 * Date: 12-Sep-04
 *
 * Use this to modify how the table looks, or copy these contents into your
 * site's CSS layout file, and point the two scripts to it.
 *
 * The two functions rely on having a script file with <HEAD> tags already,
 * so when you use the functions make sure that these definitions are somewhere
 * within your script's scope!
 *
 * Copyright (C) 2004 danomac
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/*
 * these four are the default styles used on hyperlinks.
 * comment them out if you have your own settings.
 */
a:link {
	color: #f0f0f0
}

a:visited {
	color: #f0f0f0
}

a:hover {
	background: #C22512;
}

a:active {
	color: #0000ff;
}

/*
 * Default HTML body values - comment this out if you use
 * your own settings!
 */
body {
	background-image : http://www.utopiated.net/templates/js_lunar_eclipse/images/uto-spec-back.gif;
	color: #f0f0f0;
}

/* ---------------------------- Tracker specific! ----------------------------- */
/*
 * The outer stats table (this will contain the inner table,
 * which will hold all of the stats)
 */
table.trkOuter {
	border-top: 1px solid #2a2a2a;
	border-bottom: 2px solid #2a2a2a;
	border-left: 1px solid #2a2a2a;
	border-right: 2px solid #2a2a2a;
}

/*
 * The inner stats table, this one actually shows the torrent statistics
 */
table.trkInner {
	background-color: #2a2a2a;
	width: 100%;
	border: 0px solid #2a2a2a;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

/*
 * Used to format the 2 main cells the tables format in.
 */
td.mainCells {
	font-family: Arial, Helvetica, serif;
	text-align: center;
}

/*
 * Used to format the 2 main cells the tables format in.
 */
td.grpHeading {
	text-align: center;
	font-weight: bold;
}

/*
 * Odd row in tracker table - background
 */
td.trkOdd {
	background-color: #000000;
	padding: 5px;
}

/*
 * Even row in tracker table - background
 */
td.trkEven {
	background-color: #780000;
	padding: 5px;
}

/*
 * This consists of the sort headings, and info below the summary line.
 */
.infoTag {
	font-size: 9pt;
	text-align: center;
}

/*
 * The extra URLS and status tags in the torrent name column
 */
.torrentTag {
	font-size: 7pt;	
	display: inline;
}

/*
 * MD5/SFV urls
 */
.hashTag {
	font-size: 7pt;	
}

/*
 * The version line at the bottom of the tracker table. ie "PHPBTTracker+ 2.0"
 */
.versionLine {
	font-size: 8pt;
	text-align: left;
}

/*
 * The scale line at the bottom of the tracker table. ie "Ki = 1024, Mi = 1024 Ki..."
 */
.scaleLine {
	font-size: 8pt;
	text-align: right;
}

/*
 * The link that points to the retired torrents page.
 */
.retiredLink {
	font-size: 10pt;
	text-align: center;
}

/*
 * The table heading definitions, including the font face and size
 */
.trkHeading {
	background-color: #780000;
	padding: 5px;
	vertical-align: bottom;	
	font-size: 10pt;
	font-weight: bold color: #f0f0f0
font-color: #f0f0f0
}

.trkSortHeading {
	background-color: #000000;
	padding: 5px;
	vertical-align: bottom;	
	font-size: 7pt;
	font-weight: bold color: #f0f0f0

}

/*
 * Font definitions for the rest of the tracker table. ie, the stats lines
 */
.trkData {
	font-size: 9pt;
}

/*
 * Column formatting definitions
 */
th.colName {
	text-align: left;
}

.colSize {
	text-align: center;

}

.colCRC {
	text-align: right;

}

.colAdded {
	text-align: center;
}

.colSeeds {
	text-align: center;
font-color: #f0f0f0

}

.colLeechers {
	text-align: center;
font-color: #f0f0f0

}

.colDone {
	text-align: center;
font-color: #f0f0f0

}

.colXfer {
	text-align: center;
font-color: #f0f0f0

}

.colAvg {
	text-align: center;

}

.colSpd {
	text-align: center;

}

.colCategory {
	text-align: center;

}

/*
 * For a comment that spans the stats
 */
.colComment {
	text-align: center;
}

/*
 * For items on the summary line
 */
.colSummary {
	text-align: center;
}