@charset "utf-8";

/* Begin: KiwiInitialization.aspx */
.initialization {
    color: #3c3d76;
    font-size: 4em;
}
/* End: KiwiInitialization.aspx */



/* BEGIN: extranet.aspx */
.authent-title {
    height: 60px;
    padding: 0;
    background-color: #3A8EBA;
}
/* END: extranet.aspx*/


/* BEGIN: LeftFrame.aspx */
.logo-container {
    vertical-align: top;
    height: 88px;
}

.usermenu-container {
    vertical-align: bottom;
    width: 214px !important;
    height: 35px;
    cursor: default;
}

.accordion-container {
    position: relative;
    background-color: #F5F5F5 !important;
    cursor: default;
    width: 214px;
    /*min-height: 70%;*/
}

    .logo-container.initial-size {
        width: 214px !important;
    }

    .logo-container > td {
        cursor: default;
        /*margin-top: 5%;
        margin-bottom: 2%;*/
    }

.version-container {
    text-align: center;
    color: #FFFFFF;
    width: 214px;
    height: 80px;
}
.error-container {
    width: 214px;
    height: 20px;
}
/* END: LeftFrame.aspx */


/* BEGIN: NotAllowedAccess.aspx */
.warning-zone {
    width: 320px;
    height: 320px;
    background-color: #3c3d76;
    margin: auto;
}

    .warning-zone .titre {
        position: relative;
        top: 45%;
    }
/* END: NotAllowedAccess.aspx */

/* BEGIN: UserReinitPassword.aspx, ChangePassword.aspx */

/* END: UserReinitPassword.aspx */

/* BEGIN: ChangeLAnguage.aspx */
.language {
    border-spacing: 45px;
    border-collapse: separate;
    border: 0;
    /*padding: 25px;*/
}


/* BEGIN: EditAnOrganismGroup.aspx */
.group-form {
    border-collapse: separate;
    border-spacing: 15px;
    margin: auto;
}
/* END: EditAnOrganismGroup.aspx*/

}
/* END: ParamAlarmMenu.aspx */
/* END: Regles suite à la mise en conformité multi navigateur et W3C */


