﻿@charset "utf-8";
/* CSS Document */
body, td, th {
    font-family: Tahoma;
}

body {
    background: url("/Content/Admin/images/bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    margin: 10px;
    padding: 0 0 1px;
    font-family: Arial,Tahoma;
}

#border-top.h_blue {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 50px;
}

#logo {
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
    width: 50%;
    color: #575757;
}

.title2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    float: right;
    padding-right: 10px;
}

#content-box {
    border: 1px solid #CCC;
    border-top: 0;
    float: left;
    width: 99.85%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
}

#element-box {
    margin-bottom: 11px;
}

.login {
    margin: 50px auto 100px !important;
    width: 488px;
}

.wbg {
    background-color: #FFFFFF !important;
    border: 2px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin-bottom: 100px;
    padding: 0 8px;
    width: 488px;
}

h1 {
    color: #025A8D;
    font-size: 1.818em;
    margin: 0;
    padding-bottom: 8px;
    margin: 10px 0 5px 10px;
}

.loginform {
    border: 0 none;
    float: left;
    margin: 0 0 5px 2px;
    padding: 5px;
    text-align: left;
    width: 325px;
}

.text {
    display: block;
    margin: 5px 15px 16px 0;
    font-size: 12px;
    clear: left;
    float: left;
}

.mod-login-username, .mod-login-password {
    clear: right;
    float: right;
    margin: 0 35px 0 20px;
    min-width: 150px;
}

input, select {
    font-size: 12px;
    padding: 2px;
    color: #333333;
}

.title1 {
    display: block;
    margin: 5px 15px 16px 0;
    font-size: 12px;
    clear: left;
    float: left;
    color: #F03;
    line-height: 14px;
}

#header-box {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #CCCCCC;
}

.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}

#menu,
#menu ul,
#menu li {
    margin: 0;
    padding: 0;
    border: 0 none;
}

#menu {
    position: relative;
    /*z-index: 100;*/
}

    #menu li {
        float: left;
        position: relative;
        list-style: none;
        display: inline;
    }

        #menu li a {
            display: block;
            white-space: nowrap;
        }

        #menu li ul {
            visibility: hidden;
            position: absolute;
        }

        #menu li li ul {
            top: 0;
            left: 0;
        }

        #menu li:hover ul {
            visibility: visible;
        }

            #menu li:hover ul li ul {
                visibility: hidden;
            }

        #menu li:hover li:hover ul {
            visibility: visible;
            left: 100%;
        }

    /* ---- Menu layout -------------------------- */
    #menu li {
        border-left: 1px solid #fff;
        border-right: 1px solid #d8d8d8;
    }

        #menu li li {
            border: 0;
            display: block;
            float: none;
        }

    #menu ul {
        border: 0.1em solid #ccc;
        background: #f6f6f6 url(Images/bg-menu.gif) repeat-y left;
    }

        #menu ul li.node {
            background: transparent #333 no-repeat right 50%;
        }

        #menu ul li.separator {
            background: #DDE1E6 url(Images/bg-menu.gif);
            height: 1px;
        }

    #menu a,
    #menu div {
        padding: 0.35em 1em 0.35em;
        margin: 0 1px 0 1px;
        color: #333333;
        line-height: 1.6em;
        vertical-align: middle;
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
        cursor: default;
        background-repeat: no-repeat;
        background-position: left 50%;
    }

    #menu li.disabled a,
    #menu li.disabled:hover a {
        color: gray;
        background-color: transparent;
        margin: 0 1px;
        border-left-width: 0;
        border-right-width: 0;
    }

    #menu ul a {
        font-size: 1em;
        font-weight: normal;
        padding-left: 25px;
        padding-right: 20px;
        line-height: 1.2em;
    }

    /* 1 level - hover */
    #menu li:hover a {
        background-color: #dbe4e9;
        border-left: 1px solid #025a8d;
        border-right: 1px solid #025a8d;
        margin: 0;
    }

    /* 2 level - normal */
    #menu li:hover li a {
        background-color: transparent;
        border: 1px solid transparent;
        margin: 1px;
    }

    /* 2 level - hover */
    #menu li:hover li:hover a {
        background-color: #dbe4e9;
        border-color: #025a8d;
    }

    /* 3 level - normal */
    #menu li:hover li:hover li a {
        background-color: transparent;
        border-color: transparent;
    }

        /* 3 level - hover */
        #menu li:hover li:hover li a:hover {
            background-color: #dbe4e9;
            border-color: #025a8d;
        }

a.icon-16-menu span img {
    vertical-align: bottom;
}

/* ---- Submenu styles -------------------------- */
#submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 115%;
}

    #submenu li {
        float: left;
        padding: 0;
        margin: 0;
    }

        #submenu li a,
        #submenu span.nolink {
            cursor: pointer;
            padding: 0 15px;
            border-right: 1px solid #ccc;
            font-size: 1.1em;
            font-weight: bold;
            color: #808080;
            line-height: 14px;
            height: 12px;
        }

    #submenu span.nolink {
        color: #999;
    }

        #submenu a:hover,
        #submenu a.active,
        #submenu span.nolink.active {
            color: #146295;
            background: #FFF;
        }

.icon-16-cpanel {
    background-image: url(Images/menu/icon-16-cpanel.png);
}

.icon-17-cpanel {
    background-image: url(Images/menu/icon-16-info.png);
}

