﻿@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: none;
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

span.tt-ne {
    color: #01adff;
}

/* Typography Styles */
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background: url(../images/backgroud.jpg) top center no-repeat #384967;
    color: #ffffff;
}

    body.en-US, body.en-us, body.vi-vn, body.th-th, body.ko-kr, body.ja-jp {
        font-size: 69%;
    }

    body.zh-cn, body.zh-tw {
        font-size: 75%;
    }

        body.zh-cn .fcenter ul li, body.zh-tw .fcenter ul li {
            font-family: "黑体", "微软雅黑";
            font-size: 14px;
            font-weight: 900;
        }

    body.en-US .fcenter ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 900;
    }

    body.th-th .fcenter ul li {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
        font-weight: 900;
    }

    body.en-US:nth-of-type(1), body.en-us:nth-of-type(1), body.vi-vn:nth-of-type(1), body.th-th:nth-of-type(1), body.ko-kr:nth-of-type(1), body.ja-jp:nth-of-type(1) {
        -webkit-text-size-adjust: none;
        font-size: 69%;
    }

    body.zh-cn:nth-of-type(1), body.zh-tw:nth-of-type(1) {
        -webkit-text-size-adjust: none;
        font-size: 75%;
    }

input {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

/* time zone & language switcher */
#header .sel-lang {
    float: right;
    height: 20px;
    color: #AAA;
    margin-left: 20px;
    padding: 0 1px;
}

    #header .sel-lang select {
        font-size: 11px;
    }

#header .time span {
    display: inline-block;
    margin-top: 1px;
    line-height: 22px;
}

#header .time li.country-select {
    max-width: 94px;
    display: inline-block;
    overflow: hidden;
}

.time li.time-zone {
    padding-right: 2px;
    font-weight: normal;
    color: #AAA;
}

body.zh-cn .time li.time-zone, body.zh-tw .time li.time-zone {
    font-size: .8em;
}

body.ko-kr .time li.time-zone, body.th-th .time li.time-zone {
    font-size: .9em;
}

.time li.time-zone span.gmt {
    font-weight: normal;
    color: #bfbfbf;
}

.time .sel-lang .languageDisplay {
    border: 1px solid #ababab;
    width: 90px;
    height: 22px;
    background: #333333 url(../images/btn_dropdown.gif) no-repeat right 7px;
    border-bottom: 0;
    overflow: hidden;
}

.time .sel-lang a.country {
    display: block;
    width: 56px;
    background: url(../images/img_flag.gif) no-repeat 5px top;
    color: #fff;
    padding-left: 23px;
    padding-right: 22px;
}
/* GCR-389 remove show ENG-ASIA
.time .sel-lang a.en-US,.time .sel-lang a.en-us { background: none; padding-left: 4px; padding-right: 41px;}
.time .sel-lang a.en-US span,.time .sel-lang a.en-us span { display:block; width: 65px;}*/

.time .sel-lang a.en-US {
    background-position: 4px 0px;
}

.time .sel-lang a.zh-cn {
    background-position: 4px -25px;
}

.time .sel-lang a.zh-tw {
    background-position: 4px -50px;
}

.time .sel-lang a.vi-vn {
    background-position: 4px -75px;
}

.time .sel-lang a.th-th {
    background-position: 4px -100px;
}

.time .sel-lang a.ko-kr {
    background-position: 4px -125px;
}

.time .sel-lang a.ja-jp {
    background-position: 4px -125px;
}

#language {
    width: 90px;
    background-color: #333;
    border: 1px solid #ababab;
    overflow: hidden;
    position: absolute;
    display: none;
    visibility: visible;
    z-index: 1000;
    top: 18px;
    left: 420px;
    zoom: 1;
}

body.en-US #language, body.en-us #language, body.vi-vn #language, body.th-th #language {
    font-size: 1.1em;
}

#header .row1 #language ul {
    width: 100%;
    padding-left: 0px;
}

#language ul li a {
    display: block;
    line-height: 25px;
    padding-left: 25px;
    background: transparent url(../images/img_flag.gif) no-repeat 5px top;
    color: #ababab;
}

    #language ul li a:hover, #language ul li a:active, #language ul li a.focus {
        background-color: #777;
        color: #fff;
    }
/* GCR-389 remove show ENG-ASIA
#language a.en-US,#language a.en-us { background: none; padding-left: 4px;}
*/
#language a.en-US {
    background-position: 4px 0;
}

#language a.zh-cn {
    background-position: 4px -25px;
}

#language a.zh-tw {
    background-position: 4px -50px;
}

#language a.vi-vn {
    background-position: 4px -75px;
}

