table
{
	width: 100%;
	border-bottom: 1px solid #BED6E6;
}

table td
{
    padding: 5px;
}

table.listings
{
    border-collapse: collapse;
}

table.listings tr.header
{
    background-color: #BED6E6;
	/* font-size: 15pt; */
    font-size: 1.25em;
}

table.listings tr.r1
{
    background-color: #F9F7ED;
}

table.listings tr.r2
{
    background-color: #FFFFFF;
}

table.listing th,td
{
    padding: 2px;
    border-style: none;
    border-color: gray;

}

.tlog
{
    color: #0172C7;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 2px;
	margin-bottom: 0px;
}
h2
{
	margin-top: 0px;
	color: #4791F2;
	font-size: 1.1em;
}

#torrent_count {
	margin: 10px;
    font-size: 0.75em;
	text-align: center;
}

#pagination {
	text-align: center;
}


#news {
	margin-bottom: 25px;
}

#news .header {
	background-color: #BED6E6;
	/* font-size: 15pt; */
	font-size: 1.25em;
	font-weight: bold;
}

#news .section {
	border: 1px solid #BED6E6;
	margin: 5px 0px;
}

#news .title {
	font-weight: bold;
	background-color: #F0EDDB;
	padding: 3px;
}
#news .message {
	background-color: #F4F4F4;
	padding: 5px;
}


/* tracking */
#c_counter {
	margin: 5px;
	text-align: center;
}
