/* hide the header rows completely */
.yui-skin-leaderboard .yui-dt thead {
    display: none;
}

/* pagination */
.yui-skin-leaderboard .yui-pg-container,
    .yui-skin-leaderboard .yui-dt-paginator {
    display: block;
    margin: 6px 0;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    height: 12px;
    color: #666666;
    padding: 0 0 0 15px;
}

.yui-skin-leaderboard .yui-dt-paginator .yui-dt-previous,
    .yui-skin-leaderboard .yui-dt-paginator .yui-dt-next {
    display: none;
}

.yui-skin-leaderboard .yui-pg-next,
    .yui-skin-leaderboard .yui-pg-last {
    margin-left: 3px;
}

#leaderboardPager {
    text-align: center;
    background: transparent url( ../images/backgrounds/pages.gif ) no-repeat scroll right bottom;
    margin-bottom: 0px;
    padding: 10px;
}

#leaderboardPager span {
    margin: .7em;
}

/* community table of leaders, litsts, etc */

div#leaderboardContainer table {
/*display: inline;*/
    margin: 0;
    padding: 0;
}

div#leaderboardContainer table td {
    color: #646362;
    font: 1.3em Georgia, "Times New Roman", Times, serif;
    list-style: none;
    padding: 2px 0;
}

div#leaderboardContainer table td a {
    color: #646362;
    text-decoration: none;
}

div#leaderboardContainer table td a:hover {
    color: #b44f46;
}

div#leaderboardContainer table td.name {
    width: 145px;
}

div#leaderboardContainer table td.total {
    padding-right: 10px;
    text-align: right;
    width: 39px;
}

div#leaderboardContainer table tr:hover td, table#community_latest_content tr:hover td a {
    color: #B44F46;
}

div#leaderboardContainer table {
    width: 380px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#leaderboardContainer table td {
    padding-top: 2px;
    padding-bottom: 9px;
}

div#leaderboardContainer table td.number {

    width: 72px;
    background: url( ../images/backgrounds/list-leaders-item-off.gif ) 19px 0 no-repeat;
    color: #fff;
    font-size: 1.0em;
    text-align: center;
}

div#leaderboardContainer table td.name {
    width: 260px;
}

div#leaderboardContainer table td.total {
    padding-right: 10px;
    text-align: right;
    width: 89px;
}

div#leaderboardContainer table td.total span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

div#leaderboardContainer table tr:hover td, table#community_leaders tr:hover td a {
    color: #B44F46;
}

div#leaderboardContainer table tr:hover td.number {
    background-image: url( ../images/backgrounds/list-leaders-item-on.gif );
    color: #fff;
}

div#leaderboardPager a {
    color: #A78600;
    text-decoration: none;
}

div#leaderboardPager a:hover {
    text-decoration: underline;
}
