body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(mainbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
input {
	font-size: 12px;
	border: 1px solid #C0C0C0;
}

.checkbox {
	border: 1px solid #C0C0C0;
}

form {
	margin: 0px;
	padding: 0px;
}

.link {
	color: #000000;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}

.button {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}


#mainbox {
	width: 1020px;
}

#colLeft {
	width: 182px;
	float: left;
}
#colRight {
	float: left;
	width: 827px;
}
#enginesHeader {
	background-image: url(enginesheaderbg.gif);
	height: 30px;
	margin-top: 74px;
	float: left;
	width: 182px;
	background-repeat: no-repeat;
}
#enginesHeader span {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 26px;
}
#enginelist {
	float: left;
	width: 182px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#enginelist a {
	color: #000000;
	text-decoration: none;
}
#enginelist a:hover {
	text-decoration: underline;
}


#enginelist ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
}
#enginelist ul li {
	display: block;
	line-height: 22px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left 3px;
}
#enginelist ul li ul {
	margin: 0px;
	padding: 0px;
}
#enginelist ul li ul li {
	background-image: url(enginesum.png);
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	font-size: 11px;
	line-height: 11px;
	color: #777777;
}
.fpEngine{
	background-image:url(engineicons/fp.gif);
}
.yprnEngine{
	background-image:url(engineicons/yprn.gif);
}
.mroEngine{
	background-image:url(engineicons/mro.gif);
}
.xvidEngine{
	background-image:url(engineicons/xvid.gif);
}
.phubEngine{
	background-image:url(engineicons/phub.gif);
}
.timtEngine{
	background-image:url(engineicons/timt.gif);
}
.wankEngine{
	background-image:url(engineicons/wank.gif);
}
.gaytEngine{
	background-image:url(engineicons/gayt.gif);
}
.redtEngine{
	background-image:url(engineicons/redt.gif);
}
#enginelist ul li .loader {
	height: 22px;
	width: 16px;
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(enginecompleted.png);
}
#enginelist ul li .loading {
	background-image: url(engineloader.gif);
}
.leftBox {
	float: left;
	width: 182px;
	background-image: url(leftboxheader.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #656565;
}
.leftBox a {
	color: #656565;
	text-decoration: none;
}
.leftBox a:hover {
	color: #FF33FF;
}

.leftBox .boxHeader {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 25px;
	height: 20px;
}
.leftBox .boxContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
}
.leftBox ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.leftBox ul li {
	margin-bottom: 5px;
	display: block;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
}

#header {
	height: 100px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}
#searchbox {
	background-image: url(searchboxbg.gif);
	height: 44px;
	width: 600px;
	float: right;
	margin-top: 7px;
	margin-right: 9px;
	display: inline;
}
#searchbox .textbox {
	margin-top: 11px;
	float: left;
	margin-left: 30px;
	width: 470px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	color: #656565;
}
#searchbox #btnSearch {
	float: right;
	height: 30px;
	width: 80px;
	margin-top: 6px;
	margin-right: 7px;
	background-image: url(btnSearch.gif);
	cursor: pointer;
	display: inline;
}
#menu {
	height: 32px;
	width: 809px;
	background-image: url(menuBg.gif);
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	display: inline;
}
#menu #menuLeft {
	background-image: url(menuLeft.gif);
	float: left;
	height: 32px;
	width: 4px;
}
#menu #menuRight {
	background-image: url(menuRight.gif);
	float: right;
	height: 32px;
	width: 4px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	line-height: 32px;
	float: left;
	display: block;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu ul li a:hover {
	color: #4d4d4d;
}
#content {
	clear: both;
	float: left;
	width: 809px;
	margin-left: 10px;
	display: inline;
}
#torrentlist table {
	clear: both;
}
#torrentlist th {
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	height: 32px;
	text-align: center;
	background-position: left top;
	cursor: pointer;
}
#torrentlist th a {
	color: #FFFFFF;
	text-decoration: none;
}

#torrentlist th.forwardSort
{
	background-color: transparent;
	background-image: url(sortUp.gif);
	background-repeat: no-repeat;
}
#torrentlist th.reverseSort
{
	background-color: transparent;
	background-image: url(sortDown.gif);
	background-repeat: no-repeat;
} 
#torrentlist td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
	line-height: 24px;
	padding-left: 5px;
}
#torrentlist td a {
	color: #000000;
}
#torrentlist td a:hover {
	color: #FF33FF;
}


