/* CSS Document */

html {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body {
 	margin:0;
 	padding:0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	background : url('web_bg3.png') repeat-y center 170px;
 	color: #000000;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3b4746;
}

li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

#container {
	margin: auto;
	text-align: left;
}

#header {
	height: 170px;
	background: url('web_header.png') no-repeat center;
}

#main-menu {
	margin: auto;
	text-align: left;
	width: 960px;
}

#footer {
	height: 174px;
	background: url('web_footer.png') no-repeat center;
}

/* HIGHSCORE TABLE */

#highscore {
	background-color: #FFFFFF;
}

#highscore td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #e8faf7;
}

#highscore .gray td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}

#highscore .position {
	padding-left: 5px;
	width: 30px;
	text-align: right;
}

#highscore .name {
	padding-left: 10px;
	width: 200px;
}

#highscore .score {
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

#highscore .ach {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 400px;
	text-align: right;
	padding-right: 10px;
}

#highscore .gray .ach {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 400px;
	text-align: right;
	padding-right: 10px;
}

#highscore .average {
	padding-right: 10px;
	text-align: right;
	width: 80px;
}

#highscore .last {
	padding-right: 10px;
	text-align: right;
	width: 100px;
}

#details td {
	padding-left: 10px;
	padding-right:  10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e8faf7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* SMALL HOGHSCORE TABLE */

#highscore_small {
	font-size: 10px;
	background-color: #FFFFFF;
}

#highscore_small td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #e8faf7;
}

#highscore_small .gray td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}

#highscore_small .position {
	padding-left: 5px;
	width: 10px;
	text-align: right;
}

#highscore_small .name {
	padding-left: 5px;
	width: 200px;
}

#highscore_small .score {
	width: 30px;
	text-align: right;
	padding-right: 5px;
}

#highscore_small .ach {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 400px;
	text-align: right;
	padding-right: 5px;
}

#highscore_small .gray .ach {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 400px;
	text-align: right;
	padding-right: 5px;
}

#highscore_small .average {
	padding-right: 5px;
	text-align: right;
	width: 30px;
}

#highscore_small .last {
	padding-right: 5px;
	text-align: right;
	width: 70px;
}

