/* CSS Reset */
html {
    scrollbar-arrow-color: #343434;
    scrollbar-3dlight-color: #373737;
    scrollbar-darkshadow-color: #373737;
    scrollbar-face-color: #d0d0d0;
    scrollbar-track-color: #363636;
    scrollbar-highlight-color: #dedede;
}

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-color: #28354d;
    color: #404040;
}

    body.en-US, body.en-us, body.vi-vn, body.th-th, body.ko-kr {
        font-size: 69%;
    }

    body.zh-cn, body.zh-tw {
        font-size: 75%;
    }

    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) {
        -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;
}
/* ------------------------------------ jQuery begin --- */
/* jQuery UI */
/* Layout helpers */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
/* Component containers */
.ui-widget {
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    }

.ui-widget-content {
    border: 1px solid #666;
}

    .ui-widget-content a {
        color: #fff;
    }

.ui-widget-header {
    color: #fff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #fff;
    }
/* Interaction states */
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #666666;
    font-weight: bold;
    color: #eeeeee;
    outline: none;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        color: #eeeeee;
        text-decoration: none;
        outline: none;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #59b4d4;
    font-weight: bold;
    color: #ffffff;
    outline: none;
}

    .ui-state-hover a, .ui-state-hover a:hover {
        color: #ffffff;
        text-decoration: none;
        outline: none;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #ffaf0f;
    background: #f58400 url(../images/jQuery/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
    outline: none;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #ffffff;
        outline: none;
        text-decoration: none;
    }
/* Interaction Cues */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #cccccc;
    background: #eeeeee url(../images/jQuery/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x;
    color: #2e7db2;
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
        color: #2e7db2;
    }

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #ffb73d;
    background: #ffc73d url(../images/jQuery/ui-bg_glass_5f40_ffc73d_1x400.png) 50% 50% repeat-x;
    color: #111111;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a {
        color: #111111;
    }

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #111111;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled {
    cursor: default !important;
}
/* Icons */
/* states images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/jQuery/ui-icons_cccccc_5f256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../images/jQuery/ui-icons_cccccc_5f256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/jQuery/ui-icons_ffffff_5f256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/jQuery/ui-icons_cccccc_5f256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../images/jQuery/ui-icons_ffffff_5f256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../images/jQuery/ui-icons_222222_5f256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/jQuery/ui-icons_4b8e0b_5f256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../images/jQuery/ui-icons_a83300_5f256x240.png);
}
/* positioning */
.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
/* Corner radius */
.ui-corner-tl {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.ui-corner-right {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
}
/*.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay {
    _position: absolute;
}

.ui-widget-overlay {
    background: #5c5c5c url(../images/jQuery/ui-bg_flat_50_5f5c5c5c_5f40x100.png) 50% 50% repeat-x;
    opacity: .45;
    filter: Alpha(Opacity=45);
}

.ui-widget-shadow {
    margin: -7px 0 0 -7px;
    padding: 7px;
    background: #cccccc url(../images/jQuery/ui-bg_flat_30_cccccc_5f40x100.png) 50% 50% repeat-x;
    opacity: .60;
    filter: Alpha(Opacity=60);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
/* Accordion */
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}
/* Datepicker */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            float: left;
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        float: right;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
        background: #000000;
        color: #FFFFFF;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
            font-weight: bold;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }
    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/* Dialog */
.ui-dialog {
    position: relative;
    padding: .2em;
    width: 300px;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .5em .3em .3em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0 .2em;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

.ui-dialog-content a, .ui-dialog-content a:visited {
    color: #3399CC;
}

    .ui-dialog-content a:hover {
        text-decoration: underline;
    }

    .ui-dialog-content a.forIE6, .ui-dialog-content a.forIE6:visited {
        _color: #3399CC;
    }
/* this is for slvbet login */
.ui-dialog .ui-dialog-content #_dlgct {
    margin: 0 auto;
}

    .ui-dialog .ui-dialog-content #_dlgct td {
        line-height: 14px;
    }

    /* this for GCR-407 Prompt content*/
    .ui-dialog .ui-dialog-content #_dlgct h4 {
        display: inline;
        margin: 7px auto;
        padding-right: 5px;
        font-size: 11px;
        line-height: 28px;
    }

    .ui-dialog .ui-dialog-content #_dlgct ul li {
        margin: 6px 28px;
    }

        .ui-dialog .ui-dialog-content #_dlgct h4 b, .ui-dialog .ui-dialog-content #_dlgct ul li b {
            margin-right: 2mm;
        }

    .ui-dialog .ui-dialog-content #_dlgct span.highlight {
        color: Orange;
        font-weight: bold;
        display: block;
        padding-top: 3px;
    }

.ui-dialog-buttonpane button {
    margin-left: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

    .ui-dialog .ui-dialog-buttonpane button {
        float: right;
        margin: .5em .4em .5em 0;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        line-height: 1.4em;
        width: auto;
        overflow: visible;
    }

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
/* Progressbar */
.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }
/* Resizable */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/* Slider */
.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
/* Tabs */
.ui-tabs {
    zoom: 1;
    border: none;
}

    .ui-tabs .ui-tabs-nav {
        list-style: none;
        position: relative;
        padding: 0px;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            float: left;
            border-bottom-width: 0 !important;
            padding: 0;
            background-image: none;
            background-color: #3c3c3c;
            border: 0;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                text-decoration: none;
                padding: .55em 5px;
                color: Black;
            }

body.zh-cn .ui-tabs .ui-tabs-nav li a, body.zh-tw .ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: .4em 5px;
}

