/**FF3 requires this line without code for the css to work**/
table{
    margin: auto;
    width: 725px;
    margin-top: 20px;
    border: 1px solid #909090;
}

table .tableHeader{
    font-weight: bold;
}

table td{
    text-align: center;
    padding: 5px 10px;
}

table tr:hover{
    background-color: #eeeeef;
}

table tr.tableHeader{
    border-bottom: 1px solid black;
}

/* for FF2 *********************************
table, x:-moz-any-link {
    *padding: 53px 74px;
}*/

/* for FF3 *********************************
table, x:-moz-any-link, x:default {
}
*/

/* for IE7 *********************************
#cardisplay td{
    *padding: 53px 74px;
}*/

/* for IE6 *********************************
#cardisplay td{
    _padding: 53px 74px;
}*/