
.lookup {
font-size: 1em;
font-family: verdana;
white-space: nowrap;
line-height: 1.4;
}

.lookup thead {
font-weight: bold;
}

#reshead {
font-size: 1.3em;
}

#tbl thead tr{
    background-color: #CCEEEE;
}

#tbl tbody tr:nth-child(even) {
    background-color: #DDEEEE;
}
#tbl tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

#tbl tbody tr:hover {
    background-color: #CCCCFF;
}

#res thead tr{
    background-color: #CCEECC;
}

#res tbody tr:nth-child(even) {
    background-color: #DDEEDD;
}
#res tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#res tbody tr:hover {
    background-color: #BBFFBB;
}
