
body, html 
{
    min-height: 100%;
    height: 100%;
}

.LoginMainTableContainer
{
    padding-left: 3px;
    padding-right: 3px;
}

.LoginMainTable
{
    height: 100%;
    width: 100%;
}

.LoginCell
{
    background-color: #FFFFFF;
}

.SeparatorCell
{
    height: 7px;
    line-height: 7px;
}

.RegisterButtonContainer
{
    text-align:right;
    width:470px;
    padding-bottom: 20px;
}

.RegistrationCompleted
{
    font-size: 10pt;
    font-family:arial;
    font-weight: bold;
    padding: 10px;
}

.RegUsersCaption
{
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    background-color: #63503d;
    font-size: 8pt;
    font-family: arial;
    font-weight: bold;
    padding:3px;
    padding-left: 8px;
}

#RegUsersDesc, #RegUsersForgotPwd
{
    font-weight: normal;
    height: 25px;
    line-height: 21px;
    color: #63503d;
    background-color: #ffffff;
    font-size: 9pt;
    font-family: arial;
    padding:3px;
    padding-left: 10px;
}

#RegUsersForgotPwd
{
    width: 200px;
    max-width: 200px;
}

#Line1
{
    height: 10px;
    border-bottom: solid 1px #63503d;
}

.HeaderMyAccount
{
    color: #63503d;
    padding-top:30px;
    padding-left:10px; 
    font-size: 12pt; 
    padding-bottom: 20px;
    font-weight: bold;
}

.CellTitle
{
    text-align: left; 
    padding-left: 5px;
    background-color: #63503D; 
    height: 20px;
    font-size: 8pt; 
    font-family: arial;
}

.HtmlCss
{
    font-size: 9pt;
    font-family: Courier New;
}

.CommandButton
{
    font-weight: bold;
    font-size: 8pt;
}

.ErrorContainer
{
    border: 1px solid #A8511B;
    padding: 5px;
    background-color: #CBB69E;
    font-weight: bold;
    color: #A8511B;
}

.SuccessContainer
{
    border: 1px solid #22A91B;
    padding: 5px;
    background-color: #B3D991;
    font-weight: bold;
    color: #1BA92D;
}

.HeaderBgStyle
{
    background-repeat: repeat-x;
    background-image: url('/images/dialog/pager_bg.gif');
    color: #555555 !important;
    height: 25px;
    font-weight: bold;
    font-size: 8pt;
}

.cpHeader
{
    color: #A8511B;
    background-color: #F3EBE3;
    font: bold 11px Arial, Helvetica, sans-serif;
    font-size: 10pt;
    cursor: pointer;
    width: 870px;
    height: 18px;
    padding: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CBB69E;
}