.icon-recycle-cpanel {
    background-image: url(Images/menu/02_Recycle_16x16.png);
}

.icon-18-cpanel {
    background-image: url(Images/menu/icon-16-user.png);
}

.icon-19-cpanel {
    background-image: url(Images/menu/icon-16-maintenance.png);
}

.icon-25-cpanel {
    background-image: url(Images/menu/icon-16-help-shop.png);
}

.icon-20-cpanel {
    background-image: url(Images/menu/icon-16-module.png);
}

.icon-21-cpanel {
    background-image: url(Images/menu/icon-16-user-dd.png);
}

.icon-22-cpanel {
    background-image: url(Images/menu/icon-16-category.png);
}
/* -- STATUS STYLES ----------------------------- */

#module-status {
    float: right;
}

    #module-status > span {
        display: block;
        float: left;
        line-height: 16px;
        padding: 4px 10px 0 22px;
        margin-bottom: 5px;
    }

    #module-status .viewsite {
        background: url(Images/icon-16-viewsite.png) 3px 4px no-repeat;
    }



    #module-status .unread-messages a {
        font-weight: bold;
    }

    #module-status .loggedin-users {
        background: url(Images/icon-16-back-user.png) 3px 3px no-repeat;
    }


    #module-status .logout {
        background: url(Images/icon1.png) 3px 3px no-repeat;
    }

#module-unread-new span {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

#module-unread span {
    color: black;
    text-decoration: none;
}

#module-unread img,
#module-unread-new img {
    border: 0;
}

span.stat-notice {
    font-weight: bold;
}

div.noparams-notice {
    text-align: center;
    padding: 5px;
}

p.noparams {
    padding: 20px 15px;
}

p.noresults {
    padding: 20px 15px;
}

span.adminlist-searchstatus a {
    padding-left: 20px;
}

a {
    color: #025A8D !important;
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: underline;
    }

.submenu-box, div.m {
    border: 1px solid #ccc;
    padding: 0 8px;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#element-box, #toolbar-box, #submenu-box {
    padding: 10px 10px 0;
}

div#element-box div.m {
    float: left;
    min-height: 380px;
    padding: 10px;
    width: 98%;
}
/* -- CONTROL PANEL STYLES ----------------------------- */
.cpanel div.icon, #cpanel div.icon {
    text-align: center;
    margin-right: 39px;
    float: left;
    margin-bottom: 15px;
}

    .cpanel div.icon a, #cpanel div.icon a {
        background: url(/Content/Admin/images/bk_icon.png) repeat-x;
        background-position: -30px;
        display: block;
        float: left;
        height: 97px;
        width: 130px;
        color: #565656;
        vertical-align: middle;
        text-decoration: none;
        border: 1px solid #CCC;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition-property: background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
        -moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
    }

        .cpanel div.icon a:hover, #cpanel div.icon a:hover {
            background: url(/Content/Admin/images/bk_icon.png) repeat-x;
            background-position: -30px;
            display: block;
            float: left;
            height: 97px;
            width: 130px;
            color: #565656;
            vertical-align: middle;
            text-decoration: none;
            border: 1px solid #0d83c1;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px 5px 5px 5px;
            -webkit-transition-property: background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
            -moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
            -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
        }

#cpanel img,
.cpanel img {
    padding: 8px 0;
    margin: 0 auto;
    width: 48px;
}

#cpanel span,
.cpanel span {
    display: block;
    text-align: center;
}

.c_left {
    width: 54%;
    float: left;
}

div.cpanel-right {
    width: 45%;
    float: right;
}

div#position-icon.pane-sliders div.pane-down div.icon-wrapper {
    margin: 5px 0 5px 0;
    float: left;
}

div#position-icon.pane-sliders div.pane-down .icon-wrapper .icon {
    padding: 5px 0 5px 10px;
    margin: 0;
}
/* -- PANE SLIDER STYLES ----------------------------- */
.pane-sliders {
    /*margin: 18px 0 0 0;*/
    position: relative;
}

    .pane-sliders .title {
        margin: 0;
        padding: 2px 2px 2px 5px;
        color: #666;
        cursor: pointer;
    }

#content-pane {
    margin: 8px 10px 15px 15px;
}

.pane-sliders .panel {
    margin-bottom: 3px;
    border: solid 1px #ccc;
}

    .pane-sliders .panel h3 {
        background: #fafafa;
        color: #666;
    }

.pane-sliders .content {
    background: #fff;
}

.pane-sliders .adminlist {
    border: 0 none;
    font-size: 1em;
}

    .pane-sliders .adminlist td {
        border: 0 none;
    }

.pane-toggler span {
    background: transparent url(Images/muiten.png) 5px 50% no-repeat;
    padding-left: 20px;
}

.pane-toggler-down span {
    background: transparent url(Images/muiten.png) 5px 50% no-repeat;
    padding-left: 20px;
}

.pane-toggler-down {
    border-bottom: 1px solid #ccc;
}

h3.pane-toggler-down a:hover,
h3.pane-toggler a:hover {
    text-decoration: none;
}

.pane-slider.pane-hide {
    display: none;
}

.pane-slider ol li {
    list-style: none;
    margin-left: -25px;
    margin-top: 10px;
}

input#jformparams_link_titles1,
input#jformparams_show_title1,
input#jformparams_link_category1 {
    margin-left: 13px;
}

