@media screen {
    body, table, td {
        font-size: 11px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0px;
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 11px;
    }

    body {
        color: #303030;
        background-color: #ffffff;
        text-align: left;
    }

    table {
        vertical-align: top;
    }

    *:focus {
        outline: 0;
    }

    H1, H2 {
        color: White;
    }

    .modalBackground {
        background-color: Gray;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9998;
        text-align: center;
    }

    .LoginCell {
        text-align: left;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .LoginCellTop {
        text-align: left;
        font-size: 10px;
        padding: 3px;
    }

    .LoginCellTop {
        padding: 3px;
    }

    .LoginTable {
        text-align: left;
        border-bottom: #008c4f 1px solid;
        border-left: #008c4f 1px solid;
        background-color: #dfdfe1;
        border-top: #008c4f 1px solid;
        border-right: #008c4f 1px solid;
    }

    .LoginLogoCell {
        height: 450px;
        padding: 5px;
    }

    #SpnLoginInfo {
        position: relative;
        top: 105px;
        left: 160px;
        width: 300px;
    }

    #spnTopText {
        display: none;
    }

    .DivLogin {
        background-image: url(../../Images/HGS-FI/login/HELLANOR_Login_Background.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .LoginRightCellTop {
        padding: 5px;
        padding-top: 80px;
    }

    .LoginRightCell {
        padding: 5px;
        padding-bottom: 10px;
    }

    .PopUpBottomText {
        color: Gray;
        font-size: 11px;
    }

    /* Style for WucCompute start*/
    .ComputeHead {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        height: 30px;
    }
    /* ------------------------------------------------------------------------------------ */

    /* Style for WucCompute end*/

    /* Style for TechData Line Popup Start*/
    .PopUpGuideIcon {
        margin: 2px;
    }

    .divPopUpContent, .PopUpBody, .dxpcContent {
        text-align: center;
        width: 100%;
        background-color: #DbE4f3;
    }

    .dxpc {
        color: White;
        font-weight: bold;
    }
    /* Style for TechData Line Popup End*/

    /* Popup Print button */
    .default-print-btn {
        position: fixed;
        top: 38px;
        right: 12px;
        cursor: pointer;
    }
}

@media print {
    .PrintHide {
        display: none;
    }
}

.dxpcControl td {
    text-align: left;
}
