#club_stats th.sortable, #player_stats th.sortable, #table_standings th.sortable{
	cursor: pointer;
	color: #002BB8;
}

#club_stats .ordered_asc, #player_stats .ordered_asc, #table_standings .ordered_asc{
	background-color: #BEBEBE;
	background-image: url(/site_media/jquery/tablesorter/themes/blue/asc.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#club_stats .ordered_desc, #player_stats .ordered_desc, #table_standings .ordered_desc{
	background-color: #BEBEBE;
	background-image: url(/site_media/jquery/tablesorter/themes/blue/desc.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.prevnext {
	cursor: pointer;
	color: #002BB8;
}

#playerstat_prev{
	float:left;
}

#playerstat_next{
	float:right;
}