div#position-icon.pane-sliders div.pane-down div.icon-wrapper {
    margin: 5px 0 5px 0;
}

div#position-icon.pane-sliders div.pane-down .icon-wrapper .icon {
    padding: 5px 0 5px 10px;
    margin: 0;
}

div#position-icon.pane-sliders .icon {
    background: #fff;
}
/* Adminlist grids */

table.adminlist {
    width: 100%;
    border-spacing: 1px;
    background-color: #f3f3f3;
    color: #666;
}

    table.adminlist td,
    table.adminlist th {
        padding: 4px;
    }

    table.adminlist td {
        padding-left: 8px;
    }

    table.adminlist thead th {
        text-align: center;
        background: #f7f7f7;
        color: #666;
        border-bottom: 1px solid #CCC;
        border-left: 1px solid #fff;
    }

        table.adminlist thead th.left {
            text-align: left;
        }

    table.adminlist thead a:hover {
        text-decoration: none;
    }

    table.adminlist thead th img {
        vertical-align: middle;
        padding-left: 3px;
    }

    table.adminlist tbody th {
        font-weight: bold;
    }

    table.adminlist tbody tr {
        background-color: #fff;
        text-align: left;
    }

        table.adminlist tbody tr.row0:hover td,
        table.adminlist tbody tr.row1:hover td, table.adminlist tbody tr.row1:hover .texAdminCart, table.adminlist tbody tr.row0:hover .texAdminCart {
            background-color: #e8f6fe;
        }

        table.adminlist tbody tr td {
            background: #fff;
            border: 1px solid #fff;
            padding: 10px 8px;
        }

            table.adminlist tbody tr td .texAdminCart {
                background: #fff;
                text-align: center;
            }

        table.adminlist tbody tr.row1 td {
            background: #f0f0f0;
            border-top: 1px solid #FFF;
        }

        table.adminlist tbody tr.row1 .texAdminCart {
            background: #f0f0f0;
        }

    table.adminlist tfoot tr {
        text-align: center;
        color: #333;
    }

    table.adminlist tfoot td, table.adminlist tfoot th {
        background-color: #f7f7f7;
        border-top: 1px solid #999;
        text-align: center;
    }

    table.adminlist td.order {
        text-align: center;
        white-space: nowrap;
        width: 200px;
    }

        table.adminlist td.order span {
            float: left;
            width: 20px;
            text-align: center;
            background-repeat: no-repeat;
            height: 13px;
        }

a, img {
    margin: 0;
    padding: 0;
}

table.adminlist .pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

element.style {
    border-bottom: medium none;
    border-top: medium none;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

.pane-slider content pane-hide {
    padding-top: 0px;
    border-top-style: none;
    padding-bottom: 0px;
    border-bottom-style: none;
    overflow: hidden;
    height: 0px;
}
/*css for button login */
.textbox_css {
    background: transparent url('Images/bg_button.gif');
    background-repeat: no-repeat;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    width: 95px;
    border-radius: 10px;
    text-decoration: none;
    border: 0;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 32px;
    margin-left: 56px;
    cursor: pointer;
}

.coppyright {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

#lock {
    background: url("Images/j_login_lock.png") no-repeat scroll 50% 0 transparent;
    height: 137px;
    width: 150px;
    float: left;
}

#toolbar-box .m {
    background: none repeat scroll 0 0 #F4F4F4;
    min-height: 48px;
}

#toolbar-box {
    margin-bottom: 10px;
}

div#toolbar-box div.m {
    padding: 5px 0 10px;
}
/* Main toolbars */
div.toolbar-list {
    float: right;
    text-align: right;
    padding: 0;
}

    div.toolbar-list ul {
        margin: 0;
        padding: 0;
    }

    div.toolbar-list li {
        padding: 1px 1px 3px 4px;
        text-align: center;
        color: #666;
        height: 48px;
        list-style: none;
        float: left;
    }

        div.toolbar-list li.spacer {
            width: 10px;
        }

        div.toolbar-list li.divider {
            border-right: 1px solid #c7c7c7;
            width: 2px;
        }

    div.toolbar-list span {
        float: none;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        display: block;
    }

    div.toolbar-list a {
        display: block;
        float: left;
        white-space: nowrap;
        border: 1px solid #F4F4F4;
        padding: 1px 5px;
        cursor: pointer;
        line-height: 25px;
    }

        div.toolbar-list a:hover,
        div.toolbar-list a:focus,
        div.toolbar-list a:active {
            border-left: 1px solid #eee;
            border-top: 1px solid #eee;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            text-decoration: none;
            color: #0B55C4;
        }

.icon-32-new {
    background: url(images/icon-32-new.png) no-repeat;
}

.view-fullscreen {
    background: url(images/view-fullscreen-32.png) no-repeat;
}

.icon-32-sendactive {
    background: url(images/duyet.png) no-repeat;
}

.icon-32-trave {
    background: url(images/trave.png) no-repeat;
}

.icon-32-xuatban {
    background: url(images/up.png) no-repeat;
}

.icon-32-haxuong {
    background: url(images/haxuong.png) no-repeat;
}

.icon-32-edit {
    background-image: url("images/icon-32-edit.png");
}

.icon-32-publish {
    background-image: url("images/icon-32-publish.png");
}

.icon-32-unpublish {
    background-image: url("images/icon-32-unpublish.png");
}

