﻿#ScorecardContainerFull {
    max-width: 1325px;
    min-width: 1250px;
    min-height: 500px;
    background-color: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 6px;
    padding: 6px;
    margin: 30px auto 0px auto;
}
@media only screen and (max-device-width: 480px) {
    #ScorecardContainerFull {
        min-width: 1000px;
    }
}

#ScoreMenu {
    display: none;
    width: 150px;
    background-color: #666666;
    height: 144px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #333333;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

    #ScoreMenu > div {
        height: 35px;
        padding: 6px;
        vertical-align: middle;
        text-align: center;
        color: #d5dff6;
        font-weight: 600;
        font-size: 18px;
    }

        #ScoreMenu > div:hover {
            background-color: #7c7a7a;
            color: #0e2b4b;
            cursor: pointer;
        }

        #ScoreMenu > div:first-child {
            border-bottom: 1px solid #afacac;
        }

        #ScoreMenu > div:not(:first-child) {
            border-top: 1px solid #333333;
        }

.ScorecardCourseNameFull {
    font-size: 26px;
    font-weight: 300;
    color: #314163;
    margin: 10px;
}

.ScorecardDatePlayedFull {
    font-size: 26px;
    font-weight: 500;
    color: #314163;
    margin: 10px;
    float: right;
}

.ScoreCardMenu {
    width: 165px;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #d8d6d6;
    padding: 6px;
}

.ScorecardRoundStatsHeader {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    margin: 10px;
}

