/*
 * website.css - CSS layout for sf.net
 *
 * Author: danomac
 * Date: 7-Oct-04
 *
 */

/*
 * these four are the default styles used on hyperlinks.
 */
a:link {
	color: #0000ff;
}

a:visited {
	color: #000080;
}

a:hover {
	background: #F9Da48;
}

a:active {
	color: #0000ff;
}

/*
 * Default HTML body values
 */
body {
	background-color: #FEF9E2;
	color: #000000;
	font-family: arial, "lucida console", sans-serif;
	font-size: small;
}

/*
 * 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: #FFFFFF;
	padding: 5px;
}

/*
 * Even row in tracker table
 */
td.trkEven {
	background-color: #FCEFB1;
	padding: 5px;
}

/*
 * The table heading background color
 */
th.trkHeading {
	background-color: #FCEFB1;
	padding: 5px;
}

td.title {
	background-color: #FCEFB1;
	padding: 5px;

	font-size: x-large;
	font-weight: bold;

	border-top: 1px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
}

td.heading {
	background-color: #FCEFB1;
	padding: 2px;

	font-size: normal;
	font-weight: bold;

	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