body.zh-cn .ui-tabs .ui-tabs-nav li.btn a.btnRefresh, body.zh-tw .ui-tabs .ui-tabs-nav li.btn a.btnRefresh {
    float: left;
    text-decoration: none;
    padding: 6px 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom-width: 0;
    background: url('../images/jQuery/Extend/tab-s-bg.jpg') repeat-x;
    border: none;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text;
        color: #000;
        background: url('../images/jQuery/Extend/selected-arrow.gif') no-repeat bottom center;
    }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    border: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-tabs .view-setting {
    background-color: #FFFFFF;
    border: solid 1px #5e5e5e;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0px;
    width: 360px;
    float: right;
    position: absolute;
    right: 256px;
    z-index: 1;
    display: none;
}

    .ui-tabs .view-setting .divider {
        width: 330px;
        height: 5px;
        margin-bottom: 8px;
        border-bottom: 1px dashed #2e2e2e;
        margin-left: 5px;
    }

    .ui-tabs .view-setting div.btn {
        width: 130px;
        margin: auto;
    }

        .ui-tabs .view-setting div.btn .btnp_l {
            width: 60px;
            float: left;
            padding-right: 5px;
        }

        .ui-tabs .view-setting div.btn .btnp_r {
            width: 60px;
            float: left;
            padding-left: 5px;
        }

        .ui-tabs .view-setting div.btn .btnp_l a.sub1 {
            background-image: url('../images/Common/bnr_button.jpg');
            background-repeat: repeat-x;
            border: solid 1px #000;
            color: #FFF;
            font-weight: 700;
            height: 18px;
            line-height: 18px;
            margin-top: 2px;
            padding-left: 6px;
            padding-right: 6px;
            text-decoration: none;
            display: block;
            width: auto;
            float: right;
        }

        .ui-tabs .view-setting div.btn .btnp_r a.sub2 {
            background-image: url('../images/Common/bnr_button.jpg');
            background-repeat: repeat-x;
            border: solid 1px #000;
            color: #FFF;
            font-weight: 700;
            height: 18px;
            line-height: 18px;
            margin-top: 2px;
            padding-left: 6px;
            padding-right: 6px;
            text-decoration: none;
            display: block;
            width: auto;
            float: left;
        }

    .ui-tabs .view-setting a.sel {
        background: url(../images/Common/btn_dd_arrow.gif) no-repeat right center #fafaf5!important;
        min-width: 28px;
        height: 17px;
        text-decoration: none;
        color: #313131;
        line-height: 17px;
        padding: 0 20px 0 5px!important;
        border: 1px solid #b8b8b6;
        display: inline-block;
    }

ul.st-user-info {
    list-style: none;
    margin: 0 auto 0 10px;
    height: 23px;
    padding: 0;
    clear: both;
}

    ul.st-user-info li {
        height: 20px;
        line-height: 20px;
        float: left;
    }

        ul.st-user-info li.st-howyoulearn {
            padding-right: 7px;
        }

        ul.st-user-info li.st-label {
            width: 160px;
        }

/* Override jQuery style */
.ui-tabs .ui-tabs-nav li {
    margin-right: 1px;
}

