﻿@Media Screen
{
    body 
    {
        margin: 20px 0 0 0; 
        background-color:#EEEEEE; 
        text-align:center;
    }
    div.Container 
    {
        width:530px;
        height: 690px;
        border-color: #FF0000;
        border-style: solid;
        border-width: 1px;
        background-color:White; 
    }
    table.MainTable
    {
        color: White; 
        text-align:center;
    }
    td
    {
        color :#808080; 
    }
    
    td.LoginHead
    {
        padding-top:20px; 
        height:100px; 
        text-align:right; 
        background-image:url(/CTWebImages/UK/Mitsubishi/mitsub-logo.png);
        background-repeat:no-repeat;
        background-position: center;
        background-size: 115px;
    }
    
    td.WelcomeComments
    {
        text-align:center; 
        line-height: 1.5; 
        padding-top:20px;
        color:Black;
    }
    
    table.LoginProcess
    {
        background-position:bottom; 
        background-repeat:no-repeat;
        height:230px; 
        width:530px; 
        text-align:center;
    }
    
    td.LoginLoading
    {
        color:White;
    }
    
    td.Diagnostic
    {
        cursor:pointer; 
        color:#808080; 
        padding:10px;
    }
    
    td.Copyright
    {
        color: #808080; 
        vertical-align:bottom; 
        padding-bottom:10px;
    }
    b {
        color:black;
        
    }
}