#language a.th-th {
    background-position: 4px -100px;
}

#language a.ko-kr {
    background-position: 4px -125px;
}

#language a.ja-jp {
    background-position: 4px -125px;
}

a:hover#register {
    text-decoration: underline;
}

#header {
    width: 100%;
    height: 74px;
}

#content {
    width: 100%;
}

#footer {
    width: 100%;
}

.fleft {
    float: left;
}

.fcenter {
    float: left;
}

.fright {
    float: right;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fc0;
    }

.bgcolor1 {
    background-color: #384967;
}

.section1, .section2 {
    min-width: 897px;
    width: 897px;
    margin: 0 auto;
}

#header .section1 {
    border-bottom: #F90 solid 1px;
    height: 74px;
}

#header .logo h1, #header .nav h2, #header .nav span, #cotent .prod-items h2 {
    left: -1000em;
    position: absolute;
    top: -1000em;
}

#header .logo {
    margin-left: 10px;
    position: relative;
}

#huiLayer {
    cursor: pointer;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 84px;
    height: 68px;
    z-index: 1;
    visibility: visible;
}

#header .fright {
    width: 512px;
    position: relative;
}

#header .row1 {
    padding-top: 1px;
    background: url(../images/gc855_16.jpg) no-repeat 0 2px;
    height: 22px;
    width: 100%;
    line-height: 18px;
}

#header ul li {
    display: inline;
    padding: 10px 10px;
}

    #header .row1 ul li {
        padding: 0px;
    }

#header .fcenter {
    height: 60px;
    padding: 40px 0 0 20px;
}


body.zh-cn .time .sel-lang .languageDisplay, body.zh-tw .time .sel-lang .languageDisplay {
    height: 20px;
}

body.zh-cn #header .time span, body.zh-tw #header .time span {
    line-height: 20px;
}

.nav {
    width: 897px;
    height: 226px;
}

.active {
    color: #fc0;
}

body.zh-cn .nav {
    background: url(../images/banner_cn.jpg) no-repeat;
}

body.zh-tw .nav {
    background: url(../images/banner_tw.jpg) no-repeat;
}

body.en-US .nav {
    background: url(../images/banner_en.jpg) no-repeat;
}

body.vi-vn .nav {
    background: url(../images/banner_vn.jpg) no-repeat;
}

body.th-th .nav {
    background: url(../images/banner_th.jpg) no-repeat;
}


body.ja-jp .nav {
    background: url(../images/banner_jp.jpg) no-repeat;
}

#header .fcenter li:hover {
    background: url(../images/Header_navi_Menu_vivn.gif) bottom center no-repeat;
}

.info {
    float: right;
    white-space: nowrap;
}

.anniu .fleft {
    height: 45px;
    width: 200px;
}

.anniu .fright {
    width: 60px;
}

#header .row2 {
    float: right;
    padding-right: 2px;
}

.txtField {
    border: 0;
    width: 108px;
    line-height: 18px;
    height: 18px;
    color: #3c3c3c;
    padding: 1px 6px!important;
    background-color: #FFF;
}

.txtField1 {
    border: 0;
    width: 50px;
    line-height: 18px;
    height: 18px;
    color: #3c3c3c;
    background-color: #FFF;
}

