table.digest_forum {
    border: 0px solid black;
    width: 790px;
}

table.digest_forum td {
    padding-left:  3px;
    padding-right: 3px;
    height: 20px;
}

table.digest_forum tr:nth-child(odd) {
    background-color: #eeeeee;
}

table.digest_forum tr:nth-child(1) {
    background-color: #ccccff; /*#ddeeff;*/
}

table.digest_forum tr:hover {
    background-color: #ccccff; /*#ddeeff;*/
}

td.title {
    float: left;
    width: 470px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    /*below are for IE.*/
    /*display: inline-block;*/
/*
    text-overflow: clip;
    position: relative;
    -ms-text-overflow: clip;
*/
}

table.digest_forum td:nth-child(2) { width: 100px; white-space: nowrap; } /* post time */
table.digest_forum td:nth-child(3) { width: 90px; white-space: nowrap; } /* author */
table.digest_forum td:nth-child(4) { width: 30px; white-space: nowrap; text-align: center; } /* reply */
table.digest_forum td:nth-child(5) { width: 60px; white-space: nowrap; } /* forum */

a.bbs_user {
    text-decoration: none;
    color: #009900;
}

a.bbs_user:hover {
    color: blue;
}

