@import url("topbar.css");

body {
    background: url(../images/bg-loop.jpg) repeat;
    font-size: 13px;
    font-family: 'Roboto',san-serif;
    line-height: 20px;
}

.Wrapper {
    width: 100%;
}

.Main {
    width: 1000px;
    background: #fff;
    margin: -3px auto 15px;
}

ul.Menu {
    display: block;
    float: left;
    padding-bottom: 10px;
}

    ul.Menu li {
        float: left;
        font-family: 'Roboto',san-serif;
        color: #a7a7a7;
    }

        ul.Menu li a.TrangChu {
            color: #fff;
            background: url(../images/menu-act.gif) no-repeat right top #555;
            padding: 0px 15px 0px 30px;
            margin-right: 10px;
            display: block;
        }

        ul.Menu li a {
            color: #a7a7a7;
            padding: 0px 10px 0px 10px;
            height: 23px;
        }

            ul.Menu li a:hover {
                text-decoration: underline;
            }

.Mail {
    float: right;
    padding-right: 30px;
    font-family: 'Roboto',san-serif;
    color: #a7a7a7;
}

.TextRed {
    color: #cf2a3a;
}

.Mail a {
    color: #cf2a3a;
}

.Content {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    border: 4px solid dimgrey;
}

.Sidebar {
    width: 250px;
    border-right: 1px solid #e1e1e1;
    height: 100%;
    padding: 20px 20px 30px 30px;
    float: left;
}

.Title {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    position: relative;
    text-align: center;
}

.Wrapper .Content h2 {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto',san-serif;
    text-transform: uppercase;
    color: #cf2a3a;
    padding-right: 35px;
    border-bottom: 3px solid #cf2a3a;
    float: left;
    padding-bottom: 3px;
}

.Content img {
    vertical-align: inherit;
}

.Sidebar .User {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 6px;
}

.TextXu {
    color: #cf2a3a;
    font-size: 15px;
    width: 70px;
    display: block;
    float: left;
}

.Text15 {
    font-size: 15px;
}

.Content a.NapXu {
    background: url(../images/bt-napxu.gif) no-repeat left top;
    width: 74px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 6px 0 9px;
}

    .Content a.NapXu:hover {
        background-position: 0 -31px;
    }

.Content a.NapXuOff {
    background: url(../images/bt-napxu.gif) no-repeat left -62px;
    width: 74px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    cursor: default;
    float: left;
    margin: 6px 0 9px;
}

.Content a.ChuyenXu {
    background: url(../images/bt-chuyen.gif) no-repeat left top;
    width: 166px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 6px 0 9px 8px;
}

    .Content a.ChuyenXu:hover {
        background-position: 0 -32px;
    }

.Content a.ChuyenXuOff {
    background: url(../images/bt-chuyen.gif) no-repeat left -62px;
    width: 166px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    cursor: default;
    float: left;
    margin: 6px 0 9px 8px;
}

.Line {
    border-bottom: 1px dotted #000;
    clear: both;
}

.Content ul.Nav {
    padding: 9px 0;
    overflow: hidden;
    font-size: 15px;
    margin: 0 0 20px;
}

    .Content ul.Nav li {
        float: left;
        width: 100%;
        margin-bottom: 1px;
    }

        .Content ul.Nav li a {
            color: #101010;
            background: url(../images/icon-nor.gif) no-repeat 10px 15px;
            padding: 6px 0 6px 20px;
            display: block;
        }

            .Content ul.Nav li a:hover,
            .Content ul.Nav li.Active a {
                color: #cf2a3a;
                background: url(../images/icon-hover.gif) no-repeat 10px 15px;
            }

.Odd {
    background: #e5e5e5;
}

.Even {
    background: #f2f2f2;
}

.Content a.Thoat {
    background: url(../images/bt-thoat.gif) no-repeat 0px 0px;
    width: 81px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    margin: 10px auto 10px;
    position: relative;
    top: 0;
    left: 0;
    font-weight: normal;
}

    .Content a.Thoat:hover {
        background-position: 0 -32px;
    }

.Ads {
}

.Account {
    padding: 20px 0 0 20px;
    display: block;
    overflow: hidden;
}

