@import url("common.css");

#alphajumps {
    clear: right;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

#alphajumps a {
    font-weight: medium;
}

#alphajumps a.current {
    color: black;
}
#alphajumps a.current:before {
    content: "(";
}
#alphajumps a.current:after {
    content: ")";
}

#alphajumps a:before {
    content: "[";
}

#alphajumps a:after {
    content: "]";
}

#alphajumps span {
    display: none;
}

#library {
    text-align: center;
    margin-bottom: 0.125in;
}

#library img {
    border: solid black thin;
}

/*
#content {
}
*/

/*
#list {
}
*/

#list table {
    position: relative;
    width: 100%;
    border: none;
    border-bottom: solid black medium;
    table-layout: fixed;
}
#list table tr {
    position: relative;
}
#list table tbody tr:hover {
    background-color: #EEEEDD;
}
#list table tbody tr:hover a {
    font-weight: bold;
}
#list table tbody tr:hover a.admin {
    font-weight: normal;
}
#list table th {
    text-align: left;
    border: none;
    border-bottom: solid black medium;
}
#list table td {
    position: relative;
    text-align: left;
    border: none;
    padding-top: 0.0625in;
}
#list table .extra {
    width: 0.25in;
}
#list table .name {
    width: auto;
}
#list table .rank {
    width: 1.00in;
}
#list table .branch {
    width: 0.75in;
}
#list table .service {
    width: 2.0in;
}
#list table .yob {
    width: 0.75in;
}

#abbrev dt {
    margin-top: 0.25em;
    font-weight: bold;
}
#abbrev dd {
    margin-left: 1em;
}
#abbrev .left {
    float: left;
}
#abbrev .right {
    float: right;
    width: 50%;
}