/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: Nina;
    font-size: 12px;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border:inset;
    font-size :14px;
    font-weight:bold;
}

caption, th, td {
    text-align: center;
}

a {
    text-decoration: none;
}

/*content*/
.contentBox {
    width: 1216px;
    background-color: green;
    margin: 5px auto 0;
    padding: 18px 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 8px;
}

.topNav {
    width: 100%;
    background: #211857;
    height: 51px;
}

    .topNav li {
        width: 72px;
        height: 51px;
        background: #372f67;
        border-right: 3px solid #fff;
        float: left;
        text-align: center;
    }

        .topNav li a {
            width: 72px;
            height: 51px;
            display: block;
        }

        .topNav li img {
            margin-top: 10px;
        }

    .topNav .curr {
        background: #211857;
    }

.textNav {
    width: 100%;
    height: 26px;
    background: #8d1173;
    margin-top: 3px;
}

    .textNav li {
        float: left;
        line-height: 26px;
        padding: 0 15px;
    }

        .textNav li a {
            font-size: 14px;
            color: #fff;
        }

    .textNav .curr {
        background: #6a0354;
    }

.titleBox {
    width: 100%;
    height: 225px;
    background-image: url('../img/kv.jpg');
    background-repeat: no-repeat;
}

.info {
    text-align: left;
    margin-top: 0px;
    color: #0a0045;
    font-size: 30px;
    font-family: "ºÚÌå";
}

    .info .title {
        text-align: center;
        margin-top: 0px;
        color: #0a0045;
        font-size: 30px;
        font-family: "ºÚÌå";
    }

    .info .player {
        margin: 8px 0 0 5px;
        color: #0a0045;
        font-size: 14px;
    }

.player_title {
    width: 1200px;
    height: 31px;
    margin: 0 auto 2px;
    background-color: green;
}

    .player_title th {
        line-height: 31px;
        color: #fff;
        font-size: 14px;
    }

.player_content {
    margin-top: 1px;
    height: 31px;
    margin: 0 auto;
}

.player_content th {
        margin-bottom: 5px;
        line-height: 31px;
        color: black;
        font-size: 14px;
        border-right: 1px solid #fff;
    }

.bg_0 {
    background-color:#EEFFFF;
   
}

.bg_1 {
    background-color:white;
    
}



.BIRDIE {
    color: white !important;
    font: bold 14px Arail;
    background-image:url('../img/redCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}

.BOGEY {
    color: white !important;
    font: bold 14px Arail;
      background-image:url('../img/blueCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}

.EAGLE {
    color: red !important;
    font: bold 14px Arail;
    background-image:url('../img/yellowCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}

.DBOGEY {
    color: white !important;
    font: bold 14px Arail;
    background-image:url('../img/blackCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}

.TBOGEY {
    color: white !important;
    font: bold 14px Arail;
    background-image:url('../img/blackCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}


.WORSE {
    color: white !important;
    font: bold 14px Arail;
    background-image:url('../img/blackCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}

.ALBATROSS{
    color: red !important;
    font: bold 14px Arail;
    background-image:url('../img/yellowCircle18.png');
    background-position:center;
    background-repeat:no-repeat;
}

.PAR {
    color: black !important;
    font: bold 14px Arail;
    background-image:url('../img/par.png');
    background-position:center;
    background-repeat:no-repeat;
}

.topar1 {
    color: white !important;
    background-color: blue;
border-radius:10px;
    font: bold 14px Arail;
margin:2px 2px 2px 2px;
}

.topar0 {
    color: black !important;
    background-color: yellow;
    border-radius:10px;
    font: bold 14px Arail;
margin:2px 2px 2px 2px;
}

.topar-1 {
    color: white !important;
    background-color: red;
border-radius:10px;
    font: bold 14px Arail;
margin:2px 2px 2px 2px;
}

.today1 {
    color: white !important;
    background-color: blue;
    font: bold 14px Arail;
border-radius:10px;
margin:2px 2px 2px 2px;
}

.today0 {
    color: black !important;
    background-color: yellow;
    font: bold 14px Arail;
border-radius:10px;
margin:2px 2px 2px 2px;
}

.today-1 {
    color: white !important;
    background-color: red;
    font: bold 14px Arail;
border-radius:10px;
margin:2px 2px 2px 2px;
}
.today {
    color: black !important;
    
    font: bold 14px Arail;
}
.out{
    background-color:grey;
    color:white !important;
}
.in{
    background-color:grey;
    color:white !important;
}
.roundstotal{
     background-color:lightseagreen;
    color:white !important;
}