﻿/* Common Membership Section Styles and Layout */

#LoginSection table tr td, #ProfileSection table tr td, #PasswordSection table tr td, #RegistrationSection table tr td
{
    padding: 5px;
}

.MembershipButtonStyle
{
    color: #800000;
    background-color: #ECE9D8;
}

.MembershipTextStyle
{
    font-family: Verdana;
    font-size: 0.8em;
    padding: 5px;
    vertical-align: middle;
}

.MembershipTextBoxStyle
{
    font-family: Verdana;
    font-size: 1.0em;
    border: inset 1px FFFAF0;
}

.MembershipInstructionStyle
{
    color: #800000;
    font-family: Verdana;
    font-size: 0.8em;
    font-style: italic;
}

.MembershipValidatorStyle
{
    color: #FF0000;
    font-family: Verdana;
    font-size: 0.8em;
    font-style: italic;
}

.MembershipLabelStyle
{
    color: #800000;
    font-family: Verdana;
    font-size: 0.9em;
}

.MembershipTitleStyle
{
    color: White;
    background-color: #800000;
    font-family: Verdana;
    font-size: 1.2em;
    padding: 5px;
}

.MembershipLinkStyle
{
    color: #800000;
    font-family: Arial;
    font-size: 0.8em;
    text-align: center;
}

/* Login Section Styles and Layout */

#LoginSection
{
    width: 450px;
    margin: auto;
}

#LoginSection table
{
    color: #800000;
    font-family: Verdana;
    font-size: 1.0em;
}

/* Registration Section Styles and Layout */

#RegistrationSection
{
    width: 450px;
    margin: auto;
}

#RegistrationSection table
{
    color: #800000;
    font-family: Verdana;
    font-size: 1.0em;
    width: 100%;
}

/* Profile Section Styles and Layout */

#ProfileSection
{
    width: 450px;
    margin: auto;
    color: #800000;
    font-family: Verdana;
    font-size: 1.0em;
}

#ProfileSection table
{
    width: 100%;
}

#ProfileSection table label
{
    font-size: 0.9em;
}

#ProfileSection #SectionBar
{
    color: White;
    background-color: #800000;
    font-size: 1.2em;
    padding: 5px;
}

/* Password Section Styles and Layout */

#PasswordSection
{
    width: 450px;
    margin: auto;
}

#PasswordSection table
{
    width: 100%;
}