.members .member.record {
    border: gray thin solid;
    margin: 0em;
    padding: 0em;
}

.members .member.status {
    padding: 0em 1em;
    text-align: right;
    vertical-align: middle;
    width: 4em;
}

.member_tableheader {
    border: solid gray 1px;
    text-decoration: underline;
    font-size: 14px;
    color: black;
    cursor: pointer;
    height: 25px;
    text-align:left;
}

.member_tableheader.nolink {
    border: solid gray 1px;
    text-decoration: none;
    font-size: 14px;
    color: black;
    cursor: default;
    height: 25px;
    text-align:left;
}

.member_tablebody {
    font-size: 12px;
    color: black;
    border-bottom: solid gray 1px;
}

.member-not-found {
    font-size:12px;
    margin-top:20px;
    text-align:left;
}

.member-not-found img {
    margin-bottom:-3px;
}

#alphabet { margin: 15px 0; padding: 5px 5px 10px 5px; background-color: #ffffff; width: 100%; }
#alphabet ul { list-style-type: none; margin: 5px 0; padding: 0; }
#alphabet ul li { float: left; font-size: 14px; list-style-type: none; margin-right: 4px; padding: 0 3px;}