.inp_sub {
    background-color: #66d107;
    background-image: -moz-linear-gradient(top,#81b64e,#66d107);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#81b64e),to(#66d107));
    background-image: -webkit-linear-gradient(top,#81b64e,#66d107);
    background-image: -o-linear-gradient(top,#81b64e,#66d107);
    background-image: linear-gradient(to bottom,#81b64e,#66d107);
    background-repeat: repeat-x;
    /*border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    display: block;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*background:url(../images/loginBtn.gif) no-repeat;*/
    height: 41px;
    min-width: 80px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    padding-top: 0;
}

    .inp_sub:hover {
        /*background:url(../images/loginBtn.gif) no-repeat 0 -41px;*/
        background-color: #81b64e;
        background-image: -moz-linear-gradient(top,#66d107,#81b64e);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#66d107),to(#81b64e));
        background-image: -webkit-linear-gradient(top,#66d107,#81b64e);
        background-image: -o-linear-gradient(top,#66d107,#81b64e);
        background-image: linear-gradient(to bottom,#66d107,#81b64e);
        background-repeat: repeat-x;
        cursor: pointer;
        color: #fc0;
    }

.jiange {
    margin: 5px 0;
    width: auto;
    height: 5px;
    background: url(../images/jiange.jpg) repeat-x;
}

.yinyin {
    width: auto;
    height: 9px;
    background: url(../images/yinyin.jpg) repeat-x;
}

#cotent .col1 .row1, #cotent .col2 .row1, #cotent .col3 .row1 {
    width: 186px;
    height: 154px;
}

#cotent .col1 .row1 {
    background: url(../images/188_35.jpg) no-repeat;
}

#cotent .col2 .row1 {
    background: url(../images/188_37.jpg) no-repeat;
}

#cotent .col3 .row1 {
    background: url(../images/188_39.jpg) no-repeat;
}

.col1, .col2, .col3 {
    padding: 5px 7px;
    _padding: 5px 4px;
    width: 20%;
    height: 235px;
    float: left;
}

.col4 {
    width: 310px;
    height: 235px;
    padding: 5px 0px 0 6px;
    _padding: 5px 0px 0 2px;
    float: left;
}

.section2 .row3 p {
    color: #333;
}

.section2 .row2 {
    height: 27px;
    width: 186px;
    background: url(../images/img_bnr_bet_bg.png) no-repeat;
}

.casinolnk {
    float: right;
    margin: 3px 4px 0 0;
}

body.en-US .prod-items {
    margin: 4px 0px;
    float: left;
    height: 16px;
    width: 60%;
    background: url(../images/img_prod_items.png) no-repeat 0 0;
}

body.zh-cn .prod-items {
    margin: 4px 0px;
    float: left;
    height: 16px;
    width: 50%;
    background: url(../images/img_prod_items_cn.png) no-repeat 0 0;
}

body.zh-tw .prod-items {
    margin: 4px 0px;
    float: left;
    height: 16px;
    width: 50%;
    background: url(../images/img_prod_items_tw.png) no-repeat 0 0;
}

body.th-th .prod-items {
    margin: 4px 0px;
    float: left;
    height: 16px;
    width: 50%;
    background: url(../images/img_prod_items_th.png) no-repeat 0 0;
}

body.vi-vn .prod-items {
    margin: 4px 0px;
    float: left;
    height: 16px;
    width: 50%;
    background: url(../images/img_prod_items_vn.png) no-repeat 0 0;
}

body.en-US .prod-items-font {
    position: relative;
    top: 132px;
    left: 2px;
    height: 16px;
    width: 100%;
    background: url(../images/img_prod_items_font.png) no-repeat 0 0;
}

body.zh-tw .prod-items-font {
    position: relative;
    top: 132px;
    left: 2px;
    height: 16px;
    width: 100%;
    background: url(../images/img_prod_items_font_tw.png) no-repeat 0 0;
}

body.zh-cn .prod-items-font {
    position: relative;
    top: 132px;
    left: 2px;
    height: 16px;
    width: 100%;
    background: url(../images/img_prod_items_font_cn.png) no-repeat 0 0;
}

body.th-th .prod-items-font {
    position: relative;
    top: 132px;
    left: 2px;
    height: 16px;
    width: 100%;
    background: url(../images/img_prod_items_font_th.png) no-repeat 0 0;
}

body.vi-vn .prod-items-font {
    position: relative;
    top: 132px;
    left: 2px;
    height: 16px;
    width: 100%;
    background: url(../images/img_prod_items_font_vn.png) no-repeat 0 0;
}

body.zh-cn .p2, body.en-US .p2, body.zh-tw .p2, body.th-th .p2, body.vi-vn .p2 {
    background-position: 0 -16px;
}

body.zh-cn .p3, body.en-US .p3, body.zh-tw .p3, body.th-th .p3, body.vi-vn .p3 {
    background-position: 0 -33px;
}

body.zh-cn .p1, body.en-US .p1, body.zh-tw .p1, body.th-th .p1, body.vi-vn .p1 {
    background-position: 0 0;
}


.divclear {
    clear: both;
    display: block;
    height: 2px;
    _height: 0px;
}

#footer .row1 {
    height: 150px;
}

#footer {
    _margin-top: -23px;
}

.bgcolor2 {
    background-color: #3a475f;
}

/* Button Style 1 */
.btn1 {
    height: 18px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 9px;
    background: url(../images/title-bg.jpg) repeat-x left top;
    line-height: 18px;
    font-weight: bold;
    color: #ff9200;
}

a.btn1.prod {
    display: inline-block;
    text-decoration: none!important;
    color: #fff;
    border: 1px solid #000;
    background: url(../images/bnr_button.jpg) repeat-x left top;
}

    a.btn1.prod.leav-aw {
        margin-top: 56px;
    }

a.btn1:hover {
    background-position: 0 -18px;
    text-decoration: none!important;
}
/* Button Style 2 */
.btn2 {
    height: 21px;
    border: 1px solid #5e5e5e;
    padding: 0 9px;
    background: url(../images/bnr_button.jpg) repeat-x left top;
    background-position: 0 -36px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
}

a.btn2 {
    display: inline-block;
    text-decoration: none!important;
    color: #fff;
}

    a.btn2:hover {
        background-position: 0 -57px;
        text-decoration: none!important;
    }
/* Button Style 3 */
.btn3 {
    height: 21px;
    border: 1px solid #617e19;
    padding: 0 13px;
    background: url(../images/bnr_button.jpg) repeat-x left top;
    background-position: -0px -78px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
}

a.btn3 {
    display: inline-block;
    text-decoration: none!important;
    color: #fff;
}

    a.btn3:hover {
        background-position: -0px -99px;
        text-decoration: none!important;
    }

/* sponsor list */
#sponsors_bar {
    height: 115px;
    background: #3a475f;
    padding: 13px 0 15px 0;
    text-align: center;
}

body.en-US #sponsors_bar, body.en-us #sponsors_bar, body.vi-vn #sponsors_bar, body.th-th #sponsors_bar {
    font-size: .8em;
}