.icon-32-delete {
    background-image: url("images/icon-32-delete.png");
}

.icon-32-apply22 {
    background-image: url("images/icon-32-apply33333.png");
}

.icon-32-apply {
    background-image: url("images/icon-32-apply.png");
}

.icon-32-cancel {
    background-image: url("images/icon-32-cancel.png");
}

.icon-32-excel {
    background-image: url("images/table_excel.png");
}
/* Page titles */
div.pagetitle {
    padding-left: 60px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

    div.pagetitle h2 {
        line-height: 48px;
        font-size: 2em;
        font-weight: bold;
        color: #146295;
        margin: 0;
        padding: 0;
        font-family: 'Times New Roman';
    }

    div.pagetitle span {
        color: #666;
    }

.icon-48-article {
    background: url(images/icon-48-groups.png) no-repeat;
    margin-top: 3px;
}
/* submenu-box*/
#submenu-box {
    margin-bottom: 10px;
}

.submenu-box, div.m {
    border: 1px solid #ccc;
    padding: 0 8px;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.submenu-box, #submenu-box div.m {
    padding: 6px 8px;
}

#submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 115%;
}

    #submenu li {
        float: left;
        padding: 0;
        margin: 0;
    }

        #submenu li a,
        #submenu span.nolink {
            cursor: pointer;
            padding: 0 15px;
            border-right: 1px solid #ccc;
            font-size: 11px;
            font-weight: bold;
            color: #808080;
            line-height: 14px;
            height: 12px;
        }

    #submenu span.nolink {
        color: #999;
    }

        #submenu a:hover,
        #submenu a.active,
        #submenu span.nolink.active {
            color: #146295;
            background: #FFF;
        }
/* Administrator forms, lists */
fieldset.adminform {
    margin: 10px;
    overflow: hidden;
}

    fieldset.adminform legend {
        margin: 0;
        padding: 0;
    }

ul.adminformlist,
ul.adminformlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.adminformlist {
    padding-top: 20px;
}

form {
    margin: 0;
    padding: 0;
}

fieldset#filter-bar {
    border-color: -moz-use-text-color -moz-use-text-color #D5D5D5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    min-height: 35px;
}

fieldset {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
}

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            display: list-item;
            height: 36px;
            padding-bottom: 5px;
        }

.fltlft {
    float: left;
}

label.filter-search-lbl {
    margin-left: 5px;
}

form label,
form span.faux-label {
    font-size: 11px;
}

fieldset input,
fieldset textarea,
fieldset select,
fieldset img,
fieldset button {
    float: left;
    width: auto;
    margin: 5px 5px 5px 0;
}

#filter_search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid silver;
    font-size: 0.909em;
}

fieldset label,
fieldset span.faux-label {
    float: left;
    /*clear: left;*/
    display: block;
    margin: 5px 5px 0;
}

button {
    margin-top: 4px;
    background: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 11px;
}

    button:hover {
        cursor: pointer;
        background: #E8F6FE;
        text-decoration: none;
        border: 1px solid #aaa;
    }

/*.fltrt
{
    float: right;
}*/

div.filter-select input,
div.filter-select select {
    margin-left: 5px;
    margin-right: 5px;
}
/* Adminlist grids */

table.adminlist {
    width: 100%;
    border-spacing: 1px;
    background-color: #f3f3f3;
    color: #666;
}

    table.adminlist td {
        padding-left: 8px;
    }

    table.adminlist thead th.left {
        text-align: left;
    }

    table.adminlist thead a:hover {
        text-decoration: none;
    }

    table.adminlist thead th img {
        vertical-align: middle;
        padding-left: 3px;
    }

.nowrap {
    white-space: nowrap;
}

table.adminlist tbody th {
    font-weight: bold;
}

table.adminlist tbody tr {
    background-color: #fff;
    text-align: left;
    line-height: 20px;
}

    table.adminlist tbody tr.row0:hover td,
    table.adminlist tbody tr.row1:hover td {
        background-color: #e8f6fe;
    }


table.adminlist tfoot tr {
    text-align: center;
    color: #333;
}

table.adminlist tfoot td, table.adminlist tfoot th {
    background-color: #f7f7f7;
    border-top: 1px solid #999;
    text-align: center;
}

table.adminlist td.order {
    text-align: center;
    white-space: nowrap;
    width: 200px;
}

    table.adminlist td.order span {
        float: left;
        width: 20px;
        text-align: center;
        background-repeat: no-repeat;
        height: 13px;
    }

table.adminlist .pagination {
    display: inline-block;
    margin: 10px auto 0;
    padding: 0;
    float: left;
}

table.adminform {
    background-color: #fff;
    border: solid 1px #d5d5d5;
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 10px 0;
    margin-bottom: 15px;
}

    table.adminform tr.row0 {
        background-color: #f9f9f9;
    }

    table.adminform tr.row1 {
        background-color: #eeeeee;
    }

    table.adminform th {
        font-size: 1.091em;
        padding: 6px 2px 4px 4px;
        text-align: left;
        height: 25px;
        color: #000;
        background-repeat: repeat;
    }

    table.adminform td {
        padding: 5px;
        text-align: left;
        font-size: 1.091em;
    }

        table.adminform td.filter {
            text-align: left;
        }

        table.adminform td.helpMenu {
            text-align: right;
        }