.ui-tabs .ui-tabs-nav .ui-state-default a, .ui-tabs .ui-tabs-nav .ui-state-disabled a {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav .ui-state-default a {
    color: #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-selected a {
    color: #fff;
}

.ui-tabs .ui-tabs-nav .ui-state-disabled a {
    color: #999;
    cursor: default;
}

.ui-tabs .ui-tabs-nav .left, .ui-tabs .ui-tabs-nav .right, .ui-tabs .ui-tabs-nav .l-left, .ui-tabs .ui-tabs-nav .l-right {
    height: 24px;
    width: 5px;
    float: left;
    display: block;
    background-repeat: no-repeat;
}

.ui-tabs .ui-tabs-nav .ui-corner-top {
    background: url('../images/jQuery/Extend/tab-bg.jpg') repeat-x top left;
}

    .ui-tabs .ui-tabs-nav .ui-corner-top .left {
        background: url('../images/jQuery/Extend/tab-left.jpg') no-repeat;
    }

    .ui-tabs .ui-tabs-nav .ui-corner-top .right {
        background: url('../images/jQuery/Extend/tab-right.jpg') no-repeat;
    }

.ui-tabs .ui-tabs-nav .ui-tabs-selected {
    background: url('../images/jQuery/Extend/tab-s-bg.jpg') repeat-x top left;
}

    .ui-tabs .ui-tabs-nav .ui-tabs-selected .left {
        background: url('../images/jQuery/Extend/tab-s-left_r.jpg') no-repeat;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-selected .right {
        background: url('../images/jQuery/Extend/tab-s-right_r.jpg') no-repeat;
    }
/*live streaming page*/
.ui-tabs .ui-tabs-nav .ui-corner-top {
    background-image: url('../images/jQuery/Extend/tab-bg.jpg');
}

    .ui-tabs .ui-tabs-nav .ui-corner-top .l-left {
        background-image: url('../images/jQuery/Extend/l-tab-left.jpg');
    }

    .ui-tabs .ui-tabs-nav .ui-corner-top .l-right {
        background-image: url('../images/jQuery/Extend/l-tab-right.jpg');
    }

.ui-tabs .ui-tabs-nav .ui-tabs-selected {
    background-image: url('../images/jQuery/Extend/tab-s-bg.jpg');
}

    .ui-tabs .ui-tabs-nav .ui-tabs-selected .l-left {
        background-image: url('../images/jQuery/Extend/l-tab-s-left.jpg');
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-selected .l-right {
        background-image: url('../images/jQuery/Extend/l-tab-s-right.jpg');
    }



.ui-tabs {
}

    .ui-tabs .ui-tabs-nav .btn {
        background-color: #fff;
        background-image: none;
        float: right;
    }

    .ui-tabs .ui-tabs-nav .chkbtn {
        background: url('../images/RightMenu/odd-checkBox.jpg') 0 0 repeat-x;
        cursor: pointer;
        float: left;
        width: 20px;
        height: 18px;
        text-align: center;
        margin: 0;
    }

        .ui-tabs .ui-tabs-nav .chkbtn input#chkBetslipAutoRefresh {
            margin: 3px 0 0 1px;
            padding: 0;
            *+margin: -1px 0 0 0;
        }

        .ui-tabs .ui-tabs-nav .chkbtn:hover {
            background-position: 0 -18px;
        }

.ui-state-default, .ui-widget-content .ui-state-default {
    font-weight: normal;
}

.ui-state-active a {
    font-weight: bold;
}

div.ui-datepicker {
    background-color: #000;
    display: none;
}

.ui-state-highlight-date, .ui-widget-content .ui-state-highlight-date {
    border: 1px solid #ccc;
    background: #eee url(../images/jQuery/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x;
    color: #F58400;
}

    .ui-state-highlight-date a, .ui-widget-content .ui-state-highlight-date a {
        color: #F58400;
    }

.ui-datepicker-week-end {
    background: #000;
    color: #FFF;
}

.ui-datepicker-week-days {
    background: #000;
    color: #FFF;
}

.ui-datepicker-calendar-header {
    background: #000;
    color: #FFF;
}

.ui-datepicker-today {
    color: #F58400;
}
/* iframe dialog */
.ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    padding: 0px;
}

    .ui-dialog .ui-dialog-content {
        padding: 0px;
    }
/* common dialog */
.c-dlg {
    padding: 3px;
    background-color: #efefef;
    border: solid 1px #cacaca;
    overflow: hidden;
    position: fixed!important;
    _position: fixed;
}
/* splash dialog */
.splash-dlg {
    padding: 3px;
    background-color: #efefef;
    border: solid 1px #cacaca;
    overflow: hidden;
    position: absolute!important;
    _position: absolute;
}

.c-dlg .ui-widget-header {
    height: 27px;
    padding: 0 25px 0 7px;
    background: transparent url(../images/common/d-header.gif) repeat-x scroll left top;
    color: #fff;
    font-weight: bold;
}

.c-dlg .ui-dialog-titlebar {
    position: relative;
}

.c-dlg .ui-dialog-titlebar-ribbon {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
    background: transparent url(../images/common/en_Dialogue_Box.gif);
}

.c-dlg .ui-dialog-title {
    float: left;
    margin: 7px 0 0 0;
    line-height: 14px;
}

.c-dlg .ui-dialog-titlebar-close {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 13px;
    width: 13px;
    margin: 0;
    padding: 0;
}

.c-dlg a.ui-dialog-titlebar-close:hover {
    border: none;
}

.c-dlg span.ui-icon-closethick {
    background: transparent url(../images/common/btn-r-close.jpg) no-repeat left top;
    height: 13px;
    width: 13px;
    margin: 0;
}
/* this is for star login */
.c-dlg .ui-dialog-content {
    margin: 17px 15px;
    background: none;
    border: none;
    color: #000;
}

    .c-dlg .ui-dialog-content .ui-icon {
        width: 30px;
        height: 28px;
        margin: 3px 5px 0 3px;
        background-position: top center;
    }

.c-dlg .ui-dialog-buttonpane {
    clear: both;
    margin: 0 15px 16px 15px;
    border: none;
    padding: 0;
    text-align: center;
}

    .c-dlg .ui-dialog-buttonpane button {
        float: none;
        min-width: 48px;
        height: 21px;
        margin: 0 2px;
        border: solid 1px #707070;
        padding-left: 10px;
        padding-right: 10px;
        background: transparent url(../images/common/btn_dialog.jpg) repeat-x scroll left top;
        font-weight: bold;
        color: #fff;
    }

    .c-dlg .ui-dialog-buttonpane .btnright {
        float: right;
    }

.c-dlg.ui-corner-all, .c-dlg .ui-corner-all {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.c-dlg .ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.c-dlg .ui-helper-clearfix {
    display: block;
}

.c-dlg p.tut-i {
    font-size: 11px;
    font-weight: bold;
    margin: 8px 0 0 0;
}

.c-dlg p.tut-t {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 8px 0;
}

.zh-cn .c-dlg p.tut-i, .zh-tw .c-dlg p.tut-i, .ko-kr .c-dlg p.tut-i {
    font-size: 12px;
    font-weight: normal;
    margin: 8px 0 0 0;
}

.zh-cn .c-dlg p.tut-t, .zh-tw .c-dlg p.tut-t, .ko-kr .c-dlg p.tut-t {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 8px 0;
}

/*GCR-518*/
.c-dlg .ui-dialog-content .windows-b {
    background: none;
    border: none;
    color: #000;
}


/* ------------------------------------ jQuery end --- */
/* common solution */
/* dialog */
.c-dlg .ui-dialog-buttonpane button {
    font-size: 1em;
}

.c-dlg .icon-info {
    background-image: url(../images/common/icon_info.gif);
}

.c-dlg .icon-promte {
    background-image: url(../images/common/icon_info.gif);
}

.c-dlg .icon-alert {
    background-image: url(../images/common/btn-d-exclaim.gif);
}

.c-dlg .icon-confirm {
    background-image: url(../images/common/btn-d-exclaim.gif);
}
/* iframe dialog --- just used in registration pages */
/* dropdown */
a.ddl-text {
    display: inline-block;
    padding: 3px 20px 3px 5px;
    border: 1px solid #b8b8b6;
    background: #fff url(../images/common/btn_dd_arrow.gif) no-repeat scroll right center;
    overflow: hidden;
    text-align: left;
}

a.ddl-text, .ddl-list a {
    color: #333;
    text-decoration: none!important;
}

a.ddl-dsd {
    color: Gray;
}

a.ddl-text:hover {
    border: 1px solid #aaa;
}
/*a.ddl-text:visited { color: #e7e7e7; }*/
.ddl-list {
    position: absolute;
    display: none;
    border: 1px solid #b8b8b6;
    z-index: 100;
    background-color: #fff;
}

    .ddl-list ul {
        overflow: hidden;
        overflow-y: auto;
        min-height: 1em;
        max-height: 200px;
    }

    .ddl-list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        background-color: #fff;
    }

        .ddl-list ul li a {
            display: block;
            padding: 3px 20px 3px 5px;
            white-space: nowrap;
        }

            .ddl-list ul li a.focus {
                background-color: #999;
                color: White;
            }

#list_countryId ul li a {
    display: block;
    padding: 3px 20px 3px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    width: 143px;
}

    #list_countryId ul li a.focus {
        background-color: #999;
        color: White;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 143px;
    }
