﻿.LoginTextBox
{
    border-color:#ed9d37;
    border-width:1px;
    border-radius:2px;
    width:140px;
}

.NewUserTextBox
{
    border-color:#ed9d37;
    border-width:1px;
    border-radius:2px;
    width:200px;
    background-color:White;    
}

.LoginImage
{
    float:right;    
}
.Alert
{
    font-family:Tahoma;
    font-size: 10px;
    color:Red;
    font-weight:bold;   
}
.TruthCode
{
    font-size:16px;
    font-family:Tahoma;
    color:Black;    
}

.HeaderRow
{
    background-image:url(../Images/PageBg/bartop.png);
    background-repeat: no-repeat;
    width:248px;
    height:34px;    
}

.HeaderRow2
{
    background-color:#f53252;    
}

.HeaderTable
{
    width:100%;   
}

.ContentTable
{
    width:100%;
    height:503px;
    background-image:url(../Images/PageBg/lbarbg.png);
    background-repeat:repeat-x;   
}

.ContentTableEnd
{
    background-color:#3395DD;    
}

.FooterTable
{
    height:100px;
    width:100%;
    background-color:#393939;    
}

.FooterRow
{
    background-image:url(../Images/PageBg/ftbg.png);
    background-repeat: repeat-x;    
}

.FooterRowTd
{
    background-image:url(../Images/PageBg/barbg.png);
    background-repeat: no-repeat;    
}

.FooterMenu
{
    text-decoration:none;
    color:#B8B8B8;
    font-size:11px;    
}

.LoginTable
{
    width:100%;
    border-radius:5px;
    background-color:#fcbf42;
}

.MenuBg
{
    background-image:url(../Images/PageBg/menubg.png);
    background-color:White;
    background-repeat:repeat-x;
    width:460px;   
}