body{
font-family:verdana, arial, sans-serif;
background-color:#d0d0d0;
}

/* generateItemList */
#foldername{
font-size:12pt;
font-weight:bold;
padding-top:20px;
padding-left:50px;
padding-bottom:10px;
}

#itemlistTable{
width:64%;
background-color:#f8f8f8;
border: 4px solid #404040;
margin-top:33px;
}
#itemlistTable a{
color:#000000;
text-decoration:none;
}

#itemlistTable thead{
background-color:#404040;
color:#f0f0f0;
cursor:default;
height:36px;
}
#itemlistTable thead a{
color:#f0f0f0;
text-decoration:none;
}
#itemlistTable thead a:hover{
color:#f0f0f0;
text-decoration:underline;
}
#itemlistTable thead td{
padding-left:5px;
}
#itemlistTable tbody td{
cursor:default;
border:solid 1px #d0d0d0;
}
#itemlistTable tbody .nr_img{
font-size:10px;
font-weight:normal;
}
#itemlistTable tbody a:hover{
color:#808080;
text-decoration:none;
}
#itemlistTable tfoot{
background-color:#404040;
color:#f0f0f0;
}
#itemlistTable tfoot .total_nr_thumbs{
font-size:10px;
font-weight:bold;
}
#itemlistTable tfoot .bottomLinks a{
font-size:8pt;
color:#808080;
text-decoration:none;
}
#itemlistTable tfoot .bottomLinks a:hover{
font-size:8pt;
color:#f0f0f0;
text-decoration:none;
}

.directories{
font-size:10pt;
font-weight:bold;
}

.files{
font-size:10pt;
font-weight:bold;
}

#filesize{
font-size:7pt;
}

#emptyFolder{
font-size:10pt;
color:#a0a0a0;
}