/* break line for Popular Countries */
.ddl-list ul li.break-line {
    padding-left: 5px;
    color: black;
}

/* ellipsis --- move to the master pages for CDN */
span.pe {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
}

span.pebz {
    display: inline;
    overflow: hidden;
    white-space: nowrap;
}
/* loading */
.ajxldg {
    background-image: url(../images/common/loading3.gif);
    background-repeat: no-repeat;
    width: 220px;
    height: 22px;
}

.processing {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000 url(../images/Common/loading2.gif) no-repeat center center;
    opacity: 0.45;
    filter: Alpha(Opacity=45);
}
/* Tooltips */
/* style 1 */
a.ttip {
    position: relative; /*this is the key*/
    z-index: 24;
    text-decoration: none;
}

    a.ttip:hover {
        z-index: 25;
        text-decoration: none;
    }

    a.ttip span.tt {
        display: none;
    }

    a.ttip:hover span.tt {
        display: block;
        position: absolute;
        top: 1.5em;
        left: 0;
        width: 15em;
        border: 1px solid #000;
        background-color: #FBF1AC;
        color: #000;
        padding: 3px 5px;
    }
/* style 2 */
.tooltip {
    position: absolute;
    padding-bottom: 4px;
}

.tooltip-below {
    position: absolute;
    padding-top: 4px;
}

.tooltip-content {
    position: relative;
    width: auto;
    background-color: #FCECB8;
    padding: 5px 9px;
    border: 1px solid #000;
    color: #000;
    font-size: 1em;
}

.tooltip-arr {
    position: absolute;
    width: 7px;
    height: 4px;
    left: 17px;
    bottom: -4px;
    background: url(../images/Sport/img-tooltip-arr.gif) no-repeat left top;
}

.tooltip-content-c {
    position: relative;
    width: auto;
    background-color: #FCECB8;
    padding: 5px 9px;
    border: 1px solid #000;
    color: #000;
    font-size: 1em;
}

.tooltip-arr-c {
    position: absolute;
    width: 7px;
    height: 4px;
    left: 17px;
    bottom: -4px;
    background: url(../images/Sport/img-tooltip-arr.gif) no-repeat left top;
}

