body {
	font-size: 83%;
	font-family: verdana, sans-serif;
	text-align: center;
}

div.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table {
	border-collapse: collapse;
}

th {
	background: #808080;
	color: white;
	text-align: left;
}

tr.odd td {
	background: #e0e0e0;
}

th, td {
	padding: 4px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin: 0;
}

form.button-to, form.button-to div {
	display: inline;
}

ul.checkbox_list {
	list-style-type: none;
}

div#flash_notice {
	padding: 12px;
	background: #FFFF88;
	font-weight: bold;
}

div.leaderboard {
	float: left;
	margin-right: 12px;
}

div.leaderboard_clear {
	clear: both;
}