table.genericForm,
table.extendedInfo  {
    background-color: white;
    border-color: #aaaaaa;
    color: #454C5D;
}

.genericForm thead th {
    background-color: #f0f0f0;
    color: black;
}

.genericForm thead th.heading {
    background-color: #e0e0e0;
    color: #454C5D;
}

.genericForm thead td {
    background-color: #efefef;
    border-color: #aaaaaa;
}

.genericForm tbody th,
.genericForm tfoot th {
    background-color: #f6f6f6;
}

.genericForm tfoot td {
    background-color: #f6f6f6;
    border-color: #cccccc;
}


#errorMessageBox {
    background-color: #fff0f0;
    color: #cc0000;
}

#successMessageBox {
    background-color: #f0fff0;
    color: #338833;
}

.error {
    color: #cc0000;
}

.pageNavigation, .resultCount {
        color: #606060;
}

.pageNavigation a:link,
.pageNavigation a:visited {
        color: #0044B6;
}

textarea {
    color: #434C52;
}
input.submit, input.submit:hover, input.submit:focus {
    background-color: #ffffff;
}

.row1 {
    background-color: #f0f0f9;
}

.row2 {
    background-color: #f0f0f5;
}

.disabling {
    color: #ff3333;
}

a.command {
    background-color: #666666;
    border-color: #333366;
    color: white;
}
a.command:hover {
    background-color: #333333;
    border-color: #000033;
}

