p
{
	font: 10pt tahoma;
}

table
{
	border: 0px;
}

table.torrents
{
	border: 1px solid black;
}

table.completes
{
	width: 100%;
}

table.incompletes
{
	width: 100%;
}

table.connections
{
	width: 100%;
}

td
{
	text-align: left;
	padding: 0px 2px;
	border: 1px solid black;
	margin: 0px;
	font: 10pt tahoma;
}

td.torrents_header
{
	font-weight: bold;
}

td.torrents_title
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-weight: bold;
}

td.torrents_explain
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	text-align: right;
	font: 8pt tahoma;
}

td.peers_header
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}

td.completes_container
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 50%;
	vertical-align: top;
}

td.incompletes_container
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 50%;
	vertical-align: top;
}

td.completes_title
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

td.incompletes_title
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

td.connections_title
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

td.completes_header
{
	font-weight: bold;
}

td.incompletes_header
{
	font-weight: bold;
}

td.connections_header
{
	font-weight: bold;
}

td.allpeers_header
{
	font-weight: bold;
}

td.infohash
{
	font-family: monospace;
}

td.torrent_info_title
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

td.number
{
	text-align: right;
}

td.size
{
	text-align: right;
}

td.uploaded
{
	test-align: center;
	font: 8pt tahoma;
}

td.time_period
{
	text-align: right;
}

td.statlink
{
	text-align: right;
}

td.downlink
{
	text-align: right;
}

td.dellink
{
	text-align: right;
}

body
{
	font: 10pt Tahoma;
	background-color: #FFF;
	color: #000;
}

td.ratio-good
{
        background-color: rgb(113,255,113);
        text-align: right;
}
td.ratio-meh
{
        background-color: rgb(255,255,113);
        text-align: right;
}
td.ratio-bad
{
        background-color: rgb(255,113,113);
        text-align: right;
}
td.totals
{
        border-top: 1px solid black;
        font-weight: bold;
        text-align: right;
}

