﻿li
{
  margin-bottom: 1ex; 
}

.memberMenu
{
    font-size: small;
    border-bottom: solid 1px #660099;
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.menuItem
{
    border-collapse: collapse;
    font-family: Microsoft Sans Serif, Arial, Sans-Serif;
    font-size: small;
}

.input
{
    border: solid 2px #660099;
    font-family: Courier New, Monospace;
}

.contact
{
}

.label
{
    font-size: smaller;
    font-family: Arial, Sans-Serif;
}

.createuser
{
    float: left;
    margin: 0em 2em 2em 0em;
}

.NavButton
{
    margin: 0em 1em 1em 0em;
}

.LoginTitle
{
    background-color: #660099;
    font-family: Microsoft Sans Serif, Arial, Sans-Serif;
    font-weight: bold;
    color: White;
}

.LoginBox
{
    float: left;
    margin: 0em 2em 2em 0em;
    background-color: #fff5f5;
}

.LoginBox table
{
    background-color: #fff5f5;
}

.button
{
    color: White;
    background-color: #660099;
}

.ProfileUpdate
{
    font-size: smaller;
    width:600px;
    margin-bottom:10px;
}

.ProfileUpdate legend
{
    color: #660099;
    font-weight: bold;
}

.ProfileUpdateTxt
{
    border: solid 1px #660099;
    text-align:left;
}

div.row
{
   clear: both;
   width: 290px;
}

div.row span.textlabel
{
    float: left;
    text-align: right;
    margin-bottom: 5px;
    margin-right:5px;
    width:100px;
}

div.row span.textvalue
{
    float: right;
    text-align: left;
    margin-bottom: 5px;
    width:180px;
}

