body {
	background: url("../images/bg.png") repeat-x #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#logo a {
	display: block;
	width: 366px;
	height: 77px;
	background: url("../images/logo.png") no-repeat;
}

.sort {
	display: block;
	padding: 5px;
}

.sort-active.sort-desc {
	background: url("../images/desc.png") center right no-repeat;
}
.sort-active.sort-asc {
	background: url("../images/asc.png") center right no-repeat;
}

.table td {
	background: #FFF;
	font-size: 12px;
}

.table th a {
	color: #444;
	font-weight: bold;
}

.table td a {
	color: #444;
	font-weight: normal;
}

#search {
	clear: both;
	background: url("../images/search.png") top center no-repeat;
	height: 291px;
	padding-top: 165px;
	width: 879px;
}

#search-form {
	padding-left: 110px;
	height: 50px;
}

#top-query {
	width: 488px;
	height: 50px;
	float: left;
}

#search-button {
	background: url("../images/search-button.png");
	width: 168px;
	height: 49px;
	border: 0;
	padding: 0;
	margin: 0 0 0 7px;
	float: left;
}

#pof-container {
	clear: both;
	padding: 10px 0 10px 0;
}

#pof {
	width: 468px;
	height: 60px;
	display: block;
	background: url("../images/pof.jpg") top center no-repeat;
}

#signout {
	padding: 25px 0 0 0;
}

#container {
	width: 879px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
}

#logo {
	float: left;
}

#signout {
	float: right;
}

#content {
	background: url('../images/grey.png') repeat-y;
	clear: both;
	width: 735px;
	min-height: 200px;
	margin: 0px auto 0 auto;
	padding: 10px;
}

#content .pagination {
	margin: 10px 0;
}

#disclaimer {
	font-size: 8px;
	color: #FFF;
	clear: both;
	padding-top: 44px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.spinner {
	width: 16px;
	height: 16px;
	background: url("../images/spinner.gif");
	margin: 10px auto 10px auto;
}

#search-term {
	width: 100px;
}

#network {
	width: 100px;
}

#limit {
	width: 120px;
}

.item {
	float: left;
	padding: 0 10px 0 0;
}

.item-1 {
	width: 252px;
}

.item-2 {
	width: 235px;
}

.item-3 {
	width: 132px;
}

.item-4 {
	float: left;
	padding-top: 21px;
	width: 80px;
}

.clear {
	clear: both;
}

#results_top {
	padding: 10px 0 10px 0;
}

#content-bottom {
	background: url('../images/bottom.png') top no-repeat;
	width: 735px;
	height: 4px;
	margin: 0 auto 10px auto;
}

.table td.column-name, .table th.column-name {
	text-align: left;
}

.table th.column-network, .table td.column-network {
	text-align: left;
}

.column-payout {
	width: 100px;
}

.column-type {
	width: 100px;
}

.column-added {
	width: 100px;
}

.table td, .table th {
	text-align: center;
}

.table td.left, .table th.left {
	text-align: left;
}

#login {
	width: 366px;
	margin: 80px auto 80px auto;
	text-align: center;
}

#login #logo {
	padding-bottom: 10px;
}

#login .alert {
	clear: both;
}

#login label {
	font-size: 14px;
}

#login .btn {
	margin: 10px 0 0 0;
}