/*
    ======================================================================================
                Rules for SLIDER Component
    ======================================================================================
*/
.jcd-sld {
    padding: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    border: 0;
}

    .jcd-sld .sld-cell-item {
        width: 100%;
        height: 50%;
    }

    .jcd-sld .sld-img {
        /*width: 100%;*/
        height: 100%;
        background-color: transparent;
        background-repeat: repeat;
        border: 0;
        border-left-color: black;
        border-left-style: solid;
        border-left-width: 0;
        border-right-color: black;
        border-right-style: solid;
        border-right-width: 0;
        margin: auto;
    }

    .jcd-sld .sld-img {
        position: relative !important;
        bottom: 25% !important;
    }

    .jcd-sld .sld-cell-item-min {
        text-align: left;
        -ms-align-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .jcd-sld .sld-cell-item-txb {
        text-align: center;
        -ms-align-content: center;
        -webkit-align-content: center;
        align-content: center;
    }

    .jcd-sld .sld-cell-item-max {
        text-align: right;
        -ms-align-content: flex-end;
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    /*.jcd-sld .sld-lbl-min {
    }

    .jcd-sld .sld-lbl-max {
    }*/

    .jcd-sld .sld-txt {
        color: #000000;
        font-size: 1em;
        background-color: #FFFFFF;
        width: 40%;
        border-color: #000000;
        border-width: 1px;
        border-style: Outset;
        margin: auto !important;
        text-align: center;
        -ms-align-content: center;
        /*-webkit-align-content: center;*/
        align-content: center;
    }



td.is-ie {
    padding: 25px;
}

/*.language td {
}*/

    /*.language td.is-selected {
    }*/

.language a.lang-flag img {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: transparent !important;
}

    .language a.lang-flag img:hover {
        border-style: solid !important;
        border-width: 2px !important;
        border-color: #3A8EBA !important;
    }

.language a.lang-flag.is-selected img {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #FF0000 !important;
}

    .language a.lang-flag.is-selected img:hover {
        border-style: solid !important;
        border-width: 2px !important;
        border-color: #938fcf !important;
    }

.language a.lang-flag img {
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}
/* END: ChangeLAnguage.aspx */


.DataGrid {
    border-color: Black;
    padding: 4px;
    font-family: Verdana;
    font-size: 13px;
}
.LabelError {
    border-color: #996600;
    border-width: 3px;
    border-style: Groove;
    background-color: #ECEBFF;
}

.error {
    color: Red;
    font-size: medium;
}

.warning {
    color: #3c3d76;
    font-size: medium;
}

#PnlAuthentication .errorBox {
    width: 300px;
}

.errorBox {
    border: solid 1px #CC0000;
    background: #F7CBCA url(../../images/RedWarning16.gif) 8px 6px no-repeat;
    color: #CC0000;
    padding: 18px;
    text-align: center;
    font-size: large;
    font-weight: bolder;
    display: -webkit-inline-box; /* 'display: inherit' should be listed after 'display: -webkit-inline-box'. */
    display: inherit;
}

.errorBoxSmall {
    border: solid 1px #CC0000;
    background: #F7CBCA url(../../images/RedWarning16.gif) 8px 6px no-repeat;
    color: #CC0000;
    padding: 18px;
    text-align: center;
    font-size: x-small;
    font-weight: bolder;
}

.warningBox {
    border: solid 1px #959200;
    background: #FFFFCC url(../../images/YellowWarning16.gif) 8px 6px no-repeat;
    color: #ACA900;
    padding: 18px;
    text-align: center;
    font-size: medium;
    font-weight: bold;
}

.infoBox {
    border: solid 1px #349534;
    background: #C9FFCA url(../../images/Valide_24x24.gif) 8px 6px no-repeat;
    color: #00A000;
    padding: 18px;
    text-align: center;
    font-size: small;
}

.ok {
    color: Green;
    font-size: medium;
}

.miniWindow {
    Color: #000000;
    Border-Width: 2px;
    background-repeat: no-repeat;
    font-size: 10px;
    font-family: Verdana;
}

    .miniWindow a {
        color: #000000;
        text-decoration: underline;
        font-size: 10px;
        font-family: Verdana;
    }

        .miniWindow a:hover {
            color: #3A8EBA;
            text-decoration: underline;
        }

.miniWindowTitle {
    color: #FFFFFF;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    background-color: #3A8EBA;
}

/*.miniWindow a:only-child {
}*/




.texte_ora {
    font-size: 10px;
    color: #F69100;
    font-family: Verdana;
    /*font-weight : bold*/
}

a.o {
    text-decoration: underline;
    font-size: 10px;
    color: #F69100;
    font-family: Verdana
}

    a.o:hover {
        text-decoration: underline;
        font-size: 10px;
        color: rgb(35,82,46);
        font-family: Verdana;
    }

a.messageVide {
    font-size: 10px;
    color: #FF9900;
    font-family: Verdana;
    line-height: 18px;
}

a.flashVide {
    font-size: 10px;
    color: #FF9900;
    font-family: Verdana;
    line-height: 18px;
}

a.ItemOK {
    /*font-weight:bolder;*/
    font-size: 18px;
    color: #387237;
    font-family: Verdana;
    line-height: 18px;
}

a.ItemWarning {
    /*font-weight:bolder;*/
    font-size: 18px;
    color: #ff9900;
    font-family: Verdana;
    line-height: 18px;
}

a.ItemFailled {
    /*font-weight:bolder;*/
    font-size: 18px;
    color: #ff9900;
    font-family: Verdana;
    line-height: 18px;
}

.form-text {
    color: #000000;
    FONT-FAMILY: Verdana;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 300px;
    border-color: #000000;
    border-width: 1px;
    border-style: Outset;
    /*border-radius: 5px;*/
}

.form-text-light {
    color: #000000;
    FONT-FAMILY: Verdana;
    font-size: 1em;
    background-color: #FFFFFF;
    border-color: #000000;
    border-width: 1px;
    border-style: Outset;
}

.form-text-red {
    color: Red;
    FONT-FAMILY: Verdana;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 300px;
    border-color: #3A8EBA;
    border-width: 1px;
    border-style: Outset;
}

.texte {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    /*background-color: #F5F5F5;*/
}

.textTitle {
    FONT-SIZE: 20px;
    COLOR: #ff3300;
    FONT-FAMILY: Verdana;
    text-align: center;
}

.titreMBC {
    FONT-SIZE: 10px;
    COLOR: #3c3d76;
    FONT-FAMILY: Verdana;
}

a.message {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #3c3d76;
    FONT-FAMILY: Verdana;
}

a.flash {
    FONT-SIZE: 10px;
    COLOR: #3c3d76;
    FONT-FAMILY: Verdana;
}

.titre {
    font-size: 16px;
    color: #FFFFFF; /*#FFB540;*/
    font-family: Verdana;
    height: 60px;
    width: 100%;
    background: #3A8EBA; /*rgb(19,19,21);*/
}


.titre2 {
    font-size: 12px;
    color: #FF0000;
    font-family: Verdana;
}

.petitTitreSurFondBlanc {
    font-size: medium;
    color: #5c5d96;
    font-family: Verdana;
    /*font-weight:bolder;*/
}

.MessageBoxTitle {
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
}

.form-text_bl {
    color: #FDEC00;
    font-size: 10px;
    font-family: Courier new;
    background-color: #000000;
    border-style: solid;
    border-color: #FF8E24;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

.selectbox {
    font-size: 10px;
    border-width: 1px;
    border-style: Outset;
    FONT-FAMILY: Verdana;
    border-color: #3A8EBA;
    COLOR: #000000;
    width: 300px;
}

.proportionalSelectBox {
    font-size: 10px;
    border-width: 2px;
    border-style: Outset;
    FONT-FAMILY: Courier new;
    border-color: #26C4EC;
    scrollbar-arrow-color: #FF8B11;
    scrollbar-face-color: #FFFFFF;
    COLOR: #000000;
}

.jei {
    border-width: 0px;
    background-color: #000000;
    color: #FDEC00;
    font-size: 22px;
    font-family: Courier new;
    border-style: solid;
    margin: 0;
    padding: 0;
    overflow:hidden;
}

.jeiFlash {
    border-width: 0px;
    background-color: #000000;
    font-weight: bold;
    color: #FF0C00;
    font-size: 22px;
    font-family: Courier new;
    border-style: solid;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.virtualJei {
    border-width: 0px;
    background-color: #000000;
    color: #FDEC00;
    font-size: 28px;
    font-family: Courier new;
    border-style: solid;
    margin: 0;
    padding: 0;
}

.virtualJeiFlash {
    border-width: 0px;
    background-color: #000000;
    font-weight: bold;
    color: #FF0C00;
    font-size: 28px;
    font-family: Courier new;
    border-style: solid;
    margin: 0;
    padding: 0;
}

.jeiGroup {
    FONT-SIZE: 10px;
    COLOR: #3c3d76;
    FONT-FAMILY: Verdana;
}


.button {
    padding: 10px 20px;
    /*padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;*/
    background-color: #8EA2C6;
    border-width: 1px;
    border-style: outset;
    border-color: #3A8EBA;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
}

.bordered-img-btn {
    border-style: outset !important;
    border-color: #dddddd !important;
}

.buttonWithoutText {
    background-color: #8EA2C6;
    border-width: 1px;
    border-style: outset;
    border-color: #3A8EBA;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
}

.button:hover {
    background-color: white;
    color: black;
}

.button[disabled=disabled]:hover {
    background-color: #FFB540;
    border-collapse: collapse;
}

.button[disabled=disabled] {
    color: Gray;
}

.smallButton {
    background-color: #8EA2C6;
    border-width: 1px;
    border-style: outset;
    border-color: #3A8EBA;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana;
    display: inline-block;
    text-align: center;
}

.CHECKBOX {
    color: #000000;
    font-size: 12px;
    font-family: Verdana;
}

#tree {
    font-family: Verdana, Geneva, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

    #tree a {
        color: #6F3900;
        text-decoration: underline;
    }

    #tree div {
        border-style: solid;
        border-color: #000000;
        border-width: 0px;
    }


    #tree a:hover {
        color: #3A8EBA;
        text-decoration: underline;
    }

    #tree a.bibi {
        color: #00FFFF;
        text-decoration: underline;
    }

    #tree img {
        border: 0px;
        width: 19px;
        height: 12px;
    }