td.center,
th.center,
.center {
    text-align: center;
    float: none;
}

    td.center img,
    th.center img {
        float: none;
    }

.jgrid span.publish {
    background: url(images/round_checkmark_icon&16.png) no-repeat;
}

.jgrid span.state {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.jgrid span.text {
    display: none;
}

div#element-box div.m form table.adminlist tr td a {
    font-size: 11px;
}

.container {
    clear: both;
    text-decoration: none;
}

.pagination div.limit {
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0 10px;
}

    .pagination div.limit select#limit {
        width: 50px;
    }

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left;
}


    .button2-left a,
    .button2-right a,
    .button2-left button,
    .button2-right button,
    .button2-left span,
    .button2-right span {
        display: block;
        height: 22px;
        float: left;
        line-height: 22px;
        font-size: 1em;
        color: #333;
        cursor: pointer;
    }

    .button2-left span, .button2-right span {
        cursor: default;
        color: #999;
    }

    .button2-left .page a,
    .button2-right .page a,
    .button2-left .page span,
    .button2-right .page span,
    .button2-left .blank a,
    .button2-right .blank a,
    .button2-left .blank span,
    .button2-right .blank span,
    .button2-left .blank button,
    .button2-right .blank button {
        padding: 0 6px;
    }

    .button2-left a:hover,
    .button2-right a:hover,
    .button2-left button:hover,
    .button2-left button:hover {
        text-decoration: none;
        color: #0B55C4;
    }

    .button2-left a,
    .button2-left span,
    .button2-left button {
        padding: 0 24px 0 6px;
    }

    .button2-right a,
    .button2-right span,
    .button2-right button {
        padding: 0 6px 0 24px;
    }

.button2-left {
    background: url(images/j_button2_left.png) no-repeat;
    float: left;
    margin-right: 10px;
}

.button2-right {
    background: url(images/j_button2_right.png) 100% 0 no-repeat;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
}

    .button2-right .start {
        background: url(images/j_button2_first.png) no-repeat;
    }

    .button2-right.off .start {
        background: url(images/j_button2_first_off.png) no-repeat scroll 0 0 transparent;
    }

.button2-left .page,
.button2-left .blank {
    background: url(images/j_button2_right_cap.png) 100% 0 no-repeat;
}

.button2-left .next {
    background: url(images/j_button2_next.png) 100% 0 no-repeat;
}

.button2-left.off .next {
    background: url(images/j_button2_next_off.png) 100% 0 no-repeat;
}

.button2-right .prev {
    background: url("images/j_button2_prev.png") no-repeat scroll 0 0 transparent;
}

.button2-left .end {
    background: url(images/j_button2_last.png) 100% 0 no-repeat;
}

.button2-left.off .end {
    background: url(images/j_button2_last_off.png) 100% 0 no-repeat;
}

.button2-left .image {
    background: url(images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
    background: url(images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
    background: url(images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
    background: url(images/j_button2_blank.png) 100% 0 no-repeat;
}

.button2-left .article {
    background: url(images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-right.off .prev {
    background: url("images/j_button2_prev_off.png") no-repeat scroll 0 0 transparent;
}

#system-message {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

    #system-message dd.message ul {
        background-color: #C3D2E5;
        background-image: url("images/notice-info.png");
    }

    #system-message dd {
        font-weight: bold;
        margin: 0;
        text-indent: 30px;
    }

        #system-message dd ul {
            background-position: 4px top;
            background-repeat: no-repeat;
            border-bottom: 3px solid #84A7DB;
            border-top: 3px solid #84A7DB;
            color: #0055BB;
            list-style: none outside none;
            margin-bottom: 10px;
            padding: 10px;
            border-radius: 10px 10px 10px 10px;
        }


fieldset {
    border-radius: 10px 10px 10px 10px;
}

.fltlft {
    float: left;
    margin-bottom: 15px;
}

div.width-60 {
    width: 60%;
}

div.width-40 {
    width: 40%;
}

    div.width-20 fieldset,
    div.width-30 fieldset,
    div.width-35 fieldset,
    div.width-40 fieldset,
    div.width-45 fieldset,
    div.width-50 fieldset,
    div.width-55 fieldset,
    div.width-60 fieldset,
    div.width-65 fieldset,
    div.width-70 fieldset,
    div.width-80 fieldset,
    div.width-100 fieldset {
        background-color: #fff;
        padding: 5px 17px 17px 17px;
    }

div.panel fieldset {
    border: 0 none;
}

.icon-49-article {
    background: url(images/doc_plus_icon&48.png) no-repeat;
    margin-top: 3px;
}

legend {
    color: #146295;
    font-size: 1.182em;
    font-weight: bold;
}

fieldset.adminform label,
fieldset.adminform span.faux-label {
    min-width: 135px;
    padding: 0 5px 0 0;
}

fieldset.panelform {
    overflow: hidden;
    clear: both;
}

    fieldset.panelform label,
    fieldset.panelform div.paramrow label,
    fieldset.panelform span.faux-label {
        min-width: 145px;
        max-width: 250px;
        padding: 0 5px 0 0;
    }

label#jform_title-lbl,
label#jform_leveltitle-lbl,
label#jform_grouptitle-lbl {
    padding-top: 3px;
}

input#jform_title,
input#jform_leveltitle,
input#jform_grouptitle {
    font-size: 11px;
    text-align: left;
}

