body {
	color: #555;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	text-align: center;
	background-color: #f1f1f1;
	background-image: url(../images/bg-light.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

form {
	margin: 0;
	padding: 0;
}

select {
	border: 1px solid #bbb;
	padding: 2px 2px 2px 3px;
	font-size: 11px;
	background-color: #eee;
}

input {
	font-size: 11px;
}

input.submit {
	margin-right: 10px;
	margin-left: 3px;
	font-size: 11px;
	color: #333;
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 2px 5px 2px 5px;
}

textarea {
	border: 1px solid #bbb;
	padding: 2px 5px 2px 5px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eee;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
}

td, th {
	font-size: 11px;
}

#nzbtable td, #nzbtable th {
	white-space: nowrap;
}

#nzbtable input.submit {
	margin: 0px 0px 0px 10px;
	font-size: 9px;
	color: #333;
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 1px 3px 1px 3px;
}

#similar td {
	white-space: normal;
}

#mscontainer {
	position: absolute;
	width: 215px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	visibility: hidden;
	text-align: right;
}

#mscontainer a:link, #mscontainer a:visited {
	color: #555;
	text-decoration: none;
}

#mscontainer a:hover {
	color: #111;
	text-decoration: underline;
}

ul#user_links {
	margin: 0px;
	padding: 0px;
}
ul#user_links li {
	display: block;
	float: left;
	padding: 0px 5px 0px 6px;
	background-image: url(../images/line-light.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-align: left;
}

ul#user_links li:first-child {
	background-image: none;
}

a#mySearchesLink {
	padding-top: 2px;
	width: 9px;
	height: 9px;
	background-image: url(../images/darrow-light.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}



p {
	margin-top: 3px;
	padding: 0;
}

h1 {
	color: #333;
	font-size: 24px;
	font-weight: bolder;
	padding-bottom: 10px;
}

h1 sup {
	color: #ddd;
}

h1 a {
	color: #333;
	text-decoration: none;
}

h1 .company, h1 a .company {
	color: #d01a71;
}

h2 {
	color: #ddd;
	font-size: 18px;
}

h3 {
	color: #333;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

th {
	background-color: #ccc;
}

tr.rowa {
	background-color: inherit;
}

tr.rowb {
	background-color: #e2e2e2;
}

tr.last_visit {
	background-color: #f0fff0;
}

tr.selected {
	background-color: #fff3e2;
}

tr.expired {
	background-color: #ddffff;
}
tr.expired td {
	border-bottom: 1px solid white;
}


/*
tr.selected td, tr.last_visit td {
	border-bottom: 1px solid #ddd;
}
*/

p.intro {
	font-size: 14px;
	line-height: 18px;
}

pre.nfo {
	font-size: 12px;
	background-color: #e2e2e2;
	padding: 5px 0px 0px 10px;
	font-family: Terminal, "Courier New", Courier, Monaco, monospace;
}

div.cover {
	padding: 10px;
	text-align: center;
}

div.cover img {
	border: 1px solid #999;
}

td.viewextra {
	background-color: #f1f1f1;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

td.viewextra td {
	padding-left: 10px;
}

#humanized {
	position: absolute;
	z-index: 999;
	width: 500px;
	height: 80px;
	background-color: #666;
	border: 2px solid #fff;
	display: none;
}

#humanizedmessage {
	color: #fff;
	font-weight: bold;
	background-color: #666;
	margin: 20px auto;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
}

#header {
	margin: 0;
	height: 60px;
	width: 100%;
}

#header h1 {
	float: left;
	padding: 0px;
	margin: 0px;
}

#user_box {
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
	font-size: 11px;
	line-height: 14px;
	height: 50px;
}

#user_box form {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


#user_box a { color: #333; }

#user_box input {
	width: 80px;
	color: #111;
	background-color: #eee;
	font-size: 11px;
	border: 1px solid #bbb;
	padding-left: 2px;
}

#user_box input.searchfield {
	width: 160px;
}

#user_box input.button {
	width: 50px;
	margin-left: 5px;
	font-size: 11px;
	color: #111;
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 0px;
}

ul#admin_nav, ul#admin_nav li {
	display: inline;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

#admin_nav a {
	color: #111;
	text-decoration: underline;
}

a.nzb {
	font-size: 12px;
	white-space: nowrap;
}

.pagelinks {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	padding: 7px 3px 7px 3px;
	background-color: #eee;
	border-color: #ccc;
	border-style: solid;
}

#nzbtableHead {
	padding-bottom: 4px;

}

.cartbuttons {
	float: right;
}

.tool-tip, .movieinfo-tip, .viewimdb-tip {
	background-color: #fff;
	border: 2px solid #e2e2e2;
	padding: 8px;
	z-index: 13000;
}

.viewimdb-tip, .movieinfo-tip {
	width: 250px;
}

.tool-tip, .spinner {
	background-image: url(../images/spinner-light.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
 
.tool-title, .movieinfo-title, .viewimdb-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #333;
	text-align: left;
}
 
.tool-text, .movieinfo-text, .viewimdb-text {
	font-size: 11px;
	text-align: left;
}

a.page, b.selected {
	padding: 0px 4px 0px 4px;
}

b.selected {
	text-decoration: underline;
}

.success {
	color: green;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

.content
{
	clear: both;
	margin: 0px;
}

.content a:link, .content a:visited
{
	color: #333;
	text-decoration: none;
}

.content a:hover
{
	color: #111;
	text-decoration: underline;
}

.content p.footer {
	text-align: right;
	color: #bbb;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin: 0px;
}

.menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	width: 470px;
	border: 0px solid black;
}

/* remove the bullets, padding and margins from the lists */
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 20px;
}

/* style all the links */
.menu a, .menu :visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	width: 70px;
	padding: 2px 0px 2px 5px;
	color: #fff;
	background-color: #bbb;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #f0f0f0;
}
/* style the links hover */
.menu :hover, .menu a.selected {
	background-color: #aaa;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:link {
	font-size: 10px;
	color: #888;
	background-color: #ddd;
	border-bottom: 1px solid #f0f0f0;
}

.menu ul ul a.selected, .menu ul ul a:hover {
	font-size: 10px;
	color: #333;
	background-color: #ccc;
	border-bottom: 1px solid #f0f0f0;
}

/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 60px;
	height: 0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
}