﻿@Media Screen
{
    body 
    {
        margin: 20 0 0 0; 
        background-color:#808080; 
        text-align:center;
    }
    div.Container 
    {

        background-color:#ffffff;
        width:540px;
        height: 645px;
        
    }
    table.MainTable
    {
        text-align:center;
    }
    td
    {
        color :#808080; 
        background-color :White;
    }
    
    td.LoginHead
    {
        padding:0; 
        height:72px; 
        text-align:right; 
        background-image:url(/CTWebImages/IMG/img-nogw.png);
        background-repeat:no-repeat;
        background-position: top right;
    }
    
    td.WelcomeComments
    {
        text-align:center; 
        line-height: 1.5; 
        padding-top:40px;
        color:Black;
        
    }
    
    table.LoginProcess
    {
        background-position:bottom; 
        background-repeat:no-repeat;
        height:230px; 
        width:100%; 
        text-align:center;
    }
    
    td.LoginLoading
    {
        color:White;
    }
    
    td.Diagnostic
    {
        cursor:pointer; 
        color:#386d82; 
        padding:10px;
    }
    
    td.Copyright
    {
        color: #808080; 
        vertical-align:bottom; 
        padding-bottom:10px;
    }
    
    b {
         color:black;
    }
}