input.required {
    background-color: #d5eeff;
}

.star {
    color: #ff0000;
    font-size: 11px;
}

.star2 {
    color: #ff0000;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding-left: 10px;
}

/*CSS tìm kiếm*/
.btnSearch {
    background-color: #ECECD8;
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 2px #F5F5F5;
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px;
    padding: 2px 10px 4px 10px;
    position: relative;
    line-height: 17px;
}

.btnupload {
    background: url("Images/download.png") no-repeat scroll 15px top rgba(0, 0, 0, 0);
    background-color: #ECECD8;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 2px #F5F5F5;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    margin-left: 10px;
    padding: 2px 80px 5px;
    position: relative;
}

.csTexbox {
    width: 200px;
    height: 20px;
    margin: 0 auto;
}

.rgHeader {
    background: url("Images/bg_menu.png") repeat-x scroll 0 0 transparent !important;
}

.rgRow {
    background: none !important;
}

.rgAltRow {
    background: none repeat scroll 0 0 #F4F4F4 !important;
}

.RadGrid_Hay .rgHeader, .RadGrid_Hay th.rgResizeCol {
    border: 0px !important;
}

.RadGrid_Hay .rgSelectedRow td, .RadGrid_Hay .rgSelectedRow td.rgSorted {
    border-bottom-color: #fff !important;
}

.RadGrid_Hay .rgRow td, .RadGrid_Hay .rgAltRow td, .RadGrid_Hay .rgEditRow td, .RadGrid_Hay .rgFooter td {
    border: 0px !important;
}

/* From them moi duocnm */
.hasTip {
    float: left;
    padding-right: 10px;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 3px;
    font-weight: bold;
    color: #555555;
}

.csTexboxinput {
    Width: 300px;
    Height: 18px;
    margin: 0 auto;
}

.csDrdowinput {
    Width: 300px;
    Height: 20px;
    margin-top: 2px;
}

.csTexboxinput22 {
    max-width: 475px;
    min-width: 475px;
    max-height: 170px;
    min-height: 100px;
    margin: 0 auto;
}

.csTexboxList22 {
    max-width: 494px;
    min-width: 494px;
    max-height: 170px;
    min-height: 130px;
    margin: 0 auto;
}

.csDropdow {
    Width: 99%;
    Height: 25px;
    margin: 0 auto;
}

.csDropdowIntro {
    Width: 50%;
    Height: 25px;
    margin: 0 auto;
}

.DivinputFrom {
    clear: both;
    margin-top: 10px;
}

.entertd {
    height: 10px;
}

table.admintable {
    background-color: #FFFFFF;
    width: 100%;
}

    table.admintable td.key, table.admintable td.paramlist_key {
        background-color: #F0F0F0;
        border-bottom: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        color: #333333;
        font-size: 11px;
        font-weight: bold;
        text-align: right;
        font-family: Arial;
        width: 22%;
        padding: 5px 1% 5px 2%;
    }

.h4_class {
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-right: 1%;
    padding-left: 2%;
    font-family: Arial;
}

table.admintable td.key2 {
    background-color: #F0F0F0;
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    width: 16%;
    padding-right: 1%;
    padding-left: 2%;
}

table.admintable td.key3 {
    background-color: #F0F0F0;
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    width: 27%;
    padding-right: 1%;
    padding-left: 2%;
}

.active-category label {
    margin: 5px 5px 0;
    clear: none;
    min-width: 25px !important;
}

.tblListnew {
    margin: 0px;
    padding: 0px;
    color: #025A8D;
    font-weight: normal;
    font-size: 12px;
}

#form-add-category {
    height: 300px;
}

#form-custom-category {
    height: 312px !important;
}

.custom-img {
    border: 0 none;
    float: left;
    height: 35px;
    margin: 0 auto;
    padding: 4px 8px 0 0;
}

.fieldset-category-add {
    border-radius: 0 !important;
}

.rgAdvPart {
    display: none !important;
}

.divrad {
    width: 100%;
    float: left;
}

.divradin {
    width: 40%;
    float: left;
}

.divradtree {
    float: right;
    width: 56%;
    padding-left: 20px;
}

.GridRowSelector_Hay {
    background: none !important;
}
/*===========================================================*/
.dieuhuongCate {
    width: 100%;
    float: left;
}

#menu li:hover li:hover a, #menu li:hover li:hover li a:hover {
    background-color: #dbe4e9;
    border-color: #025a8d;
}

#module-status, .fltrt {
    float: right;
}

    #module-status .unread-messages a, span.stat-notice, table.adminlist tbody th {
        font-weight: 700;
    }

p.noparams, p.noresults {
    padding: 20px 15px;
}

.pane-sliders .content, div#position-icon.pane-sliders .icon {
    background: #fff;
}

.pane-sliders .adminlist td, div.panel fieldset {
    border: 0 none;
}

.pane-toggler span, .pane-toggler-down span {
    background: transparent url(Images/muiten.png) 5px 50% no-repeat;
    padding-left: 20px;
}

h3.pane-toggler-down a:hover, h3.pane-toggler a:hover, table.adminlist thead a:hover {
    text-decoration: none;
}

.pane-slider.pane-hide, .jgrid span.text {
    display: none;
}

table.adminlist thead th.left, table.adminform td.filter {
    text-align: left;
}