body.zh-cn #sponsors_bar, body.zh-tw #sponsors_bar, body.ko-kr #sponsors_bar {
    padding-bottom: 28px;
}

body.th-th #sponsors_bar #sponsors_list {
    width: 700px;
    margin: 0 auto;
}

    body.th-th #sponsors_bar #sponsors_list li {
        float: left;
        height: 58px;
        text-align: left;
    }

        body.th-th #sponsors_bar #sponsors_list li.clubs {
            width: 280px;
        }

        body.th-th #sponsors_bar #sponsors_list li.security {
            width: 290px;
        }

        body.th-th #sponsors_bar #sponsors_list li.resgaming {
            width: 128px;
        }

        body.th-th #sponsors_bar #sponsors_list li h3 {
            margin: 0 0 5px;
            padding: 0;
            font-weight: normal;
            color: #d1d1d1;
            font-size: 1em;
        }

        body.th-th #sponsors_bar #sponsors_list li ul li {
            float: left;
            width: auto;
            height: auto;
        }

body.ko-kr #sponsors_bar #sponsors_list {
    width: 700px;
    margin: 0 auto;
}

    body.ko-kr #sponsors_bar #sponsors_list li {
        float: left;
        height: 58px;
        text-align: left;
    }

        body.ko-kr #sponsors_bar #sponsors_list li.clubs {
            width: 280px;
        }

        body.ko-kr #sponsors_bar #sponsors_list li.security {
            width: 290px;
        }

        body.ko-kr #sponsors_bar #sponsors_list li.resgaming {
            width: 128px;
        }

        body.ko-kr #sponsors_bar #sponsors_list li h3 {
            margin: 0 0 5px;
            padding: 0;
            font-weight: normal;
            color: #d1d1d1;
            font-size: 1em;
        }

        body.ko-kr #sponsors_bar #sponsors_list li ul li {
            float: left;
            width: auto;
            height: auto;
        }

#sponsors_list {
    width: 700px;
    margin: 0 auto;
}

    #sponsors_list li {
        float: left;
        height: 58px;
        text-align: left;
    }

        #sponsors_list li.clubs {
            width: 280px;
        }

        #sponsors_list li.security {
            width: 290px;
        }

        #sponsors_list li.resgaming {
            width: 128px;
        }

        #sponsors_list li h3 {
            margin: 0 0 5px;
            padding: 0;
            font-weight: normal;
            color: #d1d1d1;
            font-size: 1em;
        }

        #sponsors_list li ul li {
            float: left;
            width: auto;
            height: auto;
        }

.icons {
    display: block;
    background: url('../images/footer_icons.png') no-repeat left top;
}

.aclida {
    width: 38px;
    height: 38px;
    margin-right: 7px;
    background-position: 0 0;
}

.publicbank {
    width: 24px;
    height: 38px;
    margin-right: 7px;
    background-position: -38px 0;
}

.canada {
    width: 33px;
    height: 38px;
    margin-right: 7px;
    background-position: -62px 0;
}

.everton {
    width: 24px;
    height: 38px;
    margin-right: 9px;
    background-position: -96px 0;
}

.sheffield {
    width: 31px;
    height: 38px;
    margin-right: 9px;
    background-position: -120px 0;
}

.londonwasps {
    width: 27px;
    height: 38px;
    margin-right: 9px;
    background-position: -181px 0;
}

.iom {
    width: 34px;
    height: 36px;
    margin: 0 7px 0 -3px;
    background-position: -209px 0;
}

