body {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

/**
 * Header
 */

.header {
	width: 100%;
	height: 35px;
	font-family: Arial;
	background: url('../images/header_background.png') repeat-x;
	margin-bottom: 21px;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header ul li {
	float: left;
	padding: 3px 14px 0 14px;
	margin: 0 0 0 -1px;
	line-height: 26px;
	border-style: solid;
	border-color: white;
	border-width: 0 1px;
}

.header ul li.active {
	background-color: #006699;
}

.header a, .header a:hover {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.header img {
	vertical-align: text-bottom;
}

.header ul li.signup a {
	text-decoration: underline;
}

.header p {
	position: absolute;
	right: 0;
	top: 8px;
	color: white;
}

.header p a {
	color: #006699;
	font-size: 100%;
}

.container {
	width: 855px;
	margin: 0 auto;
	position: relative;
}

.footer {
	margin-top: 30px;
	text-align: center;
}

.footer a {
	color: #ee741e;
}

.pagination {
	margin: 0 auto;
	position: relative;
	font-size: 1.2em;
	text-align: center;
}

.admincontainer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.searchButton {
    background-color: #DBEDFE;
    border: 1px solid #006699;
    color: #006699;
}

.advertisement {
    margin: 8px 0px 0px 0px;
    width: 831px;
    background-color: #ffffcc;
    border: 2px solid #fedac8;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

.wideadvertisement {
    margin: 4px 0px 4px 0px;
    background-color: #ffffcc;
    border: 1px solid #fedac8;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

.smallresults {
	width: 855px;
	margin: 0 auto;
	position: relative;
}

.smallresults table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

.smallresults table th {
    font-size: 13px;
    color: #006699;
    border-bottom: 1px solid #006699;
    border-right: 0px;
    white-space: nowrap;
}

.smallresults table td {
    border-bottom: 0px;
    border-right: 0px;
    padding: 3px 3px;
}

.viewcollection {
    margin: 0px 0px;
}

.viewcollection table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    margin: 0px;
}

.viewcollection table td {
    border-bottom: 0px;
    border-right: 0px;
    padding: 3px 3px;
    font-weight: bold;
}

.viewcollection table th {
    width: 100px;
    border-bottom: 0px;
    border-right: 0px;
    padding: 3px 3px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

.viewcollection table td.completion {
    border-bottom: 0px;
    border-right: 0px;
    text-align: left;
}

.viewcollection table td.completion span {
    background-color: #cc3333;
    padding: 1px 3px;
    color: white;
}

.viewcollection table td.completion span.completed {
    background-color: #339933;
    padding: 1px 3px;
    color: white;
}

.searchresults {
    margin: 0px 20px;
}

.searchresults table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}

.searchresults table th {
    font-size: 13px;
    color: #006699;
    border-bottom: 1px solid #006699;
    border-right: 0px;
    white-space: nowrap;
}

.searchresults table th.center {
    text-align: center;
}

.searchresults table td {
    border-bottom: 0px;
    border-right: 0px;
    padding: 3px 3px;
}

.searchresults table td.nzb {
    border-bottom: 0px;
    border-right: 0px;
    text-align: center;
    font-weight: bold;
    padding: 3px 7px;
}

.searchresults table td.collection {
    border-bottom: 0px;
    border-right: 0px;
    text-align: center;
    padding: 3px 7px;
    white-space: nowrap;
}


.searchresults table td.size {
    border-bottom: 0px;
    border-right: 0px;
    font-weight: bold;
    text-align: center;
}

.searchresults table td.completion {
    border-bottom: 0px;
    border-right: 0px;
    text-align: center;
}

.searchresults table td.completion span {
    background-color: #cc3333;
    padding: 1px 3px;
    color: white;
}

.searchresults table td.completion span.completed {
    background-color: #339933;
    padding: 1px 3px;
    color: white;
}



td.posterandcollection {
    font-size: 9px;
    color: #666;
    vertical-align: top;
    white-space: nowrap;
    
}

td.posterandcollection a {
    color: #666;
    text-decoration: none;
}

td.posterandcollection a:hover {
    color: #666;
    text-decoration: underline;
}

.lastrow {
    border-top: 1px solid #006699;
    border-bottom: 0px;
    border-right: 0px;
}