.leaderboardlist
{
	float:left;
	width:100%;
	margin:10px;
}
.leaderboardlist .title
{
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#37983D;
	width:100%;
}
.leaderboardlist .imgProfile
{
}
.leaderboardlist .round
{
	font-size:14px;
	color:#37983D;
	float:left;
	font-weight:bold;
	width:100%;
}
.leaderboardlist .leader_player
{
	color:#37983D;
	font-weight:bold;
	float:left;
}
.leaderboardlist .leader_status
{
	color:#37983D;
	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 th.headerSortUp { 
	/*background-image: url(../icon/asc.gif);    
	background-color: #3399FF; 
	background-position:center right;
	background-repeat:no-repeat;*/
}
.leaderboardlist th.headerSortDown { 
	/*background-image: url(../icon/desc.gif); 
	background-color: #3399FF; 
	background-position:right center;
	background-repeat:no-repeat;*/
} 
.leaderboardlist tr.header
{
	background-color:#4E4E4E;
	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:#E5E6E1;
	height:15px;
	padding:0px 10px;
}
.leaderboardlist tr.rowalt
{
	background-color:#F2F2F0;
	height:15px;
	padding:0px 10px;
}
.leaderboardlist tr.cut
{
	height:15px;
	padding:0px 10px;
	background-color:#CBDBB4;
	color:#000000;
}
.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:#CBDBB4;
	margin-right:5px;
	border:1px solid #000000;
}

/********** LEADER DISPLAY ************/
.leaderboardlist .leaderdisplay
{
	background-color:#EEEEEC;
	padding:10px;
	float:left;
	width:100%;
}
.leaderboardlist .leaderimage
{
	float:left;
	width:156px;
}
.leaderboardlist .leaderdetails
{
	float:left;
	width:445px;
}
