/*-- Rank Choose Division Block --------------------------------------------- */

.RankChooseDiv{
    text-align: left;
    margin-bottom: 5px;
    }

.RankChooseDiv ul{
    width: 400px;
    margin: 0px 0px 20px 10px;
    padding: 0px;
    }

.RankChooseDiv li{
    font-size: 105%;
    font-weight: bold;
    display: inline;
    margin: 5px 3px 5px 0px;
    }


/*-- Rank Table Block Styles ------------------------------------------------ */

.RankTableBlock {
    height: 3350px;
    width: 432px;
    overflow: scroll;
    margin-bottom: 10px;
    border: 1px solid black;
    background-color: #444;
    text-align: center;
    padding: 2px;
    margin-bottom: 20px;
    }

.RankTable {
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    margin: 0px auto;
    }

.RankEntry td {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    text-transform: uppercase;
    padding: 3px 0px 3px 0px;
    }

/*-- General Table Column Contols ------------------------------------------- */

.RankValue{
    width: 60px;
    text-align: center;
    }

.RankName{
    width: 160px;
    }

.RankCity {
    width: 80px;
    }

.RankState {
    width: 60px;
    text-align: center;
    }

tr.RankEntry{
    background-color: #999;
    font-weight: bold;
    }

table.RankTable tr.RankEntry td.RankValue {
    color: white;
    border-left: 1px solid white;
    }

table.RankTable tr.RankEntry td.RankPoints {
    color: white;
    border-right: 1px solid white;
    padding-right: 10px;
    }

table.RankTable td.RankSpacer {
    height: 3px;
    }

/*-- Start Rank Header Styles ----------------------------------------------- */

.RankHeaderBlock table{
    background-color: #2b75c0;
    border: 1px solid black;
    padding: 5px 3px;
    font-size: 120%;
    font-weight: bold;
    }


.RankHeaderBlock td{
    padding: 5px 0px;
    }

.RankHeaderBlock .RankValue {
    width: 60px;
    }

.RankHeaderBlock h3{
    font-weight: bold;
    font-size: 160%;
    }

.RankHeaderBlock table{
    width: 100%;
    }

.RankTab {
    background-color: #2b75c0;
    background-image: url(images/Ranking-Tab.gif);
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    }

.RankTabSlide{
    margin-left: 8px;
    padding: 0px 10px 0px 0px;
    background-image: url(images/Ranking-Tab.gif);
    background-position: top right;
    background-repeat: no-repeat;
    line-height: 100%;
    }