a, img, div.toolbar-list ul, fieldset.adminform legend, form {
    margin: 0;
    padding: 0;
}

    form label, form span.faux-label, div#element-box div.m form table.adminlist tr td a {
        font-size: 11px;
    }

.button2-left .readmore, .button2-left .article {
    background: url(images/j_button2_readmore.png) 100% 0 no-repeat;
}

.rgRow, .GridRowSelector_Hay {
    background: none !important;
}

.messagelogin {
    color: Red;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-weight: bold;
}

.texterror {
    border: 1px solid #F8471B;
    font-size: 13px;
    padding: 4px;
    width: 98%;
}

.keyBak {
    background-color: #E8E8E8;
    text-align: left;
    vertical-align: top;
    padding: 5px 1% 5px 1%;
}

.text_input {
    font-size: 13px;
    padding: 4px;
    width: 97%;
}

.text_input22 {
    font-size: 13px;
    padding: 4px;
    width: 98%;
}

.text_input97 {
    font-size: 13px;
    padding: 4px;
    width: 97%;
}

.text_input_w99 {
    font-size: 13px;
    padding: 4px;
    width: 99%;
}

.text_input33 {
    font-size: 13px;
    padding: 4px;
    width: 69%;
}

.text_input10 {
    font-size: 13px;
    padding: 4px;
    width: 10%;
}

.validation-summary-errors {
    background: url("images/error.png") no-repeat scroll left center #FCE9E9;
    background-position: 20px;
    border: 1px solid #EAC7C7;
    clear: both;
    color: red;
    padding: 5px 5px 5px 47px;
    margin-bottom: 10px;
}

.toolbarErrobox {
    padding: 0px 10px 0;
}

.iconbtnApply {
    background-image: url("images/iconBtnapply.png");
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 56px; /* make this the size of your image */
    padding-left: 3px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    padding-top: 24px;
    color: #397DA4;
    font-weight: normal !important;
}

