/*
 * 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: navy;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background: #F9Da48;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

/*
 * Default HTML body values - comment this out if you use
 * your own settings!
 */
body {
	background-color: #EEEEEE;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*
 * The outer stats table (this will contain the inner table,
 * which will hold all of the stats)
 */
table.trkOuter {
	border-top: 1px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
}

/*
 * The inner stats table, this one actually shows the torrent statistics
 */
table.trkInner {
	background-color: black;
	width: 100%;
	border: 0px solid black;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

/*
 * Odd row in tracker table
 */
td.trkOdd {
	background-color: #A8B2D1;
	padding: 2px;
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*
 * Even row in tracker table
 */
td.trkEven {
	background-color: #DEE2ED;
	padding: 2px;
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*
 * The table heading background color
 *
 *	background-color: #FCEFB1;
 */
th.trkHeading {
	background-color: #333355;
	padding: 5px;
	font-size: 8pt;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
P {
	font-size: 8pt;
	color: black;
}
INPUT.inputbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: black;
	margin: 1px;
	background-color: #eeeeee;
	border: 1px solid black;
}
SELECT.inputbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: black;
	margin: 1px;
	background-color: #eeeeee;
	border: 0px;
}
SELECT.inputboxheader {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7pt;
	color: white;
	background-color: #333355;
	margin: 1px;
	border: 1px solid #000000;
}