#info, #matkhau {
    width: 650px;
}

.Content a.Change {
    color: #555;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    top: 3px;
    right: 0px;
}

    .Content a.Change:hover {
        text-decoration: underline;
    }

.Row {
    margin-bottom: 1px;
    overflow: hidden;
}

    .Row label {
        width: 130px;
        font-weight: bold;
        display: block;
        text-align: left;
        padding: 4px 0 5px 5px;
        border-right: 1px solid #fff;
        float: left;
    }

        .Row label.TextArea {
            height: 50px;
        }

textarea.Message {
    height: 40px;
    width: 180px;
    padding: 3px;
}

#matkhau label {
    width: 148px;
}

.HeightLabel {
    padding: 9px 0 9px 5px !important;
}

input.HoTen {
    background: url(../images/bg-input.gif) no-repeat 0px 0px;
    width: 174px;
    height: 24px;
    border: none;
    margin: -2px 0 -2px 0px;
    padding: 0 5px;
}

input.Nut {
    background: url(../images/bg-button.gif) no-repeat 0px 0px;
    width: 81px;
    height: 32px;
    border: none;
    margin: 10px 10px 15px 148px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

    input.Nut:hover {
        background-position: 0px -32px;
        color: #fff;
    }

    input.Nut.Nut2 {
        margin: 10px 10px 15px 0px;
    }

.Note {
    color: #6c6c6c;
}

    .Note a {
        color: #CF2A3A;
    }

.Row .Text {
    display: block;
    padding: 4px 0 5px 10px;
    float: left;
    width: 504px;
}

#matkhau .Text {
    width: 486px;
}

.Error {
    background: #ebdadc;
    padding: 6px 0 6px 10px;
    color: #cf2a3a;
    margin-bottom: 10px;
    border: 1px solid #f1bfc4;
    border-radius: 3px;
}

    .Error p {
        background: url(../images/icon-error.jpg) no-repeat 0px 5px;
        padding: 2px 0 2px 20px;
    }

.Right {
    background: #e4eadc;
    padding: 6px 0 6px 10px;
    color: #628a2b;
    margin-bottom: 10px;
    border: 1px solid #d0dcbf;
    border-radius: 3px;
}

    .Right p {
        background: url(../images/icon-right.jpg) no-repeat 0px 5px;
        padding: 2px 0 2px 20px;
    }

.Account h3 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}
/* Dang ky */
#dangky {
    width: 553px;
    padding-left: 30px;
    padding-top: 30px;
    float: left;
}

#error {
    width: 940px;
    padding: 30px;
    float: left;
}

.Information {
    padding-left: 20px;
    padding-bottom: 30px;
}

    .Information h3 {
        font-size: 15px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 3px;
    }

.TextForm {
    width: 100%;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

    .TextForm.Last {
        margin-bottom: 10px;
    }

.DieuKhoan {
    margin-left: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

#form1 {
    padding-top: 10px;
}

.TextForm label {
    width: 140px;
    text-align: right;
    display: block;
    float: left;
    padding-right: 5px;
    margin-top: 5px;
}

.TextForm img {
    margin-left: 160px;
    margin-top: 15px;
}

.TextNote {
    font-size: 11px;
    margin-left: 147px;
    clear: both;
}

.Margin160 {
    margin-left: 149px !important;
}

.Margin100 {
    margin-left: 100px !important;
}

.Margin135 {
    margin-left: 135px !important;
}

.Checktext {
    float: left !important;
    width: auto !important;
}

input.BgText {
    background: url(../images/bg-thongtin.gif) no-repeat 0px 0px;
    width: 290px;
    height: 25px;
    display: block;
    border: none;
    margin: 0;
    padding: 3px 5px;
    float: left;
}

input.BgText2 {
    background: url(../images/bg-thongtin02.gif) no-repeat 0px 0px;
    width: 290px;
    height: 25px;
    display: block;
    border: none;
    margin: 0;
    padding: 3px 5px 3px;
}

input.CapCha {
    background: url(../images/bg-capcha.gif) no-repeat 0px 0px;
    width: 174px;
    height: 25px;
    display: block;
    float: left;
    border: none;
    margin: 0;
    padding: 3px 5px;
}

#date, #month, #year, #gioitinh {
    width: 70px;
    height: 30px;
    display: block;
    margin-right: 5px;
    float: left;
}

