@CHARSET "UTF-8";
#hightscores {
	color: #fff;
	font-family: arial, tahoma,'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#hightscores .tablename {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

#hightscores .count {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -35px;
	padding-right: 5px;		
}

#hightscores .scores {
	margin: 10px 0;
	border-collapse: collapse;
	font-size: 9pt;
	font-weight: normal;	
}	

.scores th {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 5px;
	color: #EA7F17;
	text-transform: uppercase;
	background: transparent url(../img/jsp/1px-gray2.png) repeat scroll 0 0;
}

.scores td {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid #333;	
	padding: 3px 0px;
	vertical-align: middle;
	color: #fff;
	height: 39px;	
}

td.rank {
	width: 190px;
	font-size: 22px;
}

td.flag {
	width: 16px;
	text-align: right;
	padding-left: 20px;
}

td.player {
	width: 200px;
	text-align: left;
	padding-left: 10px;
}

td.score {
	width: 130px;
	text-align: right;
	padding-right: 15px;
}

td.mission {
	width: 150px;
}

td.date {
	width: 80px;
}

.mode {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px;
}

.mode a{
	color: white;
	margin-right: 5px;
	text-decoration: underline;
}

.mode a:hover {
	color: #B5C4CB;
}

navigation {
	text-align: right;
	font-weight: bold;
	padding: 10px 2px;
}

.navigation a{
	color: white;
	margin-left: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 18px;
}

.navigation a:hover {
	color: #B5C4CB;
}