body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Main page parts */

#container {
	margin: 0 auto;
	width: 742px;
}

#top {
	padding-left: 30px;
}

#top h1 {
  display: block;
	margin: 0;
	padding: 0;
	text-indent: -1000px;
	width: 430px;
	height: 75px;
	background-image:url(images/title.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#navbar {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
	font: 12px Arial, Helvetica, sans-serif;

}


/* nav stuff */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

/* nav link */

#nav a:link, #nav a:visited {
	display: block;
	color: #444;
	font-weight: bold;
	text-decoration:none;

}

#nav a:hover, #nav a:active {
	color: #000;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	line-height: 44px;
	border-left: #AAA 1px solid;
	border-right: #FFF 1px solid;
}
#nav li:hover, #nav li.sfhover { /* hovered list items */
	background: url(images/navhover.png) no-repeat #DDD;
}

/* specific */

#nav li#first {
	border-left-color: #AAA;
}
li#first a {
	border-left: #FFF 1px solid;
}

#nav li#last {
	border-right-color: #AAA;
}
li#last a {
	border-right: #FFF 1px solid;
}


/* show next level when hovered */

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}

/* Second-level */

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
	border-left: #666 1px solid;
	border-bottom: #666 1px solid;
	-moz-opacity:.9;
	opacity:.9;
	filter: alpha(opacity=90);
	padding-top: 3px;
}
#nav li li { /* second level list items */
	background: white;
	width: 12em;
	line-height: 20px;
	border-bottom: #eee 1px solid;
	border-right: #666 1px solid;
	text-align: left;
	padding-left: 1em;
}
#nav li li:hover {
	background: #aef1fd;
}





#bottom {
	text-align: center;
	border-top: #436975 2px solid;
	font: 10px Arial;
	color: #ccc;
}



/* General styles */

h2{
  font: bold 20px Arial, sans-serif;
  color: #444;
  border-bottom: #EEE 2px solid;
  background-repeat: no-repeat;
  background-position: right;
}
h3{
  font: bold 15px Arial, sans-serif;
  color: #000;
}


h2.no-usa {
  background-image: url(images/usa_no.gif);
}
h2.usa {
  background-image: url(images/usa_yes.gif);
}




.path {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
}
.path a:link, .path a:visited, .path a:hover, .path a:active {
	color: #069;
	text-decoration: underline;
}

a:link, a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover, a:active {
	color: #069;
	text-decoration: none;	
}

#content {
	padding: 20px;
	padding-top: 110px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	position: relative;
	background-color: #fff;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

.program {
	background-color: #eee;
	border: #ccc 1px solid;
	padding: 10px;
	margin-bottom: 30px;
}
.program h3 {
	margin: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.ratings {
	background: #fff;
	width: 250px;
}

.ratings table {
	margin: 0 auto;
}
.ratings th {
	text-align: right;
}


.toprated h3 {
	background-color: #3e743f;
	color: #fff;
	margin-bottom: 3px;
	padding: 5px;
	font: bold 15px Arial, Helvetica, sans-serif;
}
.toprated table, div.nodeposit {
	border: #ccc 1px solid;

}

.programlisting {
	border: #ccc 1px solid;
		width: 100%;
}

.programlisting th {
	background-color: #3e743f;
	color: #fff;
	margin-bottom: 3px;
	padding: 5px;
}

.programlisting td {
  border-bottom: #ccc 1px dashed;
}
.programlisting tr.item {
  height: 30px;
}
.programlisting tr.item:hover {
  background-color: #edffed;
}

a#visit, a#download, a#affil {
  display: block;
  height: 32px;
  padding-left: 40px;
  margin-left: 40px;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3e743f;
	text-decoration: underline;
}

a#visit {
  background: url(images/visit.gif) no-repeat left center #FFF;
  margin-top: 40px;
  margin-bottom: 10px;
}

a#download {
  background: url(images/download.gif) no-repeat left center #FFF;  
  margin-top: 15px;
  margin-bottom: 10px;
}

a#affil {
  background: url(images/affil.gif) no-repeat left center #FFF;
  margin-top: 15px;
  margin-bottom: 10px;
}

a#visit:hover, a#download:hover, a#affil:hover {
  text-decoration: none;
}

td.maillist {
   width:220px;
}
.joinMailingList {
  text-align: left;
	width: 200px;
	border: #ccc 1px solid;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;

}
.joinMailingList small {
    line-height: 14px;
    color: #666;
}

.joinMailingList div {
	background: #eee;
	padding: 5px;
}
.joinMailingList h3 {
	margin: 0;
	text-align: center;
	background: #3e743f;
	color: #FFF;
	margin: -5px;
	margin-bottom: 10px;
	padding: 5px;
}

.joinMailingList input {
	width: 120px;
	border: #ccc 1px solid;
	background: #fff;
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;

	
}
input.join {
	width: auto;
	background: #ddd;
	border: #aaa 1px outset;
	padding: 0;
}

span.limbon {
  font: bold 17px Arial;
  color: #3e743f;
}

.votes {
	background-color: #fff;
	width: 100%;
	border: #ccc 1px solid;
	padding: 3px;
}

.voterow {
	background-color: #c7e3c3;	

}
.votes td {
	padding: 7px;
}