.firstcagayan {
    width: 22px;
    height: 38px;
    margin: 0 7px 0 -3px;
    background-position: -243px 0;
}

.tst {
    width: 45px;
    height: 22px;
    margin-right: 6px;
    background-position: -267px 0;
}

.tawte {
    width: 67px;
    height: 23px;
    margin-right: 8px;
    background-position: -312px 0;
}

.icra {
    width: 59px;
    height: 22px;
    margin-top: -1px;
    background-position: -380px 0;
}

.resgame {
    width: 26px;
    height: 29px;
    margin: 0 9px 0 1px;
    background-position: -441px 0;
}

.gamcare {
    width: 28px;
    height: 35px;
    margin-right: 6px;
    background-position: -467px 0;
}

.gamaid {
    width: 38px;
    height: 35px;
    margin: 0 9px 0 1px;
    background-position: -496px 0;
}



.wigan {
    width: 29px;
    height: 29px;
    margin-right: 9px;
    background-position: -32px 0;
}

.chelsea {
    width: 28px;
    height: 29px;
    margin-right: 9px;
    background-position: -61px 0;
}

.aston {
    width: 22px;
    height: 29px;
    margin-right: 9px;
    background-position: -89px 0;
}

.liverpool {
    background-position: -111px 0;
    width: 24px;
    height: 32px;
    margin-right: 9px;
}


.falcons {
    width: 31px;
    height: 29px;
    margin-right: 9px;
    background-position: -527px 0;
    display: none;
}

.wiganwarriors {
    width: 29px;
    height: 32px;
    background-position: -560px 0;
}

/* copyright */
#copyright_text {
    color: #878787;
}

    #copyright_text a {
        color: #878787;
    }

        #copyright_text a:hover {
            color: #ff9c00;
            text-decoration: underline;
        }

#static_links {
    margin-bottom: 10px;
}

    #static_links li {
        display: inline;
        margin-right: 15px;
    }

        #static_links li.last {
            margin: 0;
        }

    #static_links a:link, #static_links a:visited {
        color: #d1d1d1;
        text-decoration: none;
    }

    #static_links a:hover, #static_links a:active, #static_links a.focus {
        color: #ff9c00;
        text-decoration: underline;
    }

/* disclaimer bar */
#disclaimers_bar {
    padding: 18px 5px 5px;
    background: #3a475f;
}

#disclaimers_links li {
    float: left;
    width: 210px;
    margin-right: 15px;
    height: auto;
    color: #9C9C9C;
}

    #disclaimers_links li.last {
        margin: 0;
    }

    #disclaimers_links li h3 {
        margin: 0 0 3px;
        padding-bottom: 7px;
        border-bottom: 1px dotted #9C9C9C;
        font-size: 1em;
        text-transform: uppercase;
    }

    #disclaimers_links li h4 {
        margin: 0;
        font-size: 1em;
        line-height: 1.2em;
    }

        #disclaimers_links li h4 a:link, #disclaimers_links li h4 a:visited {
            color: #9C9C9C;
            text-decoration: none;
        }

        #disclaimers_links li h4 a:hover, #disclaimers_links li h4 a:active, #disclaimers_links li h4 a.focus {
            color: #ff9c00;
            text-decoration: underline;
        }

    #disclaimers_links li p {
        margin: 0 0 10px;
        line-height: 1em;
        text-align: left;
        font-size: 1em;
    }

body.en-US #disclaimers_links li h3, body.en-US #disclaimers_links li h4 a, body.en-us #disclaimers_links li h3, body.en-us #disclaimers_links li h4 a, body.vi-vn #disclaimers_links li h4 a, body.th-th #disclaimers_links li h3, body.th-th #disclaimers_links li h4 a {
    font-size: 0.8em;
}

body.vi-vn #disclaimers_links li h3 {
    font-size: 1em;
}

body.en-US #disclaimers_links li p, body.en-us #disclaimers_links li p, body.vi-vn #disclaimers_links li p, body.th-th #disclaimers_links li p {
    font-size: 0.8em;
}

input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.RememberMe {
    position: absolute;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-left: 1.467em;
    bottom: 2.6em;
    color: #ffffff;
}

    .RememberMe input[type="checkbox"] + .checkbox {
        width: 12px;
        height: 12px;
        border: 1px solid #a3a3a3;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: .1em;
        border-radius: 3px;
    }

    .RememberMe input[type="checkbox"]:checked + .checkbox:before {
        content: url(../../../statics/img/checkmark.png);
        position: relative;
        top: -2px;
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1;
    }
