﻿

.divTrangBao {
    float: left;
    width: 100%;
    font-size: 9pt;
}

    .divTrangBao ul {
        float: left;
        width: 100%;
        list-style: none;
        line-height: normal;
        display: block;
        margin: 0 0 0 0;
        padding: 0;
    }

        .divTrangBao ul li {
            float: left;
            width: auto;
            position: relative;
        }

            .divTrangBao ul li ul {
                list-style: none;
                position: absolute;
                width: 100px;
            }

                .divTrangBao ul li ul li {
                    top: 2em;
                }

            .divTrangBao ul li a:link {
                float: left;
                width: auto;
                color: #333333;
                padding: 5px;
                text-decoration: none;
                background-color: WhiteSmoke;
                border: #d7d7d7 solid 1px;
                margin: 5px 5px 5px 0;
            }

            .divTrangBao ul li a:Visited {
                float: left;
                width: auto;
                color: white;
                padding: 5px;
                text-decoration: none;
                background-color: gray;
                border: black solid 1px;
                margin: 5px 5px 5px 0;
            }

            .divTrangBao ul li a:hover {
                float: left;
                width: auto;
                color: #333333;
                padding: 5px;
                text-decoration: none;
                background-color: #ebebeb;
                border: #d7d7d7 solid 1px;
                margin: 5px 5px 5px 0;
            }

            .divTrangBao ul li a.Actived {
                float: left;
                width: auto;
                color: white;
                padding: 5px;
                text-decoration: none;
              background-color: gray;
                border: black solid 1px;
                margin: 5px 5px 5px 0;
            }

            .divTrangBao ul li a.ActivedBgRed {
                float: left;
                width: auto;
                color: white;
                padding: 5px;
                text-decoration: none;
                background-color: firebrick;
                border: black solid 1px;
                margin: 5px 5px 5px 0;
            }

.cssApprove {
    background-color: #b4e9ac;
}

.cssDeny {
    background-color: #fde1e1;
}

.cssWait {
    background-color: #fcfebb;
    font-weight: bold;
}

.cssIdeal {
    background-color: #f6f1fc;
}

.cssDefault {
    background-color: White;
}

.cssOrange {
    background-color: #f5e19c;
}

.cssBGChange {
    background-color: #ebebeb;
}


.cssDataOther {
    float: left;
    width: 99.4%;
    /*margin-top: 10px;*/
}



.cssTinBai_CheDoXem {
    position: absolute;
    top: 4px;
    left: 290px;
    width: 130px;
    cursor: pointer;
}

.cssBackgroundTable {
    background-color: whitesmoke;
}

.cssBackgroundTR {
    background-color: white;
}

/* QUARK */
.cssDivToolbarQuark {
    font-size: 8pt;
    /*height: 76px;*/
    left: 2px;
    padding: 2px;
    position: absolute;
    top: 22px;
    width: 127px;
}

.cssWidthLink {
    float: left;
    width: 100%;
}

.cssSelected {
    float: left;
    width: auto;
    position: relative;
}

.cssNoneSelect {
    float: left;
    display: none;
    width: auto;
    position: relative;
}

.cssMarginBottom {
    margin-bottom: 3px;
}

.cssTitleLayoutChuyenMuc {
    float: left;
    width: 97%;
    font-weight: bold;
    margin: 4px 0;
}

.cssSpanPlus {
    float: left;
    width: 2%;
    font-weight: bold;
}

.cssItemQuark_PDF {
    background-color: White;
}

.cssItemQuark_PDF_Workflow {
    background-color: #fcfebb;
}

.cssItemQuark_PDF_Duyet {
    background-color: White;
}

.cssItemQuark_PDF_TuChoi {
    background-color: White;
}

/*END QUARK*/

.cssBG_Select {
    float: left;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
    background-color: white;
    border: 1px solid #d7d7d7;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
}

    .cssBG_Select select {
        float: left;
        border: 1px solid white;
        border-style: hidden;
        background-color: white;
    }

    .cssBG_Select .cssBG_GV {
        float: left;
        cursor: pointer;
        width: 96%;
        padding: 3px 3px 3px 3px;
        background-color: whiteSmoke;
        border: 1px solid #d7d7d7;
        font-size: 10pt;
        text-align: center;
        vertical-align: middle;
    }

.cssBG_GV select {
    float: left;
    width: 100%;
    border: 1px solid transparent;
    background-color: transparent;
}

.ColTitle {
    border-top: 1px solid #d7d7d7;
    font-size: 8pt;
    width: 120px;
}

.ColTitle100px {
    border-top: 1px solid #d7d7d7;
    font-size: 8pt;
    width: 100px;
}

.ColContent {
    border-top: 1px solid #d7d7d7;
    background-color: WhiteSmoke;
    position: relative;
}

.sInput {
    float: left;
    border: 1px solid #d7d7d7;
    padding: 4px 4px 4px 4px;
    background-color: white;
}

.tdRightBorder {
    border-right: 1px solid gainsboro;
}

.GridViewPagerStyle {
    /*font-size: 11pt;*/
    color: whitesmoke;
    background-color: white;
}

    .GridViewPagerStyle table /* to center the paging links*/ {
        margin: 5px 0;
        border-spacing: 0px;
        text-align: left;
        background-color: white;
        border: 1px solid steelblue;
        border-radius: 5px;
        float: left;
        height: 25px;
        padding: 0 5px;
    }

        .GridViewPagerStyle table td {
            cursor: pointer;
        }

            .GridViewPagerStyle table td span /* to center the paging links*/ {
                padding: 5px 10px 5px 10px;
                background-color: steelblue;
                color: white;
                font-weight: bold;
            }

            .GridViewPagerStyle table td a:link /* to center the paging links*/ {
                padding: 5px 10px 5px 10px;
                /*background-color: whitesmoke;*/
                color: steelblue;
                /*font-size: 11pt;*/
                text-decoration: none;
            }

            .GridViewPagerStyle table td a:hover /* to center the paging links*/ {
                padding: 5px 10px 5px 10px;
                background-color: steelblue;
                color: white;
                font-weight: bold;
                /*font-size: 11pt;*/
            }


.transparent_class_10 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    /* IE 5-7 */
    filter: alpha(opacity=10);
    /* Netscape */
    -moz-opacity: 0.1;
    /* Safari 1.x */
    -khtml-opacity: 0.1;
    /* Good browsers */
    opacity: 0.1;
    -pie-background: rgba(255,255,255,0.1);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_20 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.2;
    /* Safari 1.x */
    -khtml-opacity: 0.2;
    /* Good browsers */
    opacity: 0.2;
    -pie-background: rgba(255,255,255,0.2);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_30 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3;
    -pie-background: rgba(255,255,255,0.3);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_40 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1.x */
    -khtml-opacity: 0.4;
    /* Good browsers */
    opacity: 0.4;
    -pie-background: rgba(255,255,255,0.4);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_50 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
    -pie-background: rgba(255,255,255,0.5);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_60 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
    -pie-background: rgba(255,255,255,0.6);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_70 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
    -pie-background: rgba(255,255,255,0.7);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_80 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
    -pie-background: rgba(255,255,255,0.8);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}

.transparent_class_90 {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
    -pie-background: rgba(255,255,255,0.9);
    behavior: url('/UserControls/StyleSheet/PIE/PIE.htc');
}