input.CheckBox {
}

label#labelAgree {
    background: url(../images/icon-checkbox.gif) no-repeat 0px 0px;
    float: left;
    height: 16px;
    width: 16px;
    display: block;
    margin: 3px 10px 0 0;
    z-index: 2;
    cursor: pointer
}

label#labelAgree {
}

label.Check {
    background: url(../images/icon-checkbox.gif) no-repeat -16px 0px !important;
}

input.DangKy {
    background: url(../images/bt-dangky.gif) no-repeat 0px 0px;
    width: 74px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    border: none;
    clear: both;
    margin: 10px 0 10px 205px;
    cursor: pointer;
}

    input.DangKy:hover {
        background-position: -74px 0;
    }

input.DangNhap, a.DangNhap, input.BtDangNhap {
    background: url(../images/bt-dangnhap.gif) no-repeat 0px 0px;
    width: 93px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    border: none;
    clear: both;
    cursor: pointer;
}

a.DangNhap {
    margin: 10px auto;
}

input.DangNhap, input.BtDangNhap {
    margin: 10px 0 10px 147px;
}

    input.DangNhap:hover, a.DangNhap:hover, input.BtDangNhap:hover {
        background-position: 0px -31px;
    }

input.KhoiPhuc {
    background: url(../images/bt-khoiphuc.gif) no-repeat 0px 0px;
    width: 85px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    border: none;
    clear: both;
    margin: 10px 0 10px 147px;
    cursor: pointer;
}

    input.KhoiPhuc:hover {
        background-position: 0px -31px;
    }

a.Refresh {
    background: url(../images/bt-refresh.gif) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    display: block;
    border: none;
    float: left;
    margin-left: 10px
}

    a.Refresh:hover {
        background-position: -25px 0;
        width: 28px;
    }
/* -------*/
.MenuFoot {
    width: 1000px;
    margin: 0 auto;
}

.Copyright {
    width: 368px;
    float: left;
    padding: 8px 0 8px 24px;
}

    .Copyright img {
        float: left;
        margin-top: 20px;
    }

    .Copyright .Text {
        margin-left: 75px;
    }

.MenuFoot h2 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    border-bottom: none;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: none;
}

.Link {
    border-left: 1px solid #e9e9e9;
    padding: 10px 0 8px 16px;
    float: left;
    width: 118px;
    height: 80px;
}

.LinkLast {
    border-left: 1px solid #e9e9e9;
    padding: 10px 0 8px 16px;
    float: left;
    width: 145px;
    height: 80px;
}

ul.NavFoot {
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
}

    ul.NavFoot li {
        float: left;
        width: 100%;
    }

        ul.NavFoot li a {
            background: url(../images/icon-footer.gif) no-repeat 1px 6px;
            color: #555;
            padding-left: 9px;
            font-size: 11px;
        }

            ul.NavFoot li a:hover {
                text-decoration: underline;
            }
/* table */
.ViewTable {
    margin: 0 auto 10px;
    border-collapse: collapse;
    color: #010101;
}

    .ViewTable thead tr th {
        color: #010101;
        background: #ccc;
        font-weight: bolder;
        padding: 5px 10px;
        border: 1px solid #fff;
    }

.OddRow {
    background: #f2f2f2;
}

.EvenRow {
    background: #e5e5e5;
}

.ViewTable tbody tr td {
    padding: 4px 5px;
    border: 1px solid #fff;
    text-align: center;
    color: inherit;
}

