﻿.statListing
{
    margin-left:80px;
    width:240px;
}

.statRow1
{
    background: #f4f4f4;
    height: 19px;
}

.statRow0
{
    background: #f9f9f9;
    height: 19px;
}

.statName
{
    float: left;
    height: 19px;
    line-height: 19px;
    width: 150px;
}

.statValue
{
    float: right;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 50px;
}

.statLeaderImage
{
    clear:left;
    margin:0 10px;
    float:left;
    
}

.leaderboardWrapper
{
    float:left;
    background: #fff;
    border: solid 1px #274076;
    height:150px;
    margin:5px;
    width: 320px;
}
.leaderboardWrapper h2
{
    background: #274076;
    color: #fff;
    font:bold 11px Tahoma;
    margin-bottom:10px;
    padding:3px;
}

.statGroup
{
    color: #274076;
    font: bold 14px Verdana;
    margin-bottom: 10px;
}

.statGrid 
{
}

table.statGrid
{
    margin-top:20px;
    width:690px;
}

.statGrid tr
{
}

.statGrid th
{
    background:#cecece;
}

.statGrid td
{
    text-align:center;
}

.statViewAll
{
    clear:both;
    margin-top:10px;
    text-align:center;
}

.statRule
{
    margin:10px 0;
}