.tooltip-arr-below {
    position: absolute;
    width: 7px;
    height: 4px;
    left: 17px;
    top: -4px;
    background: url(../images/Sport/img-tooltip-arr.gif) no-repeat left top;
}
/* style 3 */
.tipsy {
    padding: 5px;
    font-size: 1em;
    opacity: 1.0;
    filter: alpha(opacity=100);
    background-repeat: no-repeat;
    background-image: url(../images/Sport/tipsy.gif);
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: Black;
    color: White;
    text-align: left;
    max-width: 200px;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-north {
    background-position: top center;
}

.tipsy-south {
    background-position: -220px bottom;
}

.tipsy-east {
    background-position: right center;
}

.tipsy-west {
    background-position: left center;
}
/* validator */
.vld {
    display: inline-block;
    vertical-align: top;
}

    .b-vld .i-r, .vld .i-r {
        width: 26px;
        height: 18px;
        background: url(../images/Common/alert_red.gif) no-repeat;
    }

    .b-vld .i-e, .vld .i-e {
        width: 16px;
        height: 16px;
        background: url(../images/Registration/btn-r-exclaim.gif) no-repeat;
    }
/* marquee */
ul.marquee {
    float: right;
    display: block;
    position: relative;
    overflow: hidden;
    width: 99%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

    ul.marquee li {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        white-space: nowrap;
        color: #fff;
        z-index: 100;
    }
/* Default */
a, a:visited {
    color: #2E2E2E;
    text-decoration: none;
}

    a:hover, a:active {
        color: #ff9c00;
        text-decoration: underline;
    }

img {
    border: 0;
}

.hidden {
    display: none;
}

.required {
    color: #f47721;
}

a.addMore {
    text-decoration: underline;
}

    a.addMore:hover {
        color: #ff9c00;
        text-decoration: underline;
    }

.clear {
    clear: both;
    height: 0!important;
}

.clear-all {
    clear: both;
    height: 0!important;
    font-size: 0;
}

.clearRight {
    clear: right;
}

.clear-list {
    height: 5px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.cl-l {
    float: left;
    display: block;
    margin: 2px 0 2px 0;
    text-align: left;
    white-space: normal;
    width: 610px;
}

.betLimit {
    height: 26px;
    display: block;
}

.tac {
    text-align: center;
}
/* Button Style 1 */
.btn1 {
    height: 18px;
    border: 1px solid #000;
    padding: 0 9px;
    background: url(../images/Common/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/Common/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/Common/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/Common/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;
    }
/* Top Link */
#TopLink {
    display: none;
    position: absolute;
    width: 31px;
    height: 32px;
    background: transparent url(../images/Common/b2top.gif) 0 0 no-repeat;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

a#TopLink:hover {
    background-position: 0 -32px;
}

#TopLink span {
    display: none;
}
/* Hidden elements */
#header .logo h1, #header .nav h2, #header .nav span, #container .bnr-prod h2 {
    left: -1000em;
    top: -1000em;
    position: absolute;
}

.top .sel-lang {
    float: right;
    margin-top: 3px;
}

.zh-cn .top .sel-lang,.zh-tw .top .sel-lang{
    margin-top: 2px;
}

.sel-lang select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #ccc;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    line-height: 22px;
    margin-top: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.zh-cn .sel-lang select,.zh-tw .sel-lang select  {
     font-size: 12px;
     margin-top: 2px;
}

.th-th .sel-lang select  {
     margin-top: 2px;
}

.sel-lang select:hover {
    color: #ff9c00;
}

/* Grid Layout */
#page {
    width: 1000px;
    margin: 0 auto;
}

#topMostBar {
    float: left;
    width: 100%;
    background: #fff url(../images/common/runningbg.jpg) repeat-x left top;
}

    #topMostBar #running-panel {
        float: left;
        width: 904px;
        height: 24px;
        margin: 0;
        overflow: hidden;
        background: url(../images/common/runningleft.jpg) no-repeat left top;
        line-height: 24px;
    }

body #topMostBar h2 {
    float: right;
    width: 96px;
    height: 24px;
    margin: 0;
    background: url(../images/common/buttonbg.jpg) no-repeat;
}

body.en-us #topMostBar h2, body.en-us #topMostBar h2 {
    font-size: 0.9em;
}

body.vi-vn #topMostBar h2, body.th-th #topMostBar h2, body.ko-kr #topMostBar h2, body.zh-cn #topMostBar h2, body.zh-tw #topMostBar h2 {
    font-size: 1em;
}

#topMostBar h2 a {
    display: block;
    float: right;
    height: 24px;
    width: 92px;
    margin: 0;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

/* header */
#header {
    clear: both;
}

    #header .top {
        height: 25px;
        line-height: 25px;
        background: url(../images/gc855_16.jpg) no-repeat bottom right;
    }

body.en-US #header .top, body.vi-vn #header .top {
    font-size: 0.8em;
}

#header .top li {
    float: left;
}

div#page-holder {
    background-position: center -40px;
}

    div#page-holder.annu {
        background-position: center -16px;
    }

#header .main div.user-info .user-navi {
    *padding: 0;
    *margin: 6px 0 0 0;
}
/* info section */
#header .info {
    height: 25px;
    float: right;
    margin: 1px 4px 0 0;
}

.zh-cn #header .info,.zh-tw #header .info{
    margin: 0px 4px 0 0;
}

    #header .info ul li {
        height: auto;
        color: #AAA;
    }

        #header .info ul li a {
            display: inline-block;
            padding: 0px 2px 0 2px;
            color: #AAA;
            line-height: normal;
        }

    #header .info a:hover, #header .info a:active {
        color: #ff9c00;
        text-decoration: underline;
    }
/* info tvicon */
.info ul li#tvicon {
    background-image: url(../images/Odds/live-tv.png);
    background-position: 0 7px;
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    text-align: right;
}
/*.info ul li#tvicon .icon { display:inline-block; background-image: url(../images/Odds/live-tv.png); background-position:0 7px; background-repeat: no-repeat; width:10px; height:16px; padding-top:7px\0; }*/
/* time zone & language switcher */
#header .time {
    float: right;
    height: 25px;
    color: #AAA;
}

    #header .time span {
        display: inline-block;
        line-height: 24px;
    }

    #header .time li.country-select {
        max-width: 94px;
        display: inline-block;
    }

.time li.time-zone {
    padding-right: 6px;
    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: 23px;
    background: #333333 url(../images/Common/btn_dropdown.gif) no-repeat right 7px;
    border-bottom: 0;
}

.time .sel-lang a.country {
    display: block;
    width: 46px;
    background: url(../images/Common/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;
}

#language {
    width: 90px;
    background-color: #333;
    border: 1px solid #ababab;
}

body.en-US #language, body.en-us #language, body.vi-vn #language, body.th-th #language {
    font-size: 1.1em;
}

#language ul {
    width: 100%;
}

    #language ul li a {
        display: block;
        line-height: 25px;
        padding-left: 25px;
        background: transparent url(../images/Common/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;
}
/* main menu */
#header .main {
    position: relative;
    height: 55px;
    border-bottom: 1px solid #ff9c00;
}

