﻿/*Leaderboard mini layout : Homepage*/
.leaderboard_mini
{
	width:280px;	
	float:left;
	padding:0px 0px 0px 10px;
	margin:0px 0px 10px 0px;
}
.leaderboard_mini table
{
	width:100%;
	float:left;
}
.leaderboard_mini tr
{
	background:#ffffff;
}
.leaderboard_mini .event_title
{
	background:url('../images/leaderboard_top.gif') no-repeat;
	font-weight:bold;
	height:25px;
	float:left;
	width:280px;
	line-height:22px;
	text-indent:5px;
	font-size:14px;
}
.leaderboard_mini tr.header
{
	background:#F3F5CE;
	font-weight:bold;	
}
.leaderboard_mini td
{
	text-indent:5px;
	line-height:22px;	
}
.leaderboard_mini tr.alt
{
	background:#F3F5CE;
}
.leaderboard_mini a
{
	background:url('../images/leaderboard_bottom.gif') no-repeat;
	font-weight:bold;
	height:25px;
	width:100%;
	text-indent:10px;
	float:left;	
	color:#000000;	
}
/*Leaderboard full list*/
.leaderboard_list
{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
}
.leaderboard_list table
{
	width:100%;
	float:left;
}
.leaderboard_list .event_title
{
	font-weight:bold;
	float:left;
	width:100%;
	line-height:22px;
	text-indent:5px;
	font-size:14px;
	background:#F3F5CE;
}
.leaderboard_list tr
{
	background:#ffffff;
}
.leaderboard_list tr.header
{
	background:#F3F5CE;
	font-weight:bold;
	height:25px;	
}
.leaderboard_list td
{
	text-indent:5px;
	line-height:22px;	
}
.leaderboard_list tr.alt
{
	background:#F3F5CE;
}


