
* {
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;
-webkit-text-size-adjust: none; 
  }

h1 {
text-indent: -9999px;
display:none;
}

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

h4 {
margin:5px 0 3px 0;
font-size: 14px;
}

h3#filterH3 {
display:none;
}

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

a:hover {
text-decoration: underline;
}

p.backToTop {
margin: 40px 0 0 0;
font-size:12px;
}

div#nav {
display: none;
}

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

img#logo {
width: 100px;
display:none;
}

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

div#criteria {
background: #FDFBF3;
position:relative;
margin: 10px;
padding: 10px;
font-size: 14px;
border: 1px solid #ddd3b7;
-webkit-border-radius:10px;
}

div#criteria p {
display:inline;
font-size: 14px;
line-height: 14px;
margin: -4px 15px 5px 0;
white-space: nowrap;
}

div#criteria input {
margin: 0px 5px 0 0;
display: inline;
background-color: #ada682;
color: #fcf9ea;
}

div#criteria input#userInput {
padding: 3px;
font-weight: bold;
}

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

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

div.buttons {
margin: 15px 0 15px 0;
}

input:focus {
	outline: none;
}

button#goToFiltering {
	float:right;
	display: block;
	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 {
	display: block;
	width: 155px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	background:  url(/images/filter-options-button.png) no-repeat top right;
	padding: 5px;
	border: none;
	margin: 10px;
}

button#toggleFilterCriteria:active {
display:none;
}

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


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


p {
vertical-align: top;
}

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

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

table#table-main {
width: 100%;
text-align: left;
vertical-align: middle;
margin: 0;
}

table#table-main th {
text-transform: uppercase;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #483517;
padding: 10px 5px 5px 10px;
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;} 