#header .logo {
    float: left;
    cursor: pointer;
    width: 109px;
    top: -25px;
    padding: 0;
    margin: 0 0 0 9px;
    clear: both;
}

    #header .logo a, #header .logo span {
        cursor: pointer;
        display: block;
        height: 80px;
        width: 109px;
        background: url(../images/gc855_logo.jpg) no-repeat left center;
        bottom: 0;
        padding: 0;
        position: absolute;
    }

body.zh-cn #header .logo a, body.zh-cn #header .logo span {
    background-image: url(../images/gc855_logo.jpg);
}

body.zh-tw #header .logo a, body.zh-tw #header .logo span {
    background-image: url(../images/gc855_logo.jpg);
}

/* nav*/
#header .nav #main-items {
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 157px;
    margin: 21px 0 0 0;
    z-index: 1000;
}

#header .nav li {
    display: inline-block;
    float: left;
    height: 34px;
}
/* by default */
/*#menu a { display: block; height: 22px; background: url(../images/language/en-US/Common/btn_main_navi.gif) no-repeat left top; }*/
.main .nav li a {
    background-image: url(../images/Head/Header_navi_Menu.png);
    background-repeat: no-repeat;
    height: 34px;
    display: inline-block;
}

.main .nav ul #sports a {
    margin-right: 24px;
    width: 52px;
}

    .main .nav ul #sports a:hover {
        background-position: 0px -34px!important;
    }

    .main .nav ul #sports a.selected {
        background-position: 0px -68px!important;
    }

.main .nav ul #casino a {
    margin-right: 24px;
    width: 57px;
    background-position: -52px 0px;
}

    .main .nav ul #casino a:hover {
        background-position: -52px -34px!important;
    }

    .main .nav ul #casino a.selected {
        background-position: -52px -68px!important;
    }

.main .nav ul #live a {
    margin-right: 24px;
    width: 89px;
    background-position: -109px 0px;
}

    .main .nav ul #live a:hover {
        background-position: -109px -34px!important;
    }

    .main .nav ul #live a.selected {
        background-position: -109px -68px!important;
    }
/* zh-cn & zh-tw */
body.zh-cn .nav ul li a {
    background-image: url(../images/Head/Header_navi_Menu_zhcn.png);
}

body.zh-tw .nav ul li a {
    background-image: url(../images/Head/Header_navi_Menu_zhtw.png);
}

body.zh-cn .nav ul #sports a, body.zh-tw .nav ul #sports a {
    width: 65px;
}

body.zh-cn .nav ul #casino a, body.zh-tw .nav ul #casino a {
    width: 48px;
    background-position: -65px 0px;
}

    body.zh-cn .nav ul #casino a:hover, body.zh-tw .nav ul #casino a:hover {
        background-position: -65px -34px!important;
    }

    body.zh-cn .nav ul #casino a.selected, body.zh-tw .nav ul #casino a.selected {
        background-position: -65px -68px!important;
    }

body.zh-cn .nav ul #live a, body.zh-tw .nav ul #live a {
    width: 68px;
    background-position: -113px 0px;
}

    body.zh-cn .nav ul #live a:hover, body.zh-tw .nav ul #live a:hover {
        background-position: -113px -34px!important;
    }

    body.zh-cn .nav ul #live a.selected, body.zh-tw .nav ul #live a.selected {
        background-position: -113px -68px!important;
    }
/* ko-kr */
body.ko-kr .nav ul li a {
    background-image: url(../images/Head/Header_navi_Menu_kokr.png);
}

body.ko-kr .nav ul #sports a {
    width: 49px;
}

body.ko-kr .nav ul #casino a {
    width: 48px;
    background-position: -49px 0px;
}

    body.ko-kr .nav ul #casino a:hover {
        background-position: -49px -34px!important;
    }

    body.ko-kr .nav ul #casino a.selected {
        background-position: -49px -68px!important;
    }

body.ko-kr .nav ul #live a {
    width: 101px;
    background-position: -97px 0px;
}

    body.ko-kr .nav ul #live a:hover {
        background-position: -97px -34px!important;
    }

    body.ko-kr .nav ul #live a.selected {
        background-position: -97px -68px!important;
    }
/* th-th */
body.th-th .nav ul li a {
    background-image: url(../images/Head/Header_navi_Menu_thth.png);
}

body.th-th .nav ul #sports a {
    width: 27px;
    background-position: 0px 0px;
}

body.th-th .nav ul #casino a {
    width: 45px;
    background-position: -27px 0px;
}

    body.th-th .nav ul #casino a:hover {
        background-position: -27px -34px!important;
    }

    body.th-th .nav ul #casino a.selected {
        background-position: -27px -68px!important;
    }

body.th-th .nav ul #live a {
    width: 63px;
    background-position: -73px 0px;
}

    body.th-th .nav ul #live a:hover {
        background-position: -73px -34px!important;
    }

    body.th-th .nav ul #live a.selected {
        background-position: -74px -68px!important;
    }
/* vi-vn */
body.vi-vn .nav ul li a {
    background-image: url(../images/Head/Header_navi_Menu_vivn.png);
}

body.vi-vn .nav ul #sports a {
    width: 70px;
    background-position: 0px 0px;
}

body.vi-vn .nav ul #casino a {
    width: 54px;
    background-position: -70px 0px;
}

    body.vi-vn .nav ul #casino a:hover {
        background-position: -70px -34px!important;
    }

    body.vi-vn .nav ul #casino a.selected {
        background-position: -70px -68px!important;
    }

body.vi-vn .nav ul #live a {
    width: 144px;
    background-position: -124px 0px;
}

    body.vi-vn .nav ul #live a:hover {
        background-position: -124px -34px!important;
    }

    body.vi-vn .nav ul #live a.selected {
        background-position: -124px -68px!important;
    }