#torrentlist .sorted {
	background-color: #FFDFFF;
}
#torrentlist th.page {
	width:90px;
}
#torrentlist th.name {
	width:430px;
}

#torrentlist td.name {
	text-align: left;
}

#torrentlist th.download{
	width:70px;
	text-align: center;
}

#torrentlist td.page{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-position: 65px center;
	background-repeat: no-repeat;
	text-align: left;
}
#torrentlist th.length{
	width:70px;
}
#torrentlist th.rating{
	width:65px;
}
#torrentlist tr {
	background-color: #FFFFFF;
	text-align: center;
}
#torrentlist tr.alt {
	background-color: #F5F5F5;
}
#torrentlist tr.header {
	background-image: url(tableheaderbg.gif);
}
#torrentlist #pagetext {
	float: left;
	margin-top: 5px;
}
#torrentlist .pager {
	text-align: center;
	float: right;
	padding-bottom: 2px;
	padding-top: 2px;
}
#torrentlist .pager ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#torrentlist .pager li {
	display: inline;
}
#torrentlist .pager li div {
	display: inline;
}
#torrentlist .pager li a,
#torrentlist .pager li div {
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: block;
	width: 15px;
	text-align: center;
	float: left;
	margin-left: 3px;
	line-height: 15px;
	height: 15px;
	-moz-user-select:none;
   	-khtml-user-select:none;
}
#torrentlist .pager li div{
	cursor: default;
	color: #CCCCCC;
}
#torrentlist .pager li a.currentPage{
	border-color: #FF33FF;
}
#torrentlist .pager li a:hover{
	border-color: #777777;
}
#torrentlist .pager li .next-page span,
#torrentlist .pager li .previous-page span,
#torrentlist .pager li .first-page span,
#torrentlist .pager li .last-page span,
#torrentlist .pager li .next-page span{
	line-height: 11px;
}

#roundLoader {
	clear: both;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	text-align:center;
	font-size: 20px;
	color: #777777;
	background-image: url(searchLoader.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	display: inline;
	width: 807px;
	height: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 42px;
	margin-bottom: 5px;
}


#torrentlist #searchLoader {
	clear: both;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	text-align:center;
	font-size: 20px;
	color: #777777;
	background-image: url(searchLoader.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	display: inline;
	width: 807px;
	height: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 42px;
	margin-bottom: 5px;
}
.admintab {
	display: inline;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 807px;
}

#engineselect ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#engineselect ul li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 807px;
	border: 1px solid #CCCCCC;

	-moz-user-select:none;
   	-khtml-user-select:none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#engineselect h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#engineselect .engineselector {
	float: right;
	height: 16px;
	width: 16px;
	background-image: url(enabled.png);
	margin-top: 2px;
	margin-right: 2px;
	background-position: center center;
}
#engineselect .disabled {
	background-image: url(disabled.png);
}

#engineselect .enginedetails {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#engineselect #btnSave {
	float: right;
	width: 100px;
	clear: both;
}
.box ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
}

.formular {
	width: 820px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dashed #CCCCCC;
}
.formular form {
	margin-top: 10px;
}

.formular .textfield {
	width: 200px;
}
.formular .textarea {
	width: 330px;
	border: 1px solid #C0C0C0;
}


.formular .formrow {
	line-height: 20px;
	float: left;
	clear: both;
	width: 809px;
	margin-bottom: 1px;
	margin-left: 10px;
}
.formular .formlabel {
	float: left;
	width: 150px;
	display: inline;
	height: 20px;
	clear: both;
}
.formular .formcnt {
	float: left;
	width: 375px;
}

.formular .formspacer {
	height: 8px;
	float: left;
	width: 360px;
	clear: both;
}
.formular .box {
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.formular .errorBox {
	background-color: #FFCCCC;
	border-bottom-color: #FF9999;
}
.formular .confirmBox {
	background-color: #CCFFCC;
	border-bottom-color: #66FF66;
}

#footer {
	clear: both;
	padding-left: 180px;
	padding-top: 10px;
	color: #666666;
	text-align: center;
}