.ScorecardOtherDetails {
    border-top: 2px solid #afb1b1;
    padding: 12px;
    background-color: #f9fafa;
    background-image: -webkit-linear-gradient(#e0dede, white);
    color: #666666;
    font-size: 15px;
    margin: 0px 0px 30px 0px;
}

/* simple scorecard */
table.ScorecardSimple {
    border-width: 1px;
    border-collapse: collapse;
    font-size: 13px;
    font-weight: 600;
}

    table.ScorecardSimple td:not(:first-child) {
        border: 1px solid #818d94;
        width: 53px;
        border-width: 1px;
        border-style: solid;
        border-color: #818d94;
        font-size: 13px;
        height: 28px;
        text-align: center;
        vertical-align: middle;
        padding: 3px;
    }

    table.ScorecardSimple td:first-child {
        border: 1px solid #818d94;
        width: 125px;
        border-width: 1px;
        border-style: solid;
        border-color: #818d94;
        font-size: 13px;
        height: 28px;
        text-align: center;
        vertical-align: middle;
        padding: 3px;
    }

    table.ScorecardSimple tr.HoleNums td, table.ScorecardSimple tr.Pars td {
        background-color: #323232;
        color: #f6f6f6;
        background-image: url("/images/tdbg_tourndet-hole.png");
        background-repeat: repeat-x;
    }

    table.ScorecardSimple tr.HoleNums2 td {
        background-color: #2466d3;
        color: #f6f6f6;
        background-image: url("/images/tdbg_tourndet-hole2.png");
        background-repeat: repeat-x;
    }



.StatSelect {
    background-color: #FFFFFF;
    color: #555555;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 6px 3px 3px 100px;
    height: 120px;
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: 10px;
    width: 240px;
    display: inline-block;
}

    .StatSelect:hover {
        cursor: pointer;
        color: #990000;
        font-weight: 600;
    }

    .StatSelect > div {
        font-size: 13px;
    }

.LargeStatDiv {
    width: 21%;
    display: inline-block;
    margin: 0px 1% 0px 1%;
    border: 2px solid #CAC8C8;
    padding: 3px;
    border-radius: 6px;
    text-align: center;
}

    .LargeStatDiv span:first-child {
        font-size: 16px;
        font-weight: 400;
        display: block;
        border-bottom: 1px solid #CAC8C8
    }

    .LargeStatDiv span:nth-child(2) {
        font-size: 32px;
        font-weight: normal;
        display: block;
        margin: 10px 0px 10px 0px;
    }

    .LargeStatDiv span:nth-child(3) {
        font-size: 14px;
        font-weight: 300;
        display: block;
        border-top: 1px solid #CAC8C8
    }

/* Normal scorecard */
table.Scorecard {
    border-width: 1px;
    border-collapse: collapse;
    font-size: 13px;
    font-weight: 600;
}

    table.Scorecard td:not(:first-child) {
        border: 1px solid #818d94;
        width: 53px;
        border-width: 1px;
        border-style: solid;
        border-color: #818d94;
        font-size: 13px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        padding: 3px;
    }

    table.Scorecard td:first-child {
        border: 1px solid #818d94;
        width: 150px;
        border-width: 1px;
        border-style: solid;
        border-color: #818d94;
        font-size: 13px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        padding: 3px;
    }

    table.Scorecard td.Bogey, table.Scorecard9 td.Bogey, table.ScorecardSimple td.Bogey {
        background-image: url("/images/tdbg_bogey.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.Birdie, table.Scorecard9 td.Birdie, table.ScorecardSimple td.Birdie {
        background-image: url("/images/tdbg_birdie.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.Eagle, table.Scorecard9 td.Eagle, table.ScorecardSimple td.Eagle {
        background-image: url("/images/tdbg_eagle.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.Double, table.Scorecard9 td.Double, table.ScorecardSimple td.Double {
        background-image: url("/images/tdbg_dubbogey.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.FHit, table.Scorecard9 td.FHit {
        background-image: url("/images/tdbg_fhit.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.FLeft, table.Scorecard9 td.FLeft {
        background-image: url("/images/tdbg_fleft.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.FRight, table.Scorecard9 td.FRight {
        background-image: url("/images/tdbg_fright.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.FMiss, table.Scorecard9 td.FMiss {
        background-image: url("/images/tdbg_fmiss.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard td.GIR, table.Scorecard9 td.GIR {
        background-image: url("/images/tdbg_gir.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }

    table.Scorecard9 tr.HoleNums td, table.Scorecard tr.HoleNums td {
        background: #FFFFFF;
        background-image: -webkit-linear-gradient(top, #FFFFFF, #d8dadc);
        background-image: -moz-linear-gradient(top, #FFFFFF, #d8dadc);
        background-image: -ms-linear-gradient(top, #FFFFFF, #d8dadc);
        background-image: -o-linear-gradient(top, #FFFFFF, #d8dadc);
        background-image: linear-gradient(to bottom, #FFFFFF, #d8dadc);
        color: #1d3c63;
    }

    table.Scorecard9 tr.Yardages td, table.Scorecard tr.Yardages td {
        background-color: #3b3a3a;
        color: #FFFFFF;
    }

    table.Scorecard9 tr.YardagesBlack td, table.Scorecard tr.YardagesBlack td {
        background-image: -webkit-linear-gradient(top, #484747, #1f1f1f);
        background-image: -moz-linear-gradient(top, #484747, #1f1f1f);
        background-image: -ms-linear-gradient(top, #484747, #1f1f1f);
        background-image: -o-linear-gradient(top, #484747, #1f1f1f);
        background-image: linear-gradient(to bottom, #484747, #1f1f1f);
        background-color: #3b3a3a;
        color: #FFFFFF;
    }

    table.Scorecard9 tr.YardagesWhite td, table.Scorecard tr.YardagesWhite td {
        background-color: #FFFFFF;
        color: #000000;
    }

    table.Scorecard9 tr.YardagesBlue td, table.Scorecard tr.YardagesBlue td {
        background-image: -webkit-linear-gradient(top, #1275a0, #0b5677);
        background-image: -moz-linear-gradient(top, #1275a0, #0b5677);
        background-image: -ms-linear-gradient(top, #1275a0, #0b5677);
        background-image: -o-linear-gradient(top, #1275a0, #0b5677);
        background-image: linear-gradient(to bottom, #1275a0, #0b5677);
        background-color: #1275a0;
        color: #f6f6f6;
    }

    table.Scorecard9 tr.YardagesGreen td, table.Scorecard tr.YardagesGreen td {
        background-image: -webkit-linear-gradient(top, #0bb21d, #099919);
        background-image: -moz-linear-gradient(top, #0bb21d, #099919);
        background-image: -ms-linear-gradient(top, #0bb21d, #099919);
        background-image: -o-linear-gradient(top, #0bb21d, #099919);
        background-image: linear-gradient(to bottom, #0bb21d, #099919);
        background-color: #0bb21d;
        color: #f6f6f6;
    }

    table.Scorecard9 tr.YardagesGold td, table.Scorecard tr.YardagesGold td {
        background-image: -webkit-linear-gradient(top, #d0931c, #be881d);
        background-image: -moz-linear-gradient(top, #d0931c, #be881d);
        background-image: -ms-linear-gradient(top, #d0931c, #be881d);
        background-image: -o-linear-gradient(top, #d0931c, #be881d);
        background-image: linear-gradient(to bottom, #d0931c, #be881d);
        background-color: #d0931c;
        color: #f6f6f6;
    }

    table.Scorecard9 tr.YardagesRed td, table.Scorecard tr.YardagesRed td {
        background-color: #f42a14;
        color: #f6f6f6;
    }

    table.Scorecard9 tr.YardagesOrange td, table.Scorecard tr.YardagesOrange td {
        background-image: -webkit-linear-gradient(top, #fdae02, #fa820e);
        background-image: -moz-linear-gradient(top, #fdae02, #fa820e);
        background-image: -ms-linear-gradient(top, #fdae02, #fa820e);
        background-image: -o-linear-gradient(top, #fdae02, #fa820e);
        background-image: linear-gradient(to bottom, #fdae02, #fa820e);
        background-color: #fdae02;
        color: #8e3507;
    }

    table.Scorecard9 tr.YardagesGranite td, table.Scorecard tr.YardagesGranite td {
        background-image: -webkit-linear-gradient(top, #d5d5d5, #a8a7a7);
        background-image: -moz-linear-gradient(top, #d5d5d5, #a8a7a7);
        background-image: -ms-linear-gradient(top, #d5d5d5, #a8a7a7);
        background-image: -o-linear-gradient(top, #d5d5d5, #a8a7a7);
        background-image: linear-gradient(to bottom, #d5d5d5, #a8a7a7);
        background-color: #d5d5d5;
        color: #555555;
    }

    table.Scorecard9 tr.YardagesSand td, table.Scorecard tr.YardagesSand td {
        background-image: -webkit-linear-gradient(top, #b59884, #997f6d);
        background-image: -moz-linear-gradient(top, #b59884, #997f6d);
        background-image: -ms-linear-gradient(top, #b59884, #997f6d);
        background-image: -o-linear-gradient(top, #b59884, #997f6d);
        background-image: linear-gradient(to bottom, #b59884, #997f6d);
        background-color: #b59884;
        color: #555555;
    }


    table.Scorecard9 tr.Handicaps td, table.Scorecard tr.Handicaps td {
        background: #c6cfd4;
        background-image: -webkit-linear-gradient(top, #c6cfd4, #90a0aa);
        background-image: -moz-linear-gradient(top, #c6cfd4, #90a0aa);
        background-image: -ms-linear-gradient(top, #c6cfd4, #90a0aa);
        background-image: -o-linear-gradient(top, #c6cfd4, #90a0aa);
        background-image: linear-gradient(to bottom, #c6cfd4, #90a0aa);
        color: #1d3c63;
    }

    table.Scorecard9 tr.Pars td, table.Scorecard tr.Pars td {
        background-color: #f1e8d5;
        color: #47515b;
    }

    table.Scorecard9 tr.Penalties td, table.Scorecard tr.Penalties td {
        background-color: #fcaaa8;
        color: #d21c0e;
    }

    table.Scorecard9 tr.Scores td, table.Scorecard tr.Scores td, table.ScorecardSimple tr.Scores td {
        background-color: rgba(0,0,0,0);
        color: #000000;
    }

    table.Scorecard9 tr.Putts td, table.Scorecard tr.Putts td {
        background-color: #c0f9ca;
        color: #10360c;
    }

    table.Scorecard9 tr.Clubs td, table.Scorecard tr.Clubs td {
        background-color: #fbd15e;
        color: #de540d;
    }

    table.Scorecard9 tr.NetScores td, table.Scorecard tr.NetScores td {
        background-color: #f3efef;
        color: #000000;
    }

/* 9 hole score card */
table.Scorecard9 {
    border-width: 1px;
    border-collapse: collapse;
    font-size: 13px;
    font-weight: 600;
}

    table.Scorecard9 td:not(:first-child) {
        border: 1px solid #818d94;
        width: 107px;
        border-width: 1px;
        border-style: solid;
        border-color: #818d94;
        font-size: 13px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
    }

    table.Scorecard9 td:first-child {
        border: 1px solid #818d94;
        width: 250px;
        border-width: 1px;
        border-style: solid;
        border-color: #818d94;
        font-size: 13px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
    }

/* end 9 hole score card */

table.listdisplay-rounds {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

    table.listdisplay-rounds th {
        border-bottom: 2px solid #CAC8C8;
        padding: 3px 5px 3px 5px;
        font-size: 14px;
        font-weight: 600;
        height: 25px;
        color: #666666;
        text-align: left;
        border-width: 1px;
    }

    table.listdisplay-rounds tr:nth-child(even) {
        background-color: #F4F4F4;
        border-bottom: 1px solid #CAC8C8;
    }

    table.listdisplay-rounds tr:nth-child(odd) {
        background-color: #FFFFFF;
        border-bottom: 1px solid #c7d2d6;
    }

    table.listdisplay-rounds tr:hover:not(:first-child) {
        cursor: pointer;
        background-color: #314163;
        color: #FFFFFF;
    }

    table.listdisplay-rounds td {
        padding: 6px;
        font-size: 14px;
    }


table.listdisplay-stats {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

    table.listdisplay-stats th {
        border-bottom: 2px solid #CAC8C8;
        padding: 3px 5px 3px 5px;
        font-size: 14px;
        font-weight: 600;
        height: 25px;
        color: #444444;
        text-align: left;
        border-width: 1px;
    }

    table.listdisplay-stats tr:nth-child(even) {
        background-color: #F4F4F4;
        border-bottom: 1px solid #d8d6d6;
        border-right: 1px solid #d8d6d6;
        border-left: 1px solid #d8d6d6;
    }

    table.listdisplay-stats tr:nth-child(odd) {
        background-color: #FFFFFF;
        border-bottom: 1px solid #d8d6d6;
        border-right: 1px solid #d8d6d6;
        border-left: 1px solid #d8d6d6;
    }

    table.listdisplay-stats tr:first-child {
        border-top: 1px solid #d8d6d6;
        border-bottom: 1px solid #d8d6d6;
        border-right: 1px solid #d8d6d6;
        border-left: 1px solid #d8d6d6;
    }

    table.listdisplay-stats td {
        padding: 15px;
        font-size: 14px;
    }

.CriteriaBox {
    padding: 1% 3% 1% 3%;
    border: 2px solid #d1d1da;
    border-radius: 6px;
    width: 92%;
    background-color: #eff0f0;
}

.PageSectionHeader {
    font-size: 18px;
    color: #cf891b;
    margin-bottom: 5px;
    font-weight: 300;
}


table.Tournament, table.Tournament2 {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

    table.Tournament th, table.Tournament2 th {
        padding: 3px 5px 3px 8px;
        font-size: 12px;
        font-weight: 600;
        height: 35px;
        color: #FFFFFF;
        text-align: left;
        vertical-align: middle;
        border-width: 1px;
        background: #58778b;
        background-image: -webkit-linear-gradient(top, #58778b, #294353);
        background-image: -moz-linear-gradient(top, #58778b, #294353);
        background-image: -ms-linear-gradient(top, #58778b, #294353);
        background-image: -o-linear-gradient(top, #58778b, #294353);
        background-image: linear-gradient(to bottom, #58778b, #294353);
    }

        table.Tournament th:not(:last-child) {
            border-right: 1px solid #747e92;
        }

    table.Tournament tr:nth-child(4n), table.Tournament tr:nth-child(4n-1) {
        background-color: #f7f7f7;
    }

    table.Tournament tr:nth-child(4n-2), table.Tournament tr:nth-child(4n-3) {
        background-color: #FFFFFF;
    }

    table.Tournament2 tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    table.Tournament2 tr:nth-child(odd) {
        background-color: #FFFFFF;
    }


    table.Tournament td, table.Tournament2 td {
        padding: 15px;
        font-size: 14px;
        border: 1px solid #e6e6e6;
    }

    table.Tournament tr.Detail {
        background-image: url("/images/tourndetailbg.gif");
        background-repeat: repeat-x;
        min-height: 200px;
        color: #f9fafa;
        display: none;
        vertical-align: top;
        background-color: #3a3a3a;
    }

.TournamentDetailCourseName {
    color: #f9fafa;
    font-size: 18px;
}

.TournamentDetailRoundDivContainer {
    border: 6px solid #bebbbb;
    border-radius: 10px;
    background-color: #5a5a5a;
    padding: 6px;
    margin-bottom: 15px;
}

table.Tournament tr.DetailParent {
    background-color: #5a5a5a;
    color: #FFFFFF;
}

    table.Tournament tr.DetailParent td {
        border-bottom: 1px solid #5a5a5a;
    }

    table.Tournament tr.DetailParent a:link {
        color: white;
        text-decoration: none;
    }

table.tableTabs {
    font-size: 14px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border: none;
}

    table.tableTabs td.TabOn {
        background-color: #FFFFFF;
        color: #000000;
        font-weight: bold;
        padding: 2px 3px 3px 6px;
        height: 40px;
        border-top: 1px solid #D4D4D4;
        border-left: 1px solid #D4D4D4;
        border-right: 2px solid #D4D4D4;
        border-bottom: none;
        text-decoration: none;
        text-align: center;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-top-left-radius: 6px;
        -moz-border-top-right-radius: 6px;
    }

    table.tableTabs td.TabOff {
        background-color: rgba(0,0,0,0.2);
        background-image: -webkit-linear-gradient(white, #D4D4D4);
        color: #666666;
        font-weight: bold;
        padding: 2px 3px 3px 6px;
        height: 40px;
        border-top: 1px solid #D4D4D4;
        border-left: 1px solid #D4D4D4;
        border-right: 2px solid #D4D4D4;
        border-bottom: none;
        text-decoration: none;
        text-align: center;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-top-left-radius: 6px;
        -moz-border-top-right-radius: 6px;
    }

    table.tableTabs td.TabOn, table.tableTabs td.TabOn a:link, table.tableTabs td.TabOn a:visited, table.tableTabs td.TabOn a:active {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        outline: none;
        -moz-outline-style: none;
    }

        table.tableTabs td.TabOn a:hover {
            color: #990000;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
            outline: none;
            -moz-outline-style: none;
        }

    table.tableTabs td.TabOff, table.tableTabs td.TabOff a:link, table.tableTabs td.TabOff a:visited, table.tableTabs td.TabOff a:active {
        color: #666666;
        font-size: 14px;
        text-decoration: none;
        outline: none;
        -moz-outline-style: none;
    }

        table.tableTabs td.TabOff a:hover {
            color: #990000;
            font-size: 14px;
            text-decoration: none;
            outline: none;
            -moz-outline-style: none;
        }

    table.tableTabs td.TabSpacer {
        height: 20px;
        border-bottom: 1px solid #D4D4D4;
        width: 10px;
        font-size: 6px;
    }

    table.tableTabs td.TabContent {
        BORDER-RIGHT: #D4D4D4 1px solid;
        BORDER-LEFT: #D4D4D4 1px solid;
        BORDER-BOTTOM: #D4D4D4 1px solid;
        BACKGROUND-COLOR: #FFFFFF;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        height: 400px;
        vertical-align: top;
    }

#TournamentContainerFull {
    max-width: 1200px;
    min-width: 980px;
    min-height: 500px;
    background-color: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 6px;
    padding: 6px;
    margin: 30px auto 0px auto;
}

.TournDetailScorecardLink a:link, .TournDetailScorecardLink a:visited, .TournDetailScorecardLink a:active {
    color: #f7f4f4;
    text-decoration: none;
}

.TournDetailScorecardLink a:hover {
    color: #fdc352;
    text-decoration: none;
}

.HoleDetailTab {
    background-color: rgba(0,0,0,0.2);
    background-image: -webkit-linear-gradient(white, #D4D4D4);
    font-size: 20px;
    color: #314163;
    height: 30px;
    width: 150px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 3px;
    font-weight: 700;
    border-top: 1px solid #929495;
    border-right: 1px solid #929495;
    border-left: 1px solid #929495;
    margin-top: 10px;
}

.HoleDetail {
    background-image: url("/images/holedetailbg.png");
    background-repeat: repeat-x;
    min-height: 200px;
    color: #000000;
    vertical-align: top;
    background-color: #5e6976;
    width: 98.5%;
    margin-bottom: 15px;
    padding: 12px 6px 6px 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #929495;
}

.HoleDetailStatHeader {
    background-color: #FFFFFF;
    font-size: 14px;
    color: #990000;
    height: 20px;
    width: 170px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 5px;
    font-weight: 600;
    margin-top: 10px;
}


#YearToYearStatLabels {
    position: relative;
    width: 150px;
    height: 1210px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    top: 2px;
    left: 0px;
    z-index: 5;
    padding: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#YearToYearStatsOuter {
    position: absolute;
    top: 1px;
    left: 150px;
    width: 700px;
    height: 1211px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

table.tableStatLabels {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}

    table.tableStatLabels tr:nth-child(even) {
        background-color: #FFFFFF;
        border-bottom: 1px solid #CAC8C8;
    }

    table.tableStatLabels tr:nth-child(odd) {
        background-color: #F4F4F4;
        border-bottom: 1px solid #c7d2d6;
    }

    table.tableStatLabels td {
        padding: 6px;
        font-size: 13px;
    }

    table.tableStatLabels th {
        background-color: rgba(0,0,0,0.2);
        background-image: -webkit-linear-gradient(white, #D4D4D4);
        color: #666666;
        font-weight: bold;
        padding: 2px 3px 3px 6px;
        height: 58px;
        text-decoration: none;
        text-align: center;
    }


table.tableStatDetails {
    border-collapse: collapse;
    font-size: 13px;
    width: 250px;
    top: 1px;
}

    table.tableStatDetails tr:nth-child(odd) {
        background-color: #F4F4F4;
        border: 1px solid #CAC8C8;
    }

    table.tableStatDetails tr:nth-child(even) {
        background-color: #FFFFFF;
        border: 1px solid #c7d2d6;
    }

    table.tableStatDetails td {
        padding: 6px;
        font-size: 13px;
    }

    table.tableStatDetails th {
        background-color: rgba(0,0,0,0.2);
        background-image: -webkit-linear-gradient(white, #D4D4D4);
        color: #666666;
        font-weight: bold;
        padding: 2px 3px 3px 6px;
        height: 59px;
        min-width: 75px;
        text-decoration: none;
        text-align: center;
    }

table.tableStatDetails2 {
    border-collapse: collapse;
    font-size: 13px;
    width: 250px;
    top: 1px;
}

    table.tableStatDetails2 tr:nth-child(odd) {
        background-color: #e8ebef;
        border: 1px solid #CAC8C8;
    }

    table.tableStatDetails2 tr:nth-child(even) {
        background-color: #f3f6fa;
        border: 1px solid #c7d2d6;
    }

    table.tableStatDetails2 td {
        padding: 6px;
        font-size: 13px;
    }

    table.tableStatDetails2 th {
        background-color: rgba(0,0,0,0.2);
        background-image: -webkit-linear-gradient(white, #bfc6ce);
        color: #526071;
        font-weight: bold;
        padding: 2px 3px 3px 6px;
        height: 59px;
        min-width: 75px;
        text-decoration: none;
        text-align: center;
    }

.loadingdiv {
    font-size: 16px;
    font-weight: bold;
    color: #2b859d;
    width: 300px;
    text-align: center;
    margin: 5px auto 0px auto;
}

table.tab-table {
    font-size: 12px;
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border: none;
}

    table.tab-table td.TabOn {
        background-color: #FFFFFF;
        color: #666666;
        font-weight: bold;
        padding: 5px;
        height: 30px;
        width: 30px;
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
        border-right: 1px solid #AAAAAA;
        border-bottom: none;
        text-decoration: none;
        text-align: center;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -moz-border-top-right-radius: 3px;
    }

    table.tab-table td.TabOff {
        background-color: rgba(0,0,0,0.2);
        background-image: -webkit-linear-gradient(white, #D4D4D4);
        color: #666666;
        font-weight: bold;
        padding: 5px;
        height: 30px;
        width: 30px;
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        text-decoration: none;
        text-align: center;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -moz-border-top-right-radius: 3px;
    }

    table.tab-table td.TabOn, table.tab-table td.TabOn a:link, table.tab-table td.TabOn a:visited, table.tab-table td.TabOn a:active {
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        outline: none;
        -moz-outline-style: none;
    }

        table.tab-table td.TabOn a:hover {
            color: #990000;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            outline: none;
            -moz-outline-style: none;
        }

    table.tab-table td.TabOff, table.tab-table td.TabOff a:link, table.tab-table td.TabOff a:visited, table.tab-table td.TabOff a:active {
        color: #666666;
        font-size: 12px;
        text-decoration: none;
        outline: none;
        -moz-outline-style: none;
    }

table.tab-table td.TabOff a:hover {
    color: #990000;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
}

table.tab-table td.TabSpacer {
    height: 40px;
    border-bottom: 1px solid #AAAAAA;
    width: 1px;
    font-size: 6px;
}

table.tab-table td.TabContent {
    BORDER-RIGHT: #AAAAAA 1px solid;
    BORDER-LEFT: #AAAAAA 1px solid;
    BORDER-BOTTOM: #AAAAAA 1px solid;
    BACKGROUND-COLOR: #FFFFFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: top;
    min-height: 200px;
}

.ScorecardTournamentInfoBox {
    position: fixed;
    top: 20px;
    right: -350px;
    width: 350px;
    border: 2px solid #183a51;
    border-radius: 5px;
    color: black;
    font-size: 13px;
    padding: 10px;
    -webkit-box-shadow: -5px 7px 9px 0px rgba(112,108,112,0.59);
    -moz-box-shadow: -5px 7px 9px 0px rgba(112,108,112,0.59);
    box-shadow: -5px 7px 9px 0px rgba(112,108,112,0.59);
    background: #3e789f url('../../images/tournamenticon.png') right no-repeat;
}

.ScorecardTournamentInfoBox > b {
    font-size: 14px;
    color: #FFFFFF;
}

.ScorecardTournamentInfoBox > a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #D4D4D4;
}

.ScorecardTournamentInfoBox > a:hover {
    color: #f8bf37;
    text-decoration: underline;
}

.OopsText {
    font-size: 28px;
    color: #FF0000;
    font-weight: bold;
}
#ErrorContainer {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    margin-top: 50px;
    background-color: #FFFFFF;
    border: 2px solid #222222;
    border-radius: 6px;
    padding: 6px;
}
#ErrorSadImage {
    background-image: url("/images/sadgolfball.jpg");
    width: 250px;
    height: 234px;
}
#ErrorSadImageTD {
    width: 256px;
}