/*SportsBooks Menu*/
.top .SportsBookMenu {
    float: left;
    margin-left: 153px;
    margin-top: 2px;
}

    .top .SportsBookMenu li a {
        height: 11px;
        color: #FFF;
        line-height: normal;
        padding: 0 5px;
        border-right: solid 1px #FFF;
        font-size: 11px;
        display: inline-block;
        margin-top: 4px;
    }

        .top .SportsBookMenu li a:hover, .top .SportsBookMenu li a.selected {
            color: #ff9c00;
        }

        .top .SportsBookMenu li a.last {
            border: none;
        }
/* user info */
#header .user-info {
    float: right;
    margin: 0 14px 0 0;
    width: auto;
    position: absolute;
    right: 0;
    *width: 370px;
    width: 370px\9\0;
}

.user-info ul#preLogin {
    float: right;
    height: 24px;
}

.user-info .login-panel {
    margin: 8px 0 0 0;
    height: 20px;
}

    .user-info .login-panel li {
        float: left;
        padding-left: 6px;
    }

    .user-info .login-panel .works a.bnr {
        background-position: 0 -78px;
        height: 21px;
        line-height: 21px;
        padding: 0 9px 0 9px;
        background-image: url(../images/Common/bnr_button.jpg);
        background-repeat: repeat-x;
        font-weight: bold;
        border: 1px solid #5E5E5E;
        display: inline-block;
        color: #FFF;
    }

    .user-info .login-panel input.login {
        width: 102px;
        padding: 4px 6px;
        background-color: #f3f3f3;
        border: 1px solid #d6d6d6;
        height: 13px;
    }
/*Loading for login*/
#header .main .user-info .ajxldg {
    float: right;
    margin: 18px 0 0 80px;
}
/* login */
body.login #preLogin, body.login #TitleForgotPass {
    display: none;
}

body.en-US .panel-link a, body.vi-vn .panel-link a, body.th-th .panel-link a {
    font-size: 0.8em;
}

.user-info .panel-link {
    clear: both;
    margin: 4px 6px 0 0;
    text-align: right;
}

    .user-info .panel-link a {
        height: 12px;
        color: #FFF;
        text-decoration: none;
        margin-left: 2px;
    }

        .user-info .panel-link a:hover, .panel-link a.focus {
            color: #ff9c00;
        }
    /*JoinNow*/
    .user-info .panel-link .btoj {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;
        padding-right: 5px;
        font-weight: bold;
    }

/* after login */
.user-navi, .user-name {
    color: #AAA;
    line-height: 14px;
}

    .user-navi li a:hover, .user-navi li a:active, .user-name li a:hover, .user-name li a:active {
        color: #ff9c00;
        text-decoration: underline;
    }

    .user-navi li.last, .user-name li.last {
        padding-right: 0;
        border: none;
    }

.user-navi {
    margin: 6px 0 8px;
}

    .user-navi li {
        float: right;
        border-right: 1px solid;
        padding: 0 4px 0 5px;
    }

        .user-navi li a {
            display: block;
            color: #c6c6c6;
        }

.user-name {
    border-top: 1px dashed #676767;
    padding-top: 5px;
    clear: both;
}

    .user-name li {
        float: right;
        border-right: 1px solid #fff;
        padding: 0 6px;
        color: #fff;
    }

#login .user-name li a {
    color: #FFF;
}

.user-navi li.announcement a {
    display: block;
}

    .user-navi li.announcement a:hover, .user-navi li.announcement a:active, .user-name li.announcement a:hover, .user-name.announcement li a:active {
        color: #fff962;
        text-decoration: underline;
    }

/*.user-name li div.helloUser { display: inline-block; margin-top: 0px; border: 5px solid #ffff00; }*/
#login .user-name li a.balance {
    font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
    color: #99d54a;
    text-decoration: none;
    width: auto;
    height: 17px;
    padding-right: 24px;
    display: inline-block;
    background-image: url(../images/Head/refresh-btn.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
}

body.en-US .user-navi, body.en-us .user-navi, body.vi-vn .user-navi {
    font-size: 0.8em;
}

body.en-US .user-name a.balance, body.en-us .user-name a.balance, body.vi-vn .user-name a.balance, body.th-th .user-name a.balance {
    font-size: 1.2em;
}
/*GCR-747*/
.user-info .user-name ul li a.hide-ban {
    height: 12px;
    width: 12px;
    display: inline-block;
    background-image: url(../images/Head/bal_showHide_icon.png);
    background-repeat: no-repeat;
    background-position: right -12px;
    margin: 2px 4px 0 0;
    float: left;
}

.user-info .user-name ul li a.-c {
    background-position: right 0;
}
/* footer */
#footer {
}
/* sponsor list */
#sponsors_bar {
    height: 115px;
    background: url('../images/Common/img_sponsors_bg.jpg') repeat-x #1e1e1e;
    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/Common/footer_icons.gif') no-repeat left top;
}

.bolton {
    width: 31px;
    height: 53px;
    margin-right: 7px;
    background-position: 0 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;
}

.everton {
    width: 32px;
    height: 36px;
    margin-right: 9px;
    background-position: -432px 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;
}

.iom {
    width: 35px;
    height: 28px;
    margin: 0 7px 0 -3px;
    background-position: -135px 0;
}

.firstcagayan {
    width: 22px;
    height: 28px;
    margin: 0 7px 0 -3px;
    background-position: -592px 0;
}

