﻿
.logon table.container
{
   
   
}
.logon
{
    margin-left:150px;
    margin-top:40px;
}
.LU
{
    background-image: url('images/LU.jpg');
    background-repeat: no-repeat;
    background-position:right;
    width:30px;
    height:34px;
}
 .LB
{
    background-image: url('images/LB.jpg');
    background-repeat: no-repeat;
     background-position:right;
    width:30px;
    height:34px;
}
 .RB
{
    background-image: url('images/RB.jpg');
    background-repeat: no-repeat;
    width:30px;
    height:34px;
}
 .RT
{
    background-image: url('images/RT.jpg');
    background-repeat: no-repeat;
    width:30px;
    height:34px;
}
.U
{
    background-image: url('images/U.jpg');
    background-repeat: repeat-x; 
}
.B
{
    background-image: url('images/B.jpg');
    background-repeat: repeat-x;
    
}
.L
{
    background-image: url('images/L.jpg');
    background-repeat: repeat-y;
    height:100%;
     background-position:right;
}
 .R
{
    background-image: url('images/R.jpg');
    background-repeat: repeat-y;
    height:100%;
}

.C
{
   background-color:#2f3164;   
}
.title
{
    background-color:#2f3164; 
    color:#ffffff;  
    font-size:14pt;
    padding-bottom:15px;
}
/* Account Information */
div.editAccount
{
    font-family:Century Gothic;
    margin-left:250px;
    line-height:2;
}
div.editAccount a
{
    font-size:10pt;
    font-weight:600;
    color:#2f3164;
    
}

