/* Autum Color Theme */

h1,h2 { font-size: 1.5em; }

th {
    text-align: left; background: #ddd;
}

.members
{
    width: 760px;
    margin: 0 auto;
}

.members tr.even
{
    background-color: #f3fafc;
}

.members tr.odd
{
}

.members tr:hover
{
    background-color: #fff;
}

.members td
{
    padding: 2px 5px;
    border-bottom: 1px dotted #999;
}

.members td.name,
.members td.email,
.members td.phone,
.members td.tees
{
    border-right: 1px dotted #999;
}

.members .name
{
    color: #524F46;
    font-weight: normal;
    width: 30%;
}

.members .name a,
.members .email a
{
    color: #524F46;
}

.members .email
{
    color: #d2813f;
    width: 40%;
}

.members .phone
{
    color: #524F46;
    width: 20%;
}

form div label {
    width: 20em;
    display: inline-block;
    text-align: right;
    padding-right: 11px;
}