.MyTable tbody tr.OddRow td {
    color: #ff6601;
}
/* Paging */
.PagingWrapper {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.PagingLeft {
    left: -50%;
    position: relative;
    float: right;
}

.PagingRight {
    left: 50%;
    position: relative;
    float: left;
}

.PagingWrapper ul {
    overflow: hidden;
    float: left;
}

    .PagingWrapper ul li {
        float: left;
        padding-right: 6px;
    }

        .PagingWrapper ul li a {
            border: 1px solid #999;
            padding: 0px 5px 2px;
            display: block;
            color: #000;
            height: 17px;
        }

            .PagingWrapper ul li a:hover {
                background: #c7c7c7;
                border: 1px solid #c7c7c7;
            }

        .PagingWrapper ul li.Active {
            background: #c7c7c7;
            border: 1px solid #c7c7c7;
            padding: 0px 5px 2px;
            display: block;
            color: #000;
            margin-right: 6px;
            height: 17px;
        }

a.PagePreOut, .PagePreOut,
a.PageNextOut, .PageNextOut,
a.PageNext, .PageNext,
a.PagePre, .PagePre {
    background: url(../images/paging.jpg) no-repeat 0px 0px;
    width: 17px;
    height: 21px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin-right: 6px;
}

a.PagePreOut, .PagePreOut {
    background-position: 0 0;
}

a.PagePre, .PagePre {
    background-position: -17px 0;
}

a.PageNext, .PageNext {
    background-position: -34px 0;
}

a.PageNextOut, .PageNextOut {
    background-position: -51px 0;
}

a.PagePreOut:hover {
    background-position: 0 -21px;
}

a.PagePre:hover {
    background-position: -17px -21px;
}

a.PageNext:hover {
    background-position: -34px -21px;
}

a.PageNextOut:hover {
    background-position: -51px -21px;
}

span.PageNextOut, span.PagePreOut, span.PageNext, span.PagePre {
    opacity: 0.5;
}

ul.Event {
    padding: 0;
    overflow: hidden;
}

    ul.Event li {
        border-bottom: 1px dotted #000;
        overflow: hidden;
        line-height: 0px;
        margin-bottom: 11px;
    }

        ul.Event li ul {
            padding-bottom: 10px;
        }

            ul.Event li ul li {
                float: left;
                padding-right: 56px;
                border: none;
                width: 120px;
                padding-bottom: 10px;
                display: block;
                margin-bottom: 0;
            }

                ul.Event li ul li.Last {
                    padding-right: 0;
                }

                ul.Event li ul li a {
                    color: #000;
                    line-height: 18px;
                }

                    ul.Event li ul li a:hover {
                        color: #cf2c3c;
                    }

            ul.Event li ul.TienIch {
                padding-bottom: 10px;
            }

                ul.Event li ul.TienIch li {
                    width: 320px;
                    padding-right: 10px;
                    position: relative;
                }

                    ul.Event li ul.TienIch li.Last {
                        padding-right: 0;
                    }

                    ul.Event li ul.TienIch li a {
                        float: left;
                    }

                    ul.Event li ul.TienIch li img {
                        border: 1px solid #9e9e9e
                    }

                    ul.Event li ul.TienIch li .GameName {
                        padding-left: 10px;
                        float: left;
                        padding-top: 10px;
                        line-height: 18px;
                    }

ul.TienIch li .GameName .Name {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

ul.Event li ul.GamePlay {
    padding-bottom: 10px;
}

    ul.Event li ul.GamePlay li {
        padding-right: 12px;
        text-align: center;
    }

        ul.Event li ul.GamePlay li.Last {
            padding-right: 0;
        }

ul.GamePlay li .Name {
    padding-right: 12px;
}

ul.Event li ul.Movie {
    padding-bottom: 10px;
}

    ul.Event li ul.Movie li {
        padding-right: 7px;
        width: 124px;
    }

        ul.Event li ul.Movie li.Last {
            padding-right: 0px;
        }

ul.Event li ul.News {
    padding-bottom: 10px;
}

    ul.Event li ul.News li {
        padding-right: 16px;
        width: 150px;
        text-align: left;
    }

        ul.Event li ul.News li.Last {
            padding-right: 0px;
        }

.ChoiNgay {
    background: url(../images/bg-choi-ngay.gif) no-repeat 0px 0px;
    width: 57px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    margin: 5px auto 0;
}

a.ChiTiet {
    background: url(../images/bt-chitet.gif) no-repeat 0px 0px;
    width: 61px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    bottom: 30px;
}

    a.ChiTiet:hover {
        background-position: 0 -22px;
    }

#napkxu {
    width: 457px;
    float: left;
    overflow: hidden;
}

    #napkxu .Error {
        background: url(../images/bg-error2.gif) no-repeat 0px 0px;
        width: 431px;
        height: 23px;
        display: block;
        padding: 9px 0 5px 26px;
        color: #cf2a3a;
        margin-bottom: 10px;
    }

    #napkxu .Right {
        background: url(../images/bg-error2.gif) no-repeat 0px -37px;
        width: 429px;
        height: 24px;
        display: block;
        padding: 9px 0 5px 26px;
        color: #628a2b;
        margin-bottom: 10px;
    }

    #napkxu label {
        width: 125px;
        font-weight: normal;
        text-align: right;
        padding-right: 8px;
        margin-top: 3px;
    }

    #napkxu .Text {
        width: 312px;
        padding: 0;
    }