.voterowalt {
	background-color: #e1f0df;
}

.rating_bar {
  width: 80px;
  background: url(images/blankstar.png) top left repeat-x;
  text-align: left;
}

.rating_bar div {
  height: 16px;
  background: url(images/star.png) top left repeat-x;
  text-indent:-1000em;
}

fieldset.sort {
	border: #ddd 1px solid;
	margin-bottom: 50px;
	padding: 0;
}
.sort legend {
	font-weight: bold;
}
.sort div {
  padding: 10px;
  background: #eee;
}

.box2-content {

padding: 10px 3px 3px 3px;
font: 11px Verdana;
}

.box2-content select {
  font: 11px Verdana;
  border: #DDD 1px solid;
  padding: 2px;
  background: #FFF;
}

.box2-content input {
  font: bold 11px Verdana;
  border: #DDD 1px solid;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background: #EEE;
  border: 1px #CCC outset;
}

.box2-outer {
border: 1px solid #DDD;
margin-bottom: 40px;
background: url(images/sortbg.gif) repeat-x #FFF;
}

.box2-legend {
margin-left: 15px;
padding-left: 5px;
padding-right: 5px;
font: bold 12px Verdana;
color: #444;
background: #FFF;
border-bottom: #EEE 3px solid;
width: 100px;
height: 20px;
line-height: 20px;
text-align: center;
}


div.detailsbox {
  margin: 0 auto;
  border: #ddd 1px solid;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.detailsbox h3 {
	margin: 0;
	text-align: center;
	background: #3e743f;
	color: #FFF;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: #ddd 1px solid;
}
div.detailsbox li {
  list-style-position: outside;
  list-style-image: url(images/list.gif);
  font: 11px Tahoma;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 2em;
}
div.detailsbox div {
  padding: 5px;
  font: 11px Tahoma;
}
p.affminwd {
  font: 11px Tahoma;
}
fieldset.paymethods, fieldset.voting {
  border: #ddd 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
fieldset.paymethods legend, fieldset.voting legend {
  font: bold 15px Arial, sans-serif;
  color: #000;
}
fieldset.voting select, fieldset.voting textarea {
  background: #fcfcfc;
  border: #CCC 1px solid;
  padding: 2px;
  font: 12px Verdana;
}
fieldset.voting select {
  width: 150px;
}
fieldset.voting textarea {
  width: 250px;
  height: 70px;
}

input.field {
  background: #fcfcfc;
  border: #CCC 1px solid;
  padding: 2px;
  font: 12px Verdana;
  width: 180px;  
}

input.button {
  width: auto;
  font: bold 11px Verdana;
  border: #DDD 1px solid;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background: #EEE;
  border: 1px #CCC outset;
}

div.showvote {
  border: #DDD 1px solid;
  padding: 2px;
}

div.votetop {
  padding: 3px;
  background-color: #b9ddb9;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #FFF;
}
div.votetext {
  background: url(images/commentbg.gif) repeat-x #FFF;
  padding: 10px;
}
div.votetext p {
  margin-top: 0;
}
div.screenshot {
  margin: 0 auto;
  width: 200px;
  height: 120px;
  border: #DDD 1px solid;
  padding: 2px;
}
div.leaderboard {
	margin-left: -12px;
	margin-top: 30px;
}
div.sidead {
	width: 125px;
	margin: 0 auto;
}

textarea.contacttext {
  background: #fcfcfc;
  border: #CCC 1px inset;
  padding: 2px;
  font: 12px Verdana;
  width: 500px;
  height: 250px;
}
input.contactfield {
  background: #fcfcfc;
  border: #CCC 1px inset;
  padding: 2px;
  font: 12px Verdana;
  width: 250px;
}
table.contactform {
  margin-top: 20px;
  border: #CCC 1px solid;
}
.contactform td {
  background: #EEE;
  padding: 3px;
  font-size: 11px;
}
.contactform th {
  background: #EEE;
  width: 100px;
  text-align: right;
  padding: 3px;
  padding-right: 10px;
  font-size: 12px;
}
.rank {
	font:40px bold Georgia, 'Times New Roman', Times, serif;
	color:#FFF;
	background: #009933;
	width: 35px;
	height:35px;
	text-align: center;
	line-height: 35px;
	border: 1px #009933 outset;
	float: left;
	margin-right: 15px;
}
.rank-low {
	font:30px bold Georgia, 'Times New Roman', Times, serif;
	color:#FFF;
	background: #009933;
	width: 25px;
	height:25px;
	text-align: center;
	line-height: 25px;
	border: 1px #009933 outset;
	float: left;
	margin-top: -5px;
	margin-right: 25px;
}
.rankbody {
	padding-left: 40px;
	padding-bottom: 10px;
	border-left: #EEE 3px solid;
	border-top: #CCC 1px solid;
}
.rankbody h3 {
	padding-left: 20px;
}
.rankhead-low h3 {
	margin: 0
}
.rankhead {
	padding:10px;
	background:#EEEEEE;
	position: relative;
}
.rankhead-low {
	padding:10px;
	background:#EEEEEE;
	position: relative;
}
.pagerank {
	position: absolute;
	right: 6px;
	top: 6px;
}