html
{
	background: #000000 url(http://leaderboard.alleg.net/images/background.gif);
	background-color: #000000;
	color: #FFFFFF;
}

th
{
	border-top: solid 1px #4d77a5;
	border-left: solid 1px #4d77a5;
	border-bottom: solid 1px #0d2239;
	border-right: solid 1px #0d2239;
	background-color: #2B5583;
}

th:hover
{
	background-color: #2f5988;
}

th.headerSortDown
{
	background-color: #3c6795;
}
th.headerSortUp
{
	background-color: #3c6694;
}

body
{
	background: #000000 url(http://leaderboard.alleg.net/images/background.gif);
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

#logo
{
	float: left;
	width: 400px;
}

#info
{
	width: 100%;
	height: 100%;
	text-align: left;
}

#results
{
	float: left;
	width: 100%;
}

.sortable tbody
{
	height: 50em;
	overflow: scroll;
}

.sortable tr
{
	height: auto;
}

.LeaderboardHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	cursor: default;
}

.LeaderboardHeader a
{
	color: #FFFFFF;
}

.LeaderboardRow
{
	background-color: #1A4472;
}

.LeaderboardRowAlternate
{
	background-color: #153c6b;
}

.Rating
{
	color: expression((parseFloat(this.innerHTML) >= 0.0) ? "#30FF30" : "#FF3030");
}