input.NapThe {
    background: url(../images/bg-input2.gif) no-repeat;
    border: medium none;
    margin: 0px 0;
    padding: 5px 5px 10px;
    width: 210px;
    float: left;
}

.Text .Nut {
    margin: 0px 0 0 6px;
}

#napkxu .Row {
    margin: 5px 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.Clear {
    clear: both;
}

.Text11 {
    font-size: 11px;
}

.Text20 {
    font-size: 20px;
}

.TextCenter {
    text-align: center;
}

.Card {
    width: 171px;
    padding: 10px 0 0 20px;
    float: left;
}

ul.NameCard {
    overflow: hidden;
}

    ul.NameCard li {
        margin-bottom: 10px;
        cursor: pointer
    }

        ul.NameCard li a {
            background: url(../images/img-doitac04.jpg) no-repeat;
            display: block;
            text-indent: -9999px;
            width: 171px;
            height: 67px;
        }

            ul.NameCard li a.MOMO {
                background-position: 0 -668px;
            }

                ul.NameCard li a.MOMO:hover,
                ul.NameCard li.Active a.MOMO {
                    background-position: -171px -668px;
                }

            ul.NameCard li a.ATM {
                background-position: 0 -536px;
            }

                ul.NameCard li a.ATM:hover,
                ul.NameCard li.Active a.ATM {
                    background-position: -171px -536px;
                }

            ul.NameCard li a.CC {
                background-position: 0 -603px;
            }

                ul.NameCard li a.CC:hover,
                ul.NameCard li.Active a.CC {
                    background-position: -171px -603px;
                }

            ul.NameCard li a.VNP {
                background-position: 0 0;
            }

                ul.NameCard li a.VNP:hover,
                ul.NameCard li.Active a.VNP {
                    background-position: -171px 0;
                }

            ul.NameCard li a.VMS {
                background-position: 0 -67px;
            }

                ul.NameCard li a.VMS:hover,
                ul.NameCard li.Active a.VMS {
                    background-position: -171px -67px;
                }

            ul.NameCard li a.VTT {
                background-position: 0 -134px;
            }

                ul.NameCard li a.VTT:hover,
                ul.NameCard li.Active a.VTT {
                    background-position: -171px -134px;
                }

            ul.NameCard li a.VTC {
                background-position: 0 -201px;
            }

                ul.NameCard li a.VTC:hover,
                ul.NameCard li.Active a.VTC {
                    background-position: -171px -201px;
                }

            ul.NameCard li a.MGC {
                background-position: 0 -268px;
            }

                ul.NameCard li a.MGC:hover,
                ul.NameCard li.Active a.MGC {
                    background-position: -171px -268px;
                }

            ul.NameCard li a.FPT {
                background-position: 0 -469px;
            }

                ul.NameCard li a.FPT:hover,
                ul.NameCard li.Active a.FPT {
                    background-position: -171px -469px;
                }

            ul.NameCard li a.KUL {
                background-position: 0 -801px;
            }

                ul.NameCard li a.KUL:hover,
                ul.NameCard li.Active a.KUL {
                    background-position: -171px -801px;
                }

            ul.NameCard li a.BaoKim {
                background-position: 0 -335px;
            }

                ul.NameCard li a.BaoKim:hover,
                ul.NameCard li.Active a.BaoKim {
                    background-position: -171px -335px;
                }

            ul.NameCard li a.PaYoo {
                background-position: 0 -402px;
            }

                ul.NameCard li a.PaYoo:hover,
                ul.NameCard li.Active a.PaYoo {
                    background-position: -171px -402px;
                }

            ul.NameCard li a.TrueMoney {
                background-position: 0 -735px;
            }

                ul.NameCard li a.TrueMoney:hover,
                ul.NameCard li.Active a.TrueMoney {
                    background-position: -171px -735px;
                }

