﻿.leaderboardlist
{
	float:left;
	width:100%;
	margin:10px;
}
.leaderboardlist .title,
.leaderboardlist .title h2
{
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#16990E;
	width:100%;
	padding:0px;
	margin:0px;
}
.leaderboardlist .imgProfile
{
}
.leaderboardlist .round
{
	font-size:14px;
	color:#16990E;
	float:left;
	font-weight:bold;
	width:100%;
}
.leaderboardlist .leader_player
{
	color:#16990E;
	font-weight:bold;
	float:left;
}
.leaderboardlist .leader_status
{
	color:#16990E;
	font-weight:bold;
	float:right;
}
.leaderboardlist table.pgatable_leader
{
	clear:both;
	color:#000000;
	font-size:10px;
	float:left;
	width:100%;
	border-color:#FFFFFF;
}

.leaderboardlist table.tablesorter
{
	clear:both;
	color:#000000;
	font-size:10px;
	border-color:#FFFFFF;
}
.leaderboardlist tr.header
{
	background-color:#000000;
	padding:5px 10px;
	color:#FFFFFF;
	height:25px;
	cursor:pointer;
}
.leaderboardlist .tablesorter tr.header .headertitle
{
	text-align:center;
	color:#FFFFFF;
	text-decoration:underline;
}
.leaderboardlist tr.header .positiontitle
{
	text-align:center;
	color:#FFFFFF;
	padding:0px 10px;
}
.leaderboardlist tr
{
	background-color:#BADBAF;
	height:15px;
	padding:0px 10px;
}
.leaderboardlist tr.rowalt
{
	background-color:#DCECD7;
	height:15px;
	padding:0px 10px;
}
.leaderboardlist tr.cut
{
	height:15px;
	padding:0px 10px;
	background-color:#548424;
	color:#ffffff;
}
.leaderboardlist tr.cut a
{	
	color:#ffffff;
}
.leaderboardlist td
{
	padding:4px;
	text-align:center;
}
.leaderboardlist .tablesorter th.playername
{
	text-align:left;
	padding-left:5px;
	text-decoration:underline;
}
.leaderboardlist td.playername
{
	text-align:left;
}
.leaderboardlist .playerlink,
.leaderboardlist .playerlink:visited
{
	text-decoration:none;
	color:#000000;
}
.leaderboardlist .playerlink:hover
{
	text-decoration:underline;
	color:#000000;
}
.leaderboardlist .legend
{
	clear:both;
	float:right;
	margin:20px 0px 0px 0px;
	font-size:10px;
}
.leaderboardlist .legend .cutlist
{
	height:8px;
	width:8px;
	float:left;
	background-color:#548424;
	margin-right:5px;
	border:1px solid #000000;
}

/********** LEADER DISPLAY ************/
.leaderboardlist .leaderdisplay
{
	padding:10px;
	float:left;
	width:100%;
}
.leaderboardlist .leaderimage
{
	float:left;
	width:156px;
}
.leaderboardlist .leaderdetails
{
	float:left;
	width:445px;
}
