
* {
margin: 0px;
padding: 0px;
background-color: none;
}

*:focus { outline: none; }

input::-moz-focus-inner { border: 0; }
button::-moz-focus-inner { border: 0; }

body {
background: #fcf9ea;
color: #756448;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
position: relative;
}

h1 {
text-indent: -9999px;
}

h1, h2, h3, h4, h5 {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #483517;
}

h4 {
margin:15px 0 3px 0;
}

a {
color: #412F00;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

div#nav {
height: 30px;
background-color: #DFDAC4;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}

div#nav span {
margin: 0 auto;
line-height: 1em;
width: 960px;
text-align: center;
display: block;
padding-top: 7px;
}

img#logo {
display: block;
}

#container {
width: 960px;
margin: 0 auto;
padding: 0 0 50px 0;
min-height:1000px;
}

div#criteria {
width: 160px;
float: right;
margin-top: 65px;
}

div#criteria span {
display: block;
}

div#criteria input {
margin-right: 5px;
margin-bottom:3px;
}

div#scores {
width:780px;
position: relative;
z-index: 999;
margin-top: -20px;
}

div#loading {
width: 78px;
position: relative;
top: 200px;
left: 290px;
z-index: 888;
}

div.buttons {
margin-top: 15px;
}

input:focus {
	outline: none;
}

p.backToTop {
display: none;
}

button#goToFiltering {
display: none;
}

button#toggleFilterCriteria {
	width: 155px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background:  url(/images/filter-options-button.png) no-repeat top right;
	padding: 5px;
	border: none;
}

button#toggleFilterCriteria:active {
	background: url(/images/filter-options-button-active.png) no-repeat top right;
}

input.filter-button {
	width: 59px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/images/filter-button.png) no-repeat top right;
	padding: 5px;
	border: none;
}

input.filter-button:active {
	background: url(/images/filter-button-active.png) no-repeat top right;
}

input.reset-button:active {
	background: url(/images/reset-button-active.png) no-repeat top right;
}

input.reset-button {
	width: 59px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/images/reset-button.png) no-repeat top right;
	padding: 5px;
	border: none;
}


p {
vertical-align: top;
}

p.subtext {
font-size: 12px;
}

img.platform-icon {
background-color:none;
}

table#table-main {
width:780px;
text-align: left;
vertical-align: middle;
margin: 20px 0;
}

table#table-main th {
text-transform: uppercase;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #483517;
padding: 10px 5px 5px 5px;
border-bottom: 1px solid #ddd3b7;
}

tr {

}

table#table-main td {
padding: 5px;
border-bottom: 1px solid #ddd3b7;
}

table#table-main td.name, table#table-main td.duration {
}

table#table-main td.platform span {
position: relative;
left: 11px;
}

th#current-user {
padding-top: 25px !important;
}

td.rank {
padding-left: 20px !important;
}

.odd{background: #ede6d2 url(/images/table_cell_bg.jpg) bottom left repeat-x;} 
.even{background: #fdfbf3;} 