.iconSendActive {
    background-color: transparent;
    background-image: url("images/duyet.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #397da4;
    cursor: pointer;
    font-weight: normal !important;
    height: 56px;
    padding-left: 3px;
    padding-top: 24px;
    vertical-align: middle;
}

.iconHaXuong {
    background-color: transparent;
    background-image: url("images/haxuong.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #397da4;
    cursor: pointer;
    font-weight: normal !important;
    height: 56px;
    padding-left: 3px;
    padding-top: 24px;
    vertical-align: middle;
}

.iconTraVe {
    background-color: transparent;
    background-image: url("images/trave.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #397da4;
    cursor: pointer;
    font-weight: normal !important;
    height: 56px;
    padding-left: 3px;
    padding-top: 24px;
    vertical-align: middle;
}

.iconXuatBan {
    background-color: transparent;
    background-image: url("images/up.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #397da4;
    cursor: pointer;
    font-weight: normal !important;
    height: 56px;
    padding-left: 3px;
    padding-top: 24px;
    vertical-align: middle;
}

#colorSelector {
    background: url("images/select.png") repeat scroll 0 0 transparent;
    height: 36px;
    position: relative;
    width: 36px;
}

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(images/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

    .colorpicker_color div {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: url(images/colorpicker_overlay.png);
    }

        .colorpicker_color div div {
            position: absolute;
            top: 0;
            left: 0;
            width: 11px;
            height: 11px;
            overflow: hidden;
            background: url(images/colorpicker_select.gif);
            margin: -5px 0 0 -5px;
        }

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

    .colorpicker_hue div {
        position: absolute;
        width: 35px;
        height: 9px;
        overflow: hidden;
        background: url(images/colorpicker_indic.gif) left top;
        margin: -4px 0 0 0;
        left: 0px;
    }

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(images/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}

    .colorpicker_hex input {
        right: 6px;
    }

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

    .colorpicker_field span {
        position: absolute;
        width: 12px;
        height: 22px;
        overflow: hidden;
        top: 0;
        right: 0;
        cursor: n-resize;
    }

.colorpicker_rgb_r {
    background-image: url(images/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(images/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(images/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(images/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(images/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(images/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(images/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}

#colorSelector div {
    background: url("images/select.png") repeat scroll center center transparent;
    height: 30px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 30px;
}

.text_input22smail {
    font-size: 13px;
    padding: 4px;
    width: 23%;
}

.valid_box {
    background: url("/Content/Admin/images/valid.png") no-repeat scroll 15px 10px #EDFCE9;
    border: 1px solid #CCEAC4;
    clear: both;
    color: #0E4354;
    font-family: Tahoma;
    font-size: 13px;
    padding: 20px 20px 15px 60px;
}

.text_inputOrder {
    font-size: 13px;
    padding: 4px;
    width: 15%;
}

.pd_4px {
    padding: 4px;
}

.text_inputDDr {
    /*width: 250px;*/
    width: 53%;
}

.ddlSmall {
    width: 250px;
}

.pdleft12px {
    padding-left: 20px;
}

.check_right {
    height: 22px;
    line-height: 22px;
    float: left;
    padding-top: 3px;
}

.check_left {
    height: 22px;
    line-height: 22px;
    float: left;
    padding-left: 10px;
}
/*parent categories*/
.parentCate {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    padding-left: 8px;
}

.imgAlbum {
    border: 1px solid #CCCCCC;
    float: left;
    height: 48px;
    margin: 2px;
    width: 48px;
}

.Chilalbum {
    float: left;
    width: 48px;
    margin: 10px 5px 0px 9px;
}

.achilalbum {
    float: left;
    margin-left: -3px;
    margin-top: -10px;
}

.albumImage {
    float: left;
    width: 100%;
}

.texAdminCart {
    border: 0 solid #DDDDDD;
    height: 35px;
    margin: 0;
    max-width: 280px;
    padding: 0;
    width: 100%;
}

.tab-scoll {
    height: 150px;
    overflow-x: hidden;
    width: 100%;
    padding: 5px 0px 5px 0px;
    background-color: #fff;
}

.tab-scoll-colection {
    height: 60px;
    overflow-x: hidden;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

label.checkbox {
    display: inline;
}

.loaddinglist {
    padding-top: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.titleNewsCP {
    color: #0000FF !important;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: none;
}

.status5 {
    color: #315DF1;
    font-weight: bold;
}

.status7 {
    color: #FF002A;
    font-weight: bold;
}

.indexNum {
    color: #FFA500;
    font-family: georgia;
    font-size: 160%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0 5px 0 0;
    text-align: center;
    width: 32px;
}

.footerPag {
    float: right;
    font-weight: bold;
    margin-top: 10px;
}

.titleCateNewsCP {
    color: #2A3679 !important;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: none;
}

.titleLinkpatent {
    font-size: 16px;
    font-weight: bold;
}

.adminerror {
    color: #FF0000;
    font-family: tahoma;
    font-size: 25px;
    line-height: 50px;
    padding-top: 100px;
    text-align: center;
}

.width-30 {
    width: 30%;
}

.ms-listdescription {
    background: none repeat scroll 0 0 #d6e8ff;
    border: 1px solid #6f9dd9;
    color: #4c4c4c;
    font-family: tahoma;
    padding: 2px 6px 4px;
}

.ms-toolbar {
    color: Blue;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.ms-formlabel {
    border: 1px solid #d8d8d8;
    color: #525252;
    font-family: verdana;
    font-size: 11px;
    text-align: right;
}

.ms-formbody {
    background: none repeat scroll 0 0 #ebf3ff;
    border: 1px solid #d8d8d8;
    font-family: verdana;
    padding: 13px 6px 4px;
    vertical-align: top;
}

TABLE.ms-toolbar {
    background-color: #d6e8ff;
    background-image: url("/images/toolgrad.gif");
    background-repeat: repeat-x;
    border: 1px solid #6f9dd9;
    margin-top: 10px;
}

.divcontk {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    width: 50%;
}

.spancontk {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.fadeInDown {
    animation-name: fadeInDown;
    float: left;
    padding: 0 !important;
    position: fixed;
    top: 0;
    width: 98.4%;
}

.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 1;
}

.col_content_cm {
    float: left;
    width: 585px;
    background: none repeat scroll 0 0 #fff;
}

.title_detail {
    margin-left: 10px;
    padding: 10px 0;
    text-align: left;
    width: 546px;
}

.secondtitle {
    color: #111;
    float: left;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%;
}

.title_detail a {
    color: #333 !important;
    font-size: 15px;
    font-weight: bold;
}

span.date_up {
    color: #666;
    font-size: 11px;
    font-style: italic;
}

.row_audio1 {
    float: left;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 565px;
}

.bg_row_audio1 {
    background: url("/Content/Home/images/bg_audio.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 5px;
    height: 80px;
    width: 310px;
}


.audio {
    /*float: right;*/
    margin-top: 43px;
    width: 300px;
}

.Summary {
    font-weight: bold;
    padding: 0 10px;
    text-align: justify;
}

.news_detail {
    line-height: 18px;
    padding: 0 10px 10px;
    text-align: justify;
    width: 565px;
}

.authorDetails {
    float: right;
    font-weight: bold;
    padding-bottom: 13px;
    padding-right: 16px;
    text-align: right;
    width: 100%;
}

.JustifyImage {
    min-width: 565px;
    width: 565px;
    margin-bottom: 10px;
    float: left;
}

    .JustifyImage img {
        min-width: 565px;
        width: 565px;
    }

.LeftImage {
    width: 250px;
    float: left;
    padding-right: 10px;
    margin-left: 10px;
}

.RightImage {
    width: 264px;
    float: right;
    padding-left: 10px;
}

.LeftImage img {
    width: 250px;
    float: left;
}

.RightImage img {
    width: 250px;
    float: left;
}

.JustifyImage td, .LeftImage td, .RightImage td {
    font-style: italic;
    font-size: 11px;
}

.col_cm {
    border: 1px solid #ccc;
    float: left;
    line-height: 18px;
    padding-bottom: 20px;
    text-align: justify;
    width: 585px;
}

.width-50 {
    width: 50%;
}

#ListAn {
    display: none;
}

#PollResult {
    display: none;
}

.listResult {
    float: left;
    height: 200px;
    margin-bottom: 10px;
    overflow-y: scroll;
    width: 100%;
}

.bieudoResult {
    background-color: #fff;
    float: left;
    height: 237px;
    text-align: center;
    width: 100%;
}

    .bieudoResult p {
        font-weight: bold;
        margin-left: 10px;
        margin-top: 3px;
        text-align: left;
        width: 100%;
    }

#bieudo {
    float: left;
    width: 100%;
}
