﻿
.Leaderboard
{	
	width:247px;
	height:290px;	
	margin-top:5px;
	margin-left:7px;
	
	font-size:10pt;
	text-align:center;
	background-color:#89552d;
	background-image:url('images/plaque.jpg');
	
	border:solid 2px #444444;
	border-top-width:1px;
	border-left-width:1px;
}

.LeaderboardHeader
{	
	width:231px;
	color:Black;
	margin-top:32px;
	margin-right:2px;
	padding-bottom:7px;
	
	font-weight:bold;
	font-style:italic;
	font-family:Comic Sans MS;
	text-transform:uppercase;
}

.LeaderboardContent
{
	color:#f9f0d4;
	padding-top:5px;
	font-family:Verdana;
	text-align:left;
	padding-left:15px;
}

.LeaderboardContent th
{
	width:205px;
	font-size:12pt;
	font-weight:normal;	
	background-color:#0e1316;
	border: solid 1px #f7e6a8;
}

.LeaderboardContent td
{
	width:205px;
	margin-right:3px;
	background-color:#0e1316;
	border: solid 1px #f7e6a8;
}

.LeaderboardContent th img
{
	width:15px;
	height:15px;
	background-image:url('images/plaqueDot.png');
}

.LeaderboardContent td img
{
	width:15px;
	height:11px;
	background-repeat:no-repeat;
	background-image:url('images/plaqueDot_sm.png');
}