#Customer tbody tr {
    cursor:pointer;
}

#Customer tbody tr:hover {
    background-color:#999;
    color:#ccc;
}
