@charset "utf-8";

abbr {
	cursor: help;
}

img {
	border: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #EDF2FC;
	padding: 0px;
	margin: 0px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #440088;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}

table {
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin: 10px;
	padding: 8px;
	border: 4px solid #CCCCCC;
	background: #FFFFFF;
}

#header-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

#header-version {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

#header-version img {
	margin-bottom: -3px;
}

#header-left {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 11px;
	color: #555555;
}

#header-time {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 0.8em;
	color: #555555;
}

#header-links {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: center;
}

#search-form {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.search-summary {
	text-align: center;
	margin-bottom: 5px;
}

#categories-list, #filters-list {
	text-align: center;
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

#categories-list li, #filters-list li {
	display: inline;
	margin: 0px;
	margin-right: 5px;
}

.category-image {
	border: none;
	width: 64px;
	height: 32px;
}

.category-image-1 {
	background: url('../images/categories/1.png');
}

.category-image-2 {
	background: url('../images/categories/2.png');
}

.category-image-3 {
	background: url('../images/categories/3.png');
}

.category-image-4 {
	background: url('../images/categories/4.png');
}

.category-image-5 {
	background: url('../images/categories/5.png');
}

.category-image-6 {
	background: url('../images/categories/6.png');
}

#main-index {
	width: 100%;
	border-spacing: 0px;
	border: 1px solid #CCDDDD;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main-index tr:hover td {
	background: #DDDDDD;
}

.main-index-row-dark {
	background: #EEEEEE;
}

.main-index-row-light {
	background: #FFFFFF;
}

.main-index-row-batch-dark {
	background: #FFFFCC;
}

.main-index-row-batch-light {
	background: #FFFFE0;
}

#main-index td {
	padding: 3px 5px 4px 3px;
}

.main-index-link-cell {
	width: 40px;
	white-space: nowrap;
	vertical-align: middle;
}

.main-index-name {
	padding-bottom: 2px;
}

.main-index-name a.trusted {
	color: #116611;
}

.main-index-name a.fail {
	color: #996666 !important;
}

.main-index-other {
	font-size: 0.9em;
	color: #555555;
}

.main-index-details {
	margin-bottom: 2px;
}

.main-index-category-cell {
	width: 64px;
}

.main-index-category-cell a {
	margin-top: 0px;
	padding: 0px;
}

.main-pagination {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-pagination li {
	display: inline;
	margin-right: 5px;
}

.icon {
	margin-bottom: -2px;
}

#submit-table {
	margin: auto;
	width: 550px;
}

.submit-label {
	width: 20px;
	text-align: right;
}

.submit-description {
	font-size: 0.9em;
	color: #555555;
	text-align: right;
}

.submit-submit {
	text-align: center;
}

#submit-table input[type=text] {
	width: 99%;
}

#torrent-details {
	width: 550px;
	margin: auto;
	border: 1px solid #DDDDDD;
}

.torrent-details-label {
	font-weight: bold;
}

#torrent-details table {
	border-spacing: 0px;
}

#torrent-details table td {
	padding-right: 5px;
}

#torrent-details div {
	padding: 1px;
}

#torrent-details div:hover {
	background: #DDDDDD;
}

#torrent-details a.report-link {
	display: block;
	text-align: center;
	margin: auto;
}

#torrent-details a.report-link:hover {
	background: #FFAAAA;
}

#torrent-details a.details-link {
	display: block;
	text-align: center;
	margin: auto;
}

.torrent-details-row-dark {
	background: #EEEEEE;
}

.torrent-details-row-light {
	background: #FFFFFF;
}

#torrent-details-trackers {
	width: 100%;
}

#torrent-details-trackers th {
	text-align: left;
}

#options-table {
}

#options-table th {
	text-align: right;
}

#options-table td {
	text-align: left;
}

#footer-copyright {
	text-align: center;
	margin-bottom: 8px;
}

#footer-stats {
	text-align: center;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.box-error {
	padding: 4px;
	border: 1px solid #FF0000;
	background: #FFEEEE;
}

.box-success {
	padding: 4px;
	border: 1px solid #00FF00;
	background: #EEFFEE;
}

.box-notification {
	padding: 4px;
	border: 1px solid #999900;
	background: #FFFFEE;
}

.showme {
	display: none;
}

.red-line {
	border-top: 2px solid red;
}
