@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;
    }

    a
    {
        color: Black;
    }

    table
    {
        vertical-align: top;
    }
    
    *:focus {
        outline: 0;
    }

    .LabelExcuseUs
    {
        color: Black;
    }

    .modalBackground
    {
        background-color: gainsboro;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9998;
        text-align: center;
    }

    /* Style for WucCompute start*/
    .ComputeHead
    {
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
        height: 30px;
    }
    /* ------------------------------------------------------------------------------------ */

    /* Style for WucCompute end*/
    /* ------------------------------------------------------------------------------------ */
    /* 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/Tolerancedata/login/ToleranceLoginBackground.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 629px;
    }


    .LoginCell
    {
        text-align: left;
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .LoginCellTop
    {
        padding: 3px;
    }

    .LoginTable
    {
        text-align: left;
        border-bottom: black thin solid;
        border-left: black thin solid;
        border-top: black thin solid;
        border-right: black thin solid;
        background-color: #9daec8;
    }

    .LoginTableFireFox
    {
        text-align: left;
        border-bottom: black thin solid;
        border-left: black thin solid;
        border-top: black thin solid;
        border-right: black thin solid;
        background-color: #9daec8;
        margin-top: 75px;
    }


    .LoginLogoCell
    {
        /*background-image: url(../../Images/ToleranceData/login/LoginLogo.gif); DOES NOT EXISTS on the server*/
        background-repeat: no-repeat;
        background-position: center center;
        height: 440px;
        padding: 5px;
    }

    .LoginRightCell
    {
        vertical-align: bottom;
        padding: 5px;
        opacity: 0.8;
    }

    .LoginRightCellTop
    {
        padding: 5px;
        opacity: 0.8;
        padding-top: 95px;
    }

    #SpnLoginInfo
    {
        position: relative;
        top: 135px;
        left: 50px;
    }

    #spnTopText
    {
        position: relative;
        top: 78px;
        left: 5px;
        color: White;
        font-weight: bold;
        font-size: 12px;
        z-index: 99999;
    }

    .modalBackground
    {
        background-color: gainsboro;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 9998;
        text-align: center;
    }

    .PopUpBottomText
    {
        color: Gray;
        font-size: 11px;
    }

    /************************************************************************************************/
    /* Diagnosis styles
            /************************************************************************************************/
    .diagnosisProgress
    {
        z-index: 99;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-color: transparent;
    }

    .diagnosisProgressImage
    {
        z-index: 100;
        position: fixed;
        background-image: url('../../images/twm/ajax-loader.gif');
        background-repeat: no-repeat;
        background-position: 5px center;
        background-color: white;
        border: black 1px solid;
        margin-top: -20px;
        margin-left: -100px;
        top: 50%;
        left: 50%;
        padding-left: 20px;
        padding: 2px 5px 2px 25px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .diagnosisProgressBackground
    {
        z-index: 99 !important;
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        background-color: #808080 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0.5 !important;
    }

    /* Style for TechData Line Popup Start*/
    .PopUpGuideIcon
    {
        margin: 2px;
    }



    .dxpcContentPaddings
    {
        padding: 1px;
        background-color: #DbE4f3 !important;
    }
    /* 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;
}
