﻿body
{
	font-size: 10pt;
    font-family: Arial Tahoma;
    color: #222222;
}

.divSection
{
    background-color: #eeeeee;
    border: solid 1px #808080;
    width: 220px;
    margin: 2px;
    padding: 5px;
    font-size: 10pt;
    font-family: Arial Tahoma;
    color: #222222;
    
}
.divEditPanel
{
    background-color: #eeeeee;
    border: solid 1px #808080;
    width: 450px;
    margin: 2px;
    padding: 5px;
    font-size: 10pt;
    font-family: Arial Tahoma;
    color: #222222;
}
.SectionHeading
{
    font-weight: bold;
    font-size: 10pt;
    margin: 0px 0px 5px 0px;
    padding: 2px;
    font-family: Arial Tahoma;
    color: #222222;
    background-color: #d5d5d5;
    border: dashed 1px #808080;
    display: block;
    text-align: center;
}
.txtFieldData
{
    border: solid 1px #555555;
    color: #555555;
    background-color: #ffffff;
    width: 210px;
    margin: 0px 0px 5px 0px;
}
.NewAccountHeader
{
    color: #7c8992;
    font-size: 16pt;
    font-family: Arial black;
    font-weight: bold;
}
.MemberBenefitsText
{
    color: #7c8992;
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
}
.HorizontalRule
{
    color: #7c8992;
}
.Button
{
    background-color: #7c8992;
    color: #ffffff;
    border: 1px solid #555555;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
}
.LoginBox
{
    background-color: #DFDFDF;
    background-image: url('../../GradStreamer.ashx?GDIType=Gradient&Direction=1&W=1&H=300&Col1=FFFFFF&Col2=DFDFDF');
    background-position: top left;
    background-repeat: repeat-x;
    padding: 10px;
    border: 1px solid silver;
    width:220px;
    text-align: right;
}
.LinkStyle a:link, .LinkStyle a:visited, .LinkStyle a:active, .LinkStyle a:hover
{
    color: #7c8992;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}
.FormLabels
{
    color: #7c8992;
    font-size: 10pt;
    font-family: Arial;
    font-weight: normal;
}
.txtPasswordWatermark
{
    background-image: url("Images/imgPasswordWatermark.jpg");
    background-repeat: no-repeat;
    color: white;
    text-align: right;
}
.txtNewPassword
{
	background-image: url("Images/imgNewPasswordWatermark.jpg");
    background-repeat: no-repeat;
    color: white;
    text-align: right;
}
.txtConfirmPassword
{
	background-image: url("Images/imgConfirmPasswordWatermark.jpg");
    background-repeat: no-repeat;
    color: white;
    text-align: right;
}

.divNotes
{
    background-color:#e6e6e6;
    border:solid 1px #afafaf;
    padding:4px;
    font-size:9pt;
    color:Gray;
}