div#divSearch {
    background-color: white;
    position: absolute;
    width: 550px;
    z-index: 99;
}
.quickSearchTable {
    border: 1px ridge navy;
    cursor: default;
    width: 100%;
}
.quickSearchTable thead tr td {
    background-color: #316AC5;
    color: white;
}
.quickSearchTable * tr th {
    background-color: #316AC5;
    color: white;
    empty-cells: show;
    padding-left: 10px;
    padding-right: 2px;
    white-space: nowrap;
}
.quickSearchTable * tr td {
    color: black;
    empty-cells: show;
    white-space: nowrap;
}
.quickSearchTable * tr.even td {
    background-color: #E2E9F4;
}
.quickSearchTable * tr.odd td {
    background-color: white;
}
.quickSearchTable * tr.green td {
    background-color: white;
    color: green;
    cursor: default;
}
.quickSearchTable * tr.click td {
    background-color: #FFCC99;
}
.quickSearchTable * tr.over td {
    background-color: #D0D7E2;
    cursor: pointer;
}