img#imageCaptcha {
    border: 1px dashed red
}

.MarginT30 {
    margin-top: 28px;
}

#napkxu .Nut {
    margin-left: 139px;
}

a.Text_Doi {
    color: #833eaa;
}

    a.Text_Doi:hover {
        text-decoration: underline;
    }

#info .TextForm img {
    margin-left: 0;
    border: 1px solid #d2d2d2;
    padding: 0 20px;
}

.Margin0 {
    margin-left: 0 !important;
    margin-top: 20px !important;
}

.Padding5 {
    padding-bottom: 5px;
}

.ServerSle {
    padding: 3px;
    margin: 2px;
    font-size: 13px;
    cursor: pointer
}

a.LinkQA {
    font-weight: bold;
    color: red;
    text-decoration: none
}

div.ImageAlert {
    display: inline-block;
    margin: 7px 0 0 10px;
    padding: 0;
}

div.ImageSuccess {
    background: url(../images/icon-right.png) no-repeat center top transparent;
    width: 15px;
    height: 16px;
}

div.ImageError {
    background: url(../images/icon-error.png) no-repeat center top transparent;
    width: 15px;
    height: 16px;
}

ul.Pack {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}

    ul.Pack li {
        float: left;
        padding-right: 17px;
    }

        ul.Pack li.Last {
            padding-right: 0px;
        }

        ul.Pack li a {
            cursor: pointer
        }

