
/*
=================================== 
       F R O N T E N D
=================================== 
*/

.dirlinkMain {
font-family: courier new, monospace;
}

.dirlinkMain span {
white-space: nowrap;
}

.dirlinkMain a {
font-weight: 700;
}

/* Design dlTable1 */

table.design_dlTable1 {
width: 99%;
background: #fff; /* table background */
border: 1px solid #999;
border-collapse: collapse;
}

table.design_dlTable1 thead th {
background: #d0d6dc; /* table head background */
text-align: center;
vertical-align: top;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
padding: 4px 12px 0 12px;
}

table.design_dlTable1 tr.odd td {
background: #e3e9f0; /* zebra row background */
}

table.design_dlTable1 td {
text-align: left;
vertical-align: top;
line-height: 1.2em;
border: 0px solid #999;
border-left: 1px solid #999;
padding: 5px 12px;
}

table.design_dlTable1 .dl_filename {}
table.design_dlTable1 .dl_filetype {text-align: center;}
table.design_dlTable1 .dl_filedate {text-align: center;}
table.design_dlTable1 .dl_filesize {text-align: right;}



/*
=================================== 
         B A C K E N D
=================================== 
*/
