﻿BODY {
    SCROLLBAR-FACE-COLOR: #d9d9d9;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #d0d2c8;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #808080;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

A:link, A:visited {
    COLOR: #000000;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #ff0000;
    TEXT-DECORATION: underline;
}

TABLE, BODY {
    FONT-SIZE: 12px;
    FONT-FAMILY: 'Tahoma', '宋体';
}
#div_main, #bottom {
    width: 620px;
    text-align: center;
    margin: 0 auto;
}
#div_main table{width:100%}
.gamelist {
    float: right;
    margin: 0px;
    padding: 0px;
}

    .gamelist li {
        list-style-type: none;
        float: left;
        margin-left: 4px;
    }

        .gamelist li a, .gamelist li a:visited {
            line-height: 26px;
            text-align: center;
            display: block;
            height: 26px;
            width: 58px;
            background-color: #F4F8FF;
            color: #446DBB;
            border-top: solid 1px #B3D9EE;
            border-left: solid 1px #B3D9EE;
            border-right: solid 1px #B3D9EE;
        }

            .gamelist li a:hover {
                color: #930;
                text-decoration: none;
                background-color: #FFC;
            }

    .gamelist .kl_on a, .gamelist .kl_on a:visited, .gamelist .kl_on a:hover {
        font-weight: bold;
        color: #FFF;
        background-image: url(/images/ui_on.gif);
        border-width: 0px;
        line-height: 27px;
        height: 27px;
        width: 60px;
    }

.infolist {
    margin: 0px;
    float: left;
    border-top: solid 1px #C2C2C2;
    border-left: solid 1px #C2C2C2;
    padding: 0px;
}

    .infolist li {
        float: left;
        list-style-type: none;
        border-right: solid 1px #C2C2C2;
    }

        .infolist li a, .infolist li a:visited {
            line-height: 23px;
            text-align: center;
            display: block;
            height: 23px;
            width: 68px;
            background-image: url(/images/lk_off.gif);
            border-bottom: solid 1px #C2C2C2;
            color: #565553;
        }

    .infolist .gl_on a, .infolist .gl_on a:visited, .infolist .gl_on a:hover {
        color: #930;
        border-bottom: solid 1px #FFF;
        background-image: url(/images/lk_on.gif);
    }

.stool {
    background-image: url(/images/kl.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    margin: 5px 0px;
    list-style-type: none;
}

    .stool li {
        float: left;
    }

        .stool li a, .stool li a:visited {
            color: #FFF;
            display: block;
            float: left;
            width: 100px;
            height: 32px;
            text-align: center;
            background-image: url(/images/kl.gif);
            background-repeat: no-repeat;
            background-position: right bottom;
        }

            .stool li a:hover {
                color: #D5EFF4;
                text-decoration: none;
            }

    .stool .t_on a, .stool .t_on a:visited, .stool .t_on a:hover {
        font-weight: bold;
        color: #FFF;
        background-image: url(/images/kl2.gif);
        background-repeat: repeat-x;
    }

.red {
    background-color: red;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    color: #fff;
}
