#filelist {
    background: #eee;
}

#filelist td {
    font-family: Consolas,'Lucida Console',Monospace,'Courier New';
    font-size: 10pt;
    padding: 1px 10px 1px;
    border-bottom: 1px dotted #ccc;
    border-left: 1px dotted #ddd;
}

#filelist tr:hover td {
    background: #ddf;
}

td.filename {
}

td.filesize {
    color: #333;
}

td.filedate {
}