.tst {
    width: 45px;
    height: 22px;
    margin-right: 6px;
    background-position: -170px 0;
}

.tawte {
    width: 67px;
    height: 23px;
    margin-right: 8px;
    background-position: -214px 0;
}

.icra {
    width: 59px;
    height: 22px;
    margin-top: -1px;
    background-position: -281px 0;
}

.resgame {
    width: 26px;
    height: 26px;
    margin: 0 9px 0 1px;
    background-position: -340px 0;
}

.gamcare {
    width: 28px;
    height: 29px;
    margin-right: 6px;
    background-position: -366px 0;
}

.gamaid {
    width: 38px;
    height: 21px;
    margin: 0 9px 0 1px;
    background-position: -394px 0;
}

.sheffield {
    width: 29px;
    height: 30px;
    margin-right: 9px;
    background-position: -465px 0;
}

.londonwasps {
    width: 32px;
    height: 29px;
    margin-right: 9px;
    background-position: -495px 0;
}

.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 10px 10px;
    background: url('../images/Common/img_disclaimers_bg.jpg') repeat-x #181818;
}

#disclaimers_links li {
    float: left;
    width: 233px;
    margin-right: 15px;
    height: auto;
    color: #616161;
}

    #disclaimers_links li.last {
        margin: 0;
    }

    #disclaimers_links li h3 {
        margin: 0 0 3px;
        padding-bottom: 7px;
        border-bottom: 1px dotted #3a3a3a;
        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: #616161;
            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;
}

/* for pecial line spacing of footer disclaimers at ie8*/
body.ko-kr #disclaimers_links li p, body.zh-cn #disclaimers_links li p, body.zh-tw #disclaimers_links li p {
    margin: 0 0 10px;
    line-height: 1.3em;
    text-align: left;
    font-size: 1em;
}

/* for special shown at footer */
body.login .has-cred, body.guest .has-cred {
    display: none;
}

body.credit .has-cred {
    display: block;
}

body.credit .no-cred {
    display: none!important;
}

body.credit #footer #sponsors_list {
    width: 750px!important;
}

body.credit #footer #copyright_text {
    margin-top: 18px;
    padding-top: 10px;
}

body.credit #sponsors_bar #sponsors_list li.security {
    width: 278px;
}

body.deposit .deposit-no-cred {
    display: none!important;
}

body.deposit #footer #sponsors_list {
    width: 750px!important;
}

body.deposit #footer #icon_tst {
    display: none!important;
}

body.deposit #sponsors_bar #sponsors_list li.security {
    width: 287px;
}

body.deposit.th-th #sponsors_bar #sponsors_list li.security {
    width: 287px;
}

body.deposit.ko-kr #sponsors_bar #sponsors_list li.clubs {
    width: 332px;
}

body.deposit.ko-kr #sponsors_bar #sponsors_list li.security {
    width: 287px;
}

body.guest #sponsors_bar #sponsors_list li.security {
    width: 290px;
}

.s-c {
    text-align: center;
    color: #1e1e1e;
}

#errMsg {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 400px;
    height: Auto;
    padding: 2px;
    background: #FEFE8D;
    border: solid 1px #A4A4A4;
    color: Black;
}

#errLostConnMsg {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 400px;
    height: Auto;
    padding: 2px;
    background: #FF9393;
    border: solid 1px #A4A4A4;
    color: Black;
}

#err-box td {
    padding: 5px;
}

a.apply_disabled:link, a.apply_disabled:active, a.apply_disabled:visited {
    cursor: default;
    cursor: default;
    text-decoration: none;
    color: #aaaaaa;
}

a.apply_disabled:hover {
    background-position: 0 0px;
}

#button {
    cursor: pointer;
}

.n-o {
    color: #950101 !important;
}
/* negative odds */
.vs {
    color: #FF9200;
    font-weight: bold;
}

.nav1 {
    width: 700px;
    position: absolute;
    left: 175px;
    top: 28px;
}

#header .nav1 li {
    float: left;
    margin-right: 26px;
}

.nav1 ul li {
    width: 120px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 11px;
    _padding-bottom: 8px;
    display: inline;
    overflow: hidden;
    text-align: center;
}

    .nav1 ul li a {
        color: #999;
        font-size: 14px;
        font-weight: 800;
        display: block;
        height: 24px;
        padding-bottom: 6px;
    }

        .nav1 ul li a:visited {
            color: #999;
        }

        .nav1 ul li a:hover {
            color: #FFF;
        }

    .nav1 ul li .navhover {
        background: url(../images/navigation.gif ) no-repeat center;
        color: #FFF;
    }

        .nav1 ul li .navhover:visited {
            color: #FFF;
        }

.nav2 {
    width: 700px;
    position: absolute;
    left: 175px;
    top: 28px;
}

#header .nav2 li {
    float: left;
    margin-right: 26px;
}

.nav2 ul li {
    width: 140px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 11px;
    _padding-bottom: 8px;
    display: inline;
    overflow: hidden;
    text-align: center;
}

    .nav2 ul li a {
        color: #999;
        font-size: 14px;
        font-weight: 800;
        display: block;
        height: 24px;
        padding-bottom: 6px;
    }

        .nav2 ul li a:visited {
            color: #999;
        }

        .nav2 ul li a:hover {
            color: #FFF;
        }

    .nav2 ul li .navhover {
        background: url(../images/navigation.gif ) no-repeat center;
        color: #FFF;
    }

        .nav2 ul li .navhover:visited {
            color: #FFF;
        }