.Popup_DangKy {
    background: url(../images/bg-popup-dangky.png) no-repeat left top transparent;
    width: 337px;
    height: 315px;
    padding: 40px 40px;
    position: absolute;
    font-family: Tahoma,'Roboto',san-serif;
    overflow: hidden
}

    .Popup_DangKy h3 {
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        color: #ff6000;
        margin-bottom: 10px;
    }

    .Popup_DangKy .Error {
        background: #ebdadc;
        border: 1px solid #e8b6bc;
        padding: 9px 6px;
        font-size: 12px;
        color: #cf2a3a;
        border-radius: 2px;
        margin-bottom: 9px;
        line-height: 18px;
    }

        .Popup_DangKy .Error .Icon_Error {
            background: url(../images/icon-error.png) no-repeat left 3px transparent;
            display: inline-block;
            padding: 0 0 0 20px;
        }

    .Popup_DangKy .Right {
        background: #e4eadc;
        border: 1px solid #c6d2b6;
        padding: 9px 6px;
        font-size: 12px;
        color: #628a2b;
        border-radius: 2px;
        line-height: 18px;
    }

        .Popup_DangKy .Right .Icon_Right {
            background: url(../images/icon-right.png) no-repeat left 3px transparent;
            display: inline-block;
            padding: 0 0 0 20px;
        }

    .Popup_DangKy label {
        display: none;
    }

    .Popup_DangKy .BgText {
        background: url("../images/input-popup.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        display: block;
        height: 26px;
        margin: 0;
        padding: 3px 5px;
        width: 290px;
        color: #010101;
    }

    .Popup_DangKy .BgText03 {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
        color: #010101;
        display: block;
        height: 23px;
        margin: 0;
        padding: 3px 5px;
        width: 100px;
        color: #010101;
        float: left
    }

    .Popup_DangKy .TextNote {
        clear: both;
        font-size: 11px;
        margin: 0;
        color: #8d8d8d;
    }

.TextNote2 a {
    color: #ff6000;
    font-weight: bold;
    text-decoration: underline;
}

    .TextNote2 a:hover {
        text-decoration: none;
    }

.TextNote3 {
    color: #8d8d8d;
    margin-top: 5px;
    padding: 5px;
    border: 1px dotted #8d8d8d;
}

    .TextNote3 a {
        color: #ff6000;
        font-weight: bold;
        text-decoration: underline;
    }

        .TextNote3 a:hover {
            text-decoration: none;
        }

.Popup_DangKy .TextNote2 {
    color: #8d8d8d;
    line-height: 16px;
    padding: 10px 0 0;
}

.Popup_DangKy .ChoiNgay {
    background: url("../images/popup-dongy-dangky.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin: 10px 10px 0 0;
    text-indent: -9999px;
    width: 100px;
}

    .Popup_DangKy .ChoiNgay:hover {
        background-position: 0 -32px;
    }

.Popup_DangKy .XuLy {
    background: url("../images/popup-xuly.gif") no-repeat 0 0;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin: 10px 10px 0 0;
    text-indent: -9999px;
    width: 100px;
}

.Daily {
    margin-bottom: 30px
}

.UpperCase {
    text-transform: uppercase;
}
/* Tab */
ul.Tab {
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0 10px;
    text-align: center;
}

    ul.Tab li {
        display: inline;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

        ul.Tab li a {
            color: #000;
            padding: 0 5px;
        }

            ul.Tab li a:hover,
            ul.Tab li.Active a {
                color: #cf2a3a;
            }

.TextCenter {
    text-align: center;
}

.Icon_Social {
    width: auto;
    margin: 2px 0 20px 221px;
    overflow: hidden;
}

a.Face {
    background: url(../images/icon-face.gif) no-repeat 0 1px;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}

a.Plus {
    background: url(../images/icon-plus.gif) no-repeat 0 1px;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}

a.Yahoo {
    background: url(../images/icon-yahoo.gif) no-repeat 0 1px;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    float: left;
}

    a.Plus:hover, a.Yahoo:hover, a.Face:hover {
        margin-top: -1px;
    }

img#ImageLoadingPlayer {
    display: none
}

ul.NameCard li a.BIT {
    background: url("../images/bit.png") no-repeat;
    display: block;
    height: 67px;
    text-indent: -9999px;
    width: 171px;
    border: 1px solid #f0f0f0
}

    ul.NameCard li a.BIT:hover, ul.NameCard li.Active a.BIT {
        background: url("../images/bit_hover.png") no-repeat;
    }

ul.NameCard li a.ZING {
    background: url("../images/zing.png") no-repeat;
    display: block;
    height: 67px;
    text-indent: -9999px;
    width: 171px;
    border: 1px solid #f0f0f0
}

    ul.NameCard li a.ZING:hover, ul.NameCard li.Active a.ZING {
        background: url("../images/zing.png") no-repeat 0px -67px;
    }

input.NutDisabled {
    background: url("../images/bg-button.gif") no-repeat 0px -32px;
    border: medium none;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    margin: 10px 10px 15px 138px;
    text-align: center;
    width: 81px;
    color: #fff;
}

.BtXuLy {
    background: url(../images/bt-xuly-popup.gif) no-repeat 0 0px;
    height: 33px;
    width: 96px;
    display: block;
    text-indent: -9999px;
    border: none;
    clear: both;
    cursor: pointer;
    margin: 10px 0 10px 147px;
}

.MailClass {
    font-weight: bold;
    color: blue;
    cursor: pointer
}

.AlertBoxM {
    background: #ebdadc none repeat scroll 0 0;
    border: 1px solid #e8b6bc;
    border-radius: 2px;
    color: #cf2a3a;
    font-size: 15px;
    min-height: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 20px 2px;
    text-align: center;
}

.bntPaymentKulXu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#49c0f0+0,2cafe3+100;Blue+3D+%2311 */
    background: #49c0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #49c0f0 0%,#2cafe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */

    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 5px;
    min-width: 96px;
    border-radius: 3px;
}

    .bntPaymentKulXu:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7b0d+0,ffa84c+100 */
        background: #ff7b0d; /* Old browsers */
        background: -moz-linear-gradient(top, #ff7b0d 0%, #ffa84c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ff7b0d 0%,#ffa84c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ff7b0d 0%,#ffa84c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
    }

.wrapper-out {
    height: 100vh;
}