﻿#loginCol1  
{
    width: 480px;
    margin-left: 10px;
    float: left;
}

#resetBox
{
    width: 450px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 20px;
    background-color: #e6f0fe;
    border: 1px solid #33455d;
    /*font-family: Arial;*/
    font-size: 12pt;
}

#loginBox
{
    width: 400px;
    margin-left: 20px;
    margin-right: 10px;
    padding: 20px;
    float: left;
    background-color: #e6f0fe;
    border: 1px solid #33455d;
}

h1
{
    color: #1b1b1b;
    /*font-family: Tahoma;*/
    font-size: 24pt;
    font-weight: normal;
    line-height: 120%;
}

h2
{
    /*font-family: Helvetica;*/
    font-size: 16pt;
    font-weight: normal;
    line-height: 150%;
    color: #1b1b1b;
    margin-top: 0px;
}

.AccPane
{
    /*font-family: Helvetica;*/
    font-size: 12pt;
    font-weight: normal;
    line-height: 100%;
    color: Blue;
    text-decoration: underline;
    margin-top: 0px;
    padding-left: 10px;
}

p
{
    margin: 0px 0px 20px 0px;
    /*font-family: Arial;*/
    font-size: 11pt;
    line-height: 150%;
    color: #1b1b1b;
}

.largeTextBox
{
    width: 355px;
    height: 30px;
    font-size:20px;
}

.checkboxStyle
{
    font-size: 10pt;
    padding-left:10px;
}

.clear
{
    clear: both;
}

.loginButton
{
    padding: 8px;
}

.descLogoTopLeft
{
    float: left;
    margin-right:5px;
    margin-bottom: 5px;
}

.descText
{
    font-family: Arial;
    font-size: small;
}

.descText p
{
    font-family: Arial;
    font-size: 10pt;
}



.descLogo
{
    border: 1px solid #333333;
    width: 200px;
}
.accordionHeader
{
    color: white;
    background-color: #e7e7e7;
    /*font: Verdana;*/
    font-size: 12pt;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
    border: 1px solid #333333;
}
 
.accordionContent
{
    background-color: #DCE4F9;
    font: normal 12pt auto Arial;
    border-top: none;
    border-bottom: 1px solid #333333;                
    border-left: 1px solid #333333;                
    border-right: 1px solid #333333;                
    padding: 4px;
    padding-top: 7px;
}

.MembershiPanels
{
    background-color: #e7e7e7;
    font: normal 12pt auto Arial;
    border: 1px solid #333333;
    padding: 10px;
}

.register p
{
    margin: 5px 0px 10px 10px;
    /*font-family: Arial;*/
    font-size: 11pt;
    line-height: 150%;
    color: #1b1b1b;
}

.register .textEntry
{
    width: 355px;
    height: 30px;
    font-size:20px;
}

.register
{
    background-color: #e6f9fd;
}

.errorMsg
{
    /*font-family: Verdana;*/
    font-weight: bold;
    font-size: small;
    color: Red;
}

.errorSummary
{
    /*font-family: Verdana;*/
    font-weight: normal;
    font-size: small;
    color: Red;
}

.ExistingMemberModalBackground 
{
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.ExistingMembermodalPopup 
{
    width: 400px;
    background-color: #e6f9fd;
    color: #000033;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    font-size: medium;
    text-align: left;
}

.modalMessage
{
    /*font-family: Helvetica;*/
    font-size: 12pt;
    font-weight: normal;
    line-height: 150%;
    color: #1b1b1b;
    margin-top: 0px;
}