@media screen
{
    body, table, td
    {
        font-size: 11px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0px;
    }

    body
    {
        color: #303030;
        font-family: Verdana;
        background-color: #ffffff;
        text-align: left;
    }

    table
    {
        vertical-align: top;
    }

    .LabelExcuseUs
    {
        color: Black;
    }
    
    *:focus {
        outline: 0;
    }
    
    .LoginCell
    {
        text-align: left;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .LoginCellTop
    {
        text-align: left;
        font-size: 10px;
        padding: 3px;
    }

    .modalBackground
    {
        background-color: gainsboro;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9998;
        text-align: center;
    }

    /* ------------------------------------------------------------------------------------ */
    /* Style for Benzin Diagnose Start*/
    .ComponentHead
    {
        font-size: 12px;
        font-weight: bold;
        border-bottom: #000000 1px solid;
        height: 30px;
    }
    /* ------------------------------------------------------------------------------------ */
    .MeasureHead
    {
        border-bottom: #000000 1px solid;
        height: 25px;
        background-color: Silver;
        padding-top: 2px;
    }
    /* ------------------------------------------------------------------------------------ */
    .MeasureItem
    {
        border-bottom: #000000 1px solid;
        height: 20px;
        vertical-align: top;
    }
    /* ------------------------------------------------------------------------------------ */
    .FloatRight
    {
        float: right;
    }
    /* ------------------------------------------------------------------------------------ */
    .Center
    {
        text-align: center;
    }
    /* ------------------------------------------------------------------------------------ */
    .BenzinText
    {
        padding: 10px;
        text-align: left;
    }
    /* ------------------------------------------------------------------------------------ */
    /* Style for Benzin Diagnose End*/
    .WucCarModelHead
    {
        font-weight: bold;
        font-size: 12px;
    }
    /* STYLE For Login  */
    .DivLogin
    {
        background-image: url(../../Images/diagnose-xl/login/DiagnoseXLLogin.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 629px;
    }

    .LoginRightCellTop
    {
        padding: 5px;
        opacity: 0.8;
        padding-top: 60px;

    }

    #SpnLoginInfo
    {
        position: relative;
        top: 65px;
        left: 10px;
    }

    #spnTopText
    {
        position: relative;
        top: 35px;
        left: 10px;
        color: white;
        font-weight: bold;
        font-size: 12px;
        z-index: 99999;
    }

    .LoginTable
    {
        text-align: left;
        border-bottom: black 1px solid;
        border-left: black 1px solid;
        background-color: #adbad6;
        border-top: black 1px solid;
        border-right: black 1px solid;
    }

    .LoginLogoCell
    {
        height: 500px;
    }

    .LoginRightCell
    {
        padding: 5px;
    }

    .PopUpBottomText
    {
        color: Gray;
        font-size: 11px;
    }

    #Div_BannerText
    {
        position: relative;
        left: 10px;
        top: 10px;
        text-align: left;
    }

    .LoginBannerHead
    {
        font-size: 32pt;
        color: White;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .LoginBannerText
    {
        font-size: 12pt;
        color: White;
        font-weight: bold;
        padding-top: 15px;
    }


    /* Style for WucCompute start*/
    .ComputeHead
    {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        height: 30px;
    }
    /* ------------------------------------------------------------------------------------ */
    /* 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*/
    /* Style for WucCompute 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;
}
