h1 {
    padding-bottom: 2px;
    border-bottom: solid 1px #C0C0C0;
    width: 585px;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-family: inherit;
    font-size: inherit;
}

table.sortable span.sortarrow {
    display: none;
    color: black;
    text-decoration: none;
}

table.crmtable {
    border: 1px solid rgb( 204, 204, 204 );
    padding: 5px;
    border-collapse: collapse;
    font-family: inherit;
    font-size: inherit;
}

.crmheader {
    background: #A7B7CC;
    color: navy;
    text-align: center;
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
}

.crmcell {
    border: 1px solid #cccccc;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.crmbordertop {
    border-top: solid 1px #C0C0C0;
    width: 450px;
    padding-top: .5em;
}

.crmborderbottom {
    border-bottom: solid 1px #C0C0C0;
    width: 450px;
    padding-bottom: .5em;
}