.inputFile {
    color: #3c3d76;
    FONT-FAMILY: Verdana;
    font-size: 10px;
    background-color: #FFFFFF;
    border-color: #FF8E24;
}

.directoryTreeHyperlink {
    font-family: Verdana;
    font-size: 10px;
    color: Blue;
}

.directoryToken {
    font-family: Verdana;
    font-size: 10px;
    color: Navy
}

.directoryLast {
    font-family: Verdana;
    font-size: 10px;
    color: Red;
}

.toolBar {
    border-width: 1px;
    border-style: solid;
    background-color: #ECEBFF;
    border-color: #FF9900;
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.whiteCell {
    background-color: White;
    border-color: #FF9900;
    border-width: 1px;
    border-style: solid;
}

.blueCell {
    background-color: #FFFFFF;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}

.yelowCell {
    background-color: #FFFFCC;
    border-color: #FF9900;
    border-width: 1px;
    border-style: solid;
}

.actionLegend {
    background-color: #ECEBFF;
    border-color: #FF9900;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    font-family: Verdana;
    font-size: 12px;
}

.text_orange {
    color: #FEFEE2;
    FONT-SIZE: 17px;
}

.texte_grey {
    FONT-SIZE: 10px;
    COLOR: Gray;
    FONT-FAMILY: Verdana;
}

.progressBarBorder {
    background-color: #ECEBFF;
    border-color: #3A8EBA;
    border-width: 1px;
    border-style: solid;
}

.progressBarText {
    font-family: Verdana;
    font-size: 16px;
    text-transform: uppercase;
    color: #ECEBFF;
    text-align: center;
}

.progressBarLegend {
    font-family: Verdana;
    font-size: 10px;
}

.redText {
    color: Red !important;
}

.boldText {
    font-weight: bolder !important;
}

.orangeText {
    color: #FFB540 !important;
}

.greenText {
    color: Green !important;
}

.darkGreenText {
    color: #057405 !important;
}

.blueText {
    color: Blue !important;
}

.blueBoldText {
    font-weight: bolder !important;
    color: Blue !important;
}

.darkBlueText {
    color: #4703D3 !important;
}

.navyText {
    color: Navy !important;
}

.cyanText {
    color: #00FFFF !important;
}

.oliveText {
    color: Olive !important;
}

.yellowText {
    color: Yellow !important;
}

.maroonText {
    color: Maroon !important;
}

.lightMaroonText {
    color: #D9831D !important;
}

.purpleText {
    color: Purple !important;
}

.grayText {
    color: Gray !important;
}

.smallText {
    font-family: Verdana;
    font-size: 11px;
}

.redSmallText {
    color: Red !important;
    font-family: Verdana;
    font-size: 11px;
}

.orangeSmallText {
    color: #FFB540 !important;
    font-family: Verdana;
    font-size: 11px;
}

.greenSmallText {
    color: Green !important;
    font-family: Verdana;
    font-size: 11px;
}

.blueSmallText {
    color: Blue !important;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
}

.navySmallText {
    color: Navy !important;
    font-family: Verdana;
    font-size: 11px;
}

.cyanSmallText {
    color: #66CCFF !important;
    font-family: Verdana;
    font-size: 11px;
}

.graySmallText {
    color: Gray !important;
    font-family: verdana;
    font-size: 11px;
}

.purpleSmallText {
    color: Purple !important;
    font-family: Verdana;
    font-size: 11px;
}

.whiteSmallText {
    color: White !important;
    font-family: verdana;
    font-size: 11px;
}

.maroonSmallText {
    color: Maroon !important;
    font-family: Verdana;
    font-size: 11px;
}

.blueBigText {
    color: Blue !important;
    font-family: Verdana;
    font-size: 12px;
}

.geImg {
    border-width: 2px;
    border-style: outset;
    margin: 0px;
    padding: 0px;
}

.geImgLowered {
    border-width: 2px;
    border-style: solid;
    margin: 0px;
    padding: 0px;
}

.geVertSep {
    border-width: 2px;
    border-color: White;
    margin: 0px;
    padding: 0px;
}

.itemsGroup {
    border-width: 1px;
    border-style: outset;
    border-color: #3A8EBA;
    WIDTH: 80%;
    background-color: #FFFFFF;
}

.info, .note {
    color: #000000;
    FONT-FAMILY: Verdana;
    font-size: 10px;
    background-color: #FFFFFF;
    border-color: #3A8EBA;
}

.XPPanel1 {
    font-size: small;
    background-color: #3C3D76;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#003499', EndColorStr = '#6698CB');
    background-image: -webkit-linear-gradient(to right,#003499, #6698CB); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image: -moz-linear-gradient(to right,#003499, #6698CB); /* For Firefox (3.6 to 15) */
    background-image: -o-linear-gradient(to right,#003499, #6698CB); /* For old Opera (11.1 to 12.0) */
    background-image: linear-gradient(to right,#003499, #6698CB);
}

a.XPPanel2 {
    font-size: 10px;
}

.XPPanel3 {
    font-size: small;
    color: White;
}

.panier {
    background-color: #2B61AB;
    font-size: 10px;
    font-family: verdana;
    color: white;
}

a.XPPanel4 {
    font-size: xx-small;
    color: #FFB540;
}

.ajax__tab_kiwi .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(../../images/Tab/tab-line.gif) repeat-x 50% bottom;
}

.ajax__tab_kiwi .ajax__tab_outer {
    padding-right: 0px;
    background: url(../../images/Tab/tab-right.gif) no-repeat right 50%;
    height: 21px;
}

.ajax__tab_kiwi .ajax__tab_inner {
    padding-left: 3px;
    background: url(../../images/Tab/tab-left.gif) no-repeat;
    height: 21px;
}

.ajax__tab_kiwi .ajax__tab_tab {
    padding: 4px;
    margin: 0;
    background: url(../../images/Tab/tab.gif) repeat-x;
    height: 21px;
}

.ajax__tab_kiwi .ajax__tab_hover .ajax__tab_outer {
    background: url(../../images/Tab/tab-hover-right.gif) no-repeat right 50%;
}

.ajax__tab_kiwi .ajax__tab_hover .ajax__tab_inner {
    background: url(../../images/Tab/tab-hover-left.gif) no-repeat;
}

.ajax__tab_kiwi .ajax__tab_hover .ajax__tab_tab {
    background: url(../../images/Tab/tab-hover.gif) repeat-x;
}

.ajax__tab_kiwi .ajax__tab_active .ajax__tab_outer {
    background: url(../../images/Tab/tab-active-right.gif) no-repeat right 50%;
}

.ajax__tab_kiwi .ajax__tab_active .ajax__tab_inner {
    background: url(../../images/Tab/tab-active-left.gif) no-repeat;
}

.ajax__tab_kiwi .ajax__tab_active .ajax__tab_tab {
    background: url(../../images/Tab/tab-active.gif) repeat-x;
}

.ajax__tab_kiwi .ajax__tab_body {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 1px;
    padding: 8px;
    background-color: #ffffff;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

    .modalPopup p {
        padding: 5px;
    }


.sideBarHeader {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    background-color: #3A8EBA;
    margin-bottom: 2px;
}


.speech1 {
    background: url(../../images/tag-left.png) top left no-repeat;
    height: auto;
    float: left;
    display: block;
    width: auto;
    padding-left: 16px;
}

.speech2 {
    background: url(../../images/tag-right.png) top right no-repeat;
    height: 50px;
    display: block;
    padding-right: 10px;
    font-size: 20px;
    color: #354aea;
    display: block;
    float: left;
}

.bubbleOutZone {
    text-align: center;
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    color: #575553;
    margin-right: 18px;
}

.bubbleInZone {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #CC6600;
    text-align: center;
}

.postItOutZone {
    text-align: center;
    font-family: Verdana, Verdana, Helvetica, sans-serif;
    color: #575553;
    margin-right: 18px;
}

.postItInZone {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #354aea;
    text-align: center;
}

.TableHeader {
    color: #FF9900;
    text-align: center;
    font-family: "Comic Sans MS, Verdana, Verdana, Geneva, Verdana, Helvetica, sans-serif";
    font-size: medium;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

table.tableBlue {
    display: inline;
    border-collapse: collapse;
    margin: 1px 2px;
}

tr.topBlueRow {
    background-color: #ECEBFF;
}

tr.bottomBlueRow {
    background-color: #ECEBFF;
    text-align: center;
}

td.topBlueCell {
    border-color: #FF9900;
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    padding: 5px;
}

td.bottomBlueCell {
    border-color: #FF9900;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    padding: 5px 5px 15px 5px;
}



.tabRowSpace {
    background-color: #FFFFFF;
    border-bottom: 1px solid #3A8EBA;
    height: 27px;
    width: 100%;
    z-index: 100;
}

.tabDefault {
    color: #AAAAAA;
    background-color: #F5F5F5;
    border-color: #3A8EBA;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 11px;
    height: 21px;
    width: 79px;
    text-align: center;
    float: left;
    padding: 5px 5px 0px 5px;
    margin: 0px 2px 0px 2px;
    z-index: 101;
}

    .tabDefault:hover {
        color: #3C3D76;
        background-color: #CECECE;
    }

.tabSelected {
    color: #3A8EBA;
    background-color: #FFFFFF;
    border-color: #3A8EBA;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 11px;
    height: 21px;
    width: 79px;
    text-align: center;
    float: left;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 5px 0px 5px;
    margin: 0px 2px 0px 2px;
    z-index: 101;
}

.tvInBox {
    background-color: #FFFFFF;
    border-width: 0px;
    min-height: 250px;
    max-height: 650px;
    overflow: auto;
    width: 700px;
}

.tvFullPage {
    background-color: #FFFFFF;
    border-width: 0px;
    width: 100%;
}

    .tvFullPage img {
        height: 2em;
        min-height: 100%;
        align-content: stretch;
        vertical-align: bottom;
    }

.mnuIconCss {
    text-align: left;
    vertical-align: middle;
    margin-left: 1px;
    cursor: pointer;
}

.mnuItemsArea {
    width: 214px;
    z-index: 9001 !important;
    background-color: rgb(245,245,245);
    position: absolute;
    overflow: auto;
    color: black;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.rmItem {
    font-size: 10px;
    font-family: Verdana;
    text-align: left;
    display: block;
    margin-bottom: 3px;
    cursor: default;
}

.rmLink {
    font-size: 10px;
    font-family: Verdana;
    text-align: right;
    vertical-align: middle;
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

.rmText {
    font-size: 10px;
    font-family: Verdana;
    text-align: left;
    vertical-align: middle;
}

div.PlaceHolderMenu {
    background: #1E7FCB !important;
}

table.PlaceHolderMenu {
    font-size: 1em;
    font-family: Verdana;
    text-align: right;
    vertical-align: middle;
    margin: auto;
    margin-left: 2%;
    background: #1E7FCB;
}

    table.PlaceHolderMenu tbody tr td span {
        font-size: 10px;
        font-family: Verdana;
        text-align: right;
        vertical-align: middle;
        text-decoration: none;
        font-weight: normal;
        color: #FFFFFF;
    }

    table.PlaceHolderMenu tbody tr td img {
        width: 15px;
        vertical-align: bottom;
    }

    table.PlaceHolderMenu tbody tr td a {
        font-size: 10px;
        color: #FFFFFF;
        font-family: Verdana;
        text-align: right;
        font-weight: normal;
    }

        table.PlaceHolderMenu tbody tr td a.img-btn {
            color: transparent;
        }

        table.PlaceHolderMenu tbody tr td a img {
            width: 15px;
            height: 15px;
        }

.btnCss {
    text-align: left;
    vertical-align: middle;
    margin-left: 1px;
    cursor: default;
}
/*
 ===============================================
    TreeView 
================================================
*/
/*.tvFullPage {
}*/
/* POPUP CONTROL */
.popup-background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.popup-container {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid #3A8EBA;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.popup-title {
    font-size: 15px;
    color: #000000;
    font-family: Verdana;
}
.popup-back {
    width: 50%;
    height: 50%;
}