﻿body
{
}

.membersLogin
{
    background-color: #00509C;
    border-color: #87898C; /* 055DA8 */
    border-width: 1px;
    border-style: dotted;
    border-top-style: none;
    clear: both;
    display: block;
    margin-bottom: 5%;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.membersLoginHeader
{
    background-color: #055DA8;
    color: White;
    font-family: Arial;
    font-size: x-large;
    padding-bottom: .2em;
    padding-top: .2em;
    margin-bottom: 1.5%;
    text-align: left;
    text-indent: 2%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.membersViewBalance
{
    background-color: #00509C;
    border-color: #87898C; /* 055DA8 */
    border-width: 1px;
    border-style: dotted;
    border-top-style: none;
    clear: both;
    display: block;
    margin-bottom: 5%;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.members
{
    clear: both;
    overflow: visible;
    position: relative;
}

.passwordResetForm
{
    background-color: #00509C;
    border-color: #87898C; /* 055DA8 */
    border-width: 1px;
    border-style: dotted;
    border-top-style: none;
    clear: both;
    z-index: 1;
}

.passwordResetHeader
{
    background-color: #055DA8;
    border-bottom: .15em groove #000;
    color: White;
    font-family: Arial;
    font-size: large;
    padding-bottom: .5em;
    padding-top: .5em;
    margin-bottom: 3%;
    text-align: left;
    text-indent: 2%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.members div
{
    
}

.members div.cell
{
    width: 100%;
}
.members div.cell.row
{
    float: left;
    margin-bottom: 2%;
    min-width: 350px;
    width: 100%;
}

.members div.cell.info
{
    clear: none;
    color: White;
    float: left;
    text-align: right;
    width: 40%;
}

.members div.cell.value
{
    clear: none;
    float: left;
    padding-left: 5px;
    width: auto;
}

.members input[type="submit"]
{
    float: left;
    margin-right: 5px;
}

.members .error
{
    border-style: groove;
    border-width: 1px;
    border-color: Red;
    background-color: White;
    color: Red;
    list-style-type: square;
    margin: 2%;
    padding: 1%;
    text-align: center;
    width: auto;
}