﻿.content, .content2, .content3 {
    overflow: hidden;
}

.player_box {
    width: 385px;
}

.player_header_chan,
.player_cont {
    width: 100%;
    border: 0px;
    min-height: 36px;
    float: left;
}

.player_pos {
    /*width: 75px;*/
}

.player_name {
    /*width: 237px;*/
}

.player_points {
    /*width: 115px;*/
}

.player_value,
.player_follow,
.player_pos,
.player_img,
.player_points {
    border-bottom: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
}

.player_name {
    border-bottom: 1px solid #a1a1a1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player_points {
    border-right: 1px solid #a1a1a1;
}

#divLeaderboard .player_cont:nth-child(2n) {
    background-color: #ebebeb;
}

.player_cont:hover {
    background-color: #d0ddfd !important;
}

#LeaderboardModeHeader {
    background-color: #f0f0f0;
    height: 27px;
    border-bottom: 1px solid #a1a1a1;
}

#fullleaderboard, #myleaderboard {
    float: left;
    width: 197px;
    text-align: center;
    cursor: pointer;
    padding: 3px 0px;
    background-color: rgb(204, 204, 204);
}

#myleaderboard {
    margin-left: 4px;
}

#divLeaderboard .myrecord {
    background-color: #d5d4d4 !important;
}

#divLeaderboard .showlink .player_pos,
#divLeaderboard .showlink .player_name,
#divLeaderboard .showlink .player_points {
    text-decoration: underline;
    cursor: pointer;
}

.player_img img {
    max-height: 33px;
    max-width: 33px;
    padding-top: 1px;
}

.content2 {
    position: initial;
    overflow-y: auto;
    max-height: 433px;
    height: auto;
}

#btnShowMore:hover {
    background-image: url(../images/theme/showMoreBtn_package_on.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 385px;
    cursor: pointer;
}

#divLoading {
    float: left;
    width: 100%;
    display: none;
    font-size: 14px;
    text-align: center;
}

#btnShowMore {
    background-image: url(../images/theme/showMoreBtn_package_off.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 385px;
    margin-top: 5px;
}

.showlink .eventsList {
    background-color: #d5d4d4;
    height: auto;
    display: none;
    color: white;
    float: left;
}

    .showlink .eventsList .event_off {
        cursor: default;
    }

    .showlink .eventsList .event_on {
        cursor: pointer;
        text-decoration: underline;
    }

    .showlink .eventsList .sname {
        width: 299px;
        float: left;
        border: 2px solid white;
        border-top: 0px;
        border-left: 0px;
        padding: 3px 0px 3px 3px;
        text-align: left;
        color: black;
    }

    .showlink .eventsList .spoints {
        width: 80px;
        float: left;
        text-align: center;
        border-bottom: 2px solid white;
        padding: 3px 0px;
        color: black;
    }

#statsContainer {
    width: 516px;
    /*background-image: url(../images/theme/stats/statsBG_r.png);*/
}

.statsContent {
    /*margin-left: 32px;*/
    width: auto;
}

#LeaderboardUpdatedTime {
    font-size: 10px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: 100;
    border-bottom: 1px solid #a1a1a1;
}

#ddlplayoffs {
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    color: white;
    border: 0px;
    max-width:213px;
}

    #ddlplayoffs option {
        background-color: rgb(24, 94, 145);
    }
