@charset "ISO-8859-1";
body {
	margin: 0px;
	background-color: #000000;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
}

#wrapper {
	width: 480px;
	background-repeat: repeat;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
}

#loadspinner {
	width: 480px;
	position: absolute;
	height: 400px;
	background-color: #000000;
	z-index: 10;
	padding-top: 80px;
	display: block;
	color: #FFFFFF;
}
#spinnerimage {
	padding: 12px;
}
#ad_top {
	margin: -3px 0px -3px -3px;
}

#scoretable {
	margin-left: 0px;
	border: 1px solid #999999;
	width: 100%;
}
#scoretable td {
	height: 16px;
	padding: 4px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#ranktable {
	margin-left: 0px;
	border: 1px solid #999999;
	width: 100%;
}
#ranktable td {
	height: 16px;
	padding: 4px 8px 4px 12px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.tablerow  {
	background-image: url(imgs2/scoretable-row.png);
	background-repeat: repeat-x;
	width: 100%;
	}
.rankrow  {
	background-image: url(imgs2/ranktable-row.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 28px;
	}
.counter {
	width: 8px;
}
.name {
	width: 220px;
	line-height: 9px;
}
.score {
	width: 140px;
}
.level {
	width: 70px;
}
.date {
	width: 80px;
}
#search {
	text-align: center;
	background-image: url(imgs2/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topsearch {
	position: relative;
	top: -65px;
	text-align: center;
	float: right;
	width: 80%;
	margin-right: 48px;
}
#footer {
	margin-top: 0px;
}
#userinfotable {
	border: none;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
#userinfotable td {
	padding-left: 16px;
	padding-right: 14px;
}
#buttons {
	margin-top: 12px;
	margin-right: 18px;
}
