/* 
    Document   : dam_frontend
    Created on : 10.06.2010, 19:30:32
    Author     : netboot
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.filelist h3 {
    background: url(../img/folder.jpg) no-repeat;
    padding-left: 25px;
}

table.filelist {
    border: none;
}

table.filelist tr {
    border: none;
    border-bottom:1px solid #b4b4b4;
    border-collapse:collapse;
    font-size: 12px;
    width:100%;
}

table.filelist th {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    padding-bottom: 9px;
    font-weight: bold;
}


