/* 
#########################
   file_list 
#########################
*/
.tx-filelist-pi1 {
}

table.tx-filelist-pi1-table {
/* border-collapse: separate ; */
   margin-left: 1px;
}
table.tx-filelist-pi1-table body {
}
.tx-filelist-pi1 tr {
   text-align: left ;
   border-top: 1px #F4F4F0 solid ;
}
.tx-filelist-pi1 th {
   font-weight: bold ;
   vertical-align: middle ;
   padding: 0.2em 1.0em 0.2em 0 ;
   background: #F4F4F0 ;
}
.tx-filelist-pi1 td {
   vertical-align: top ;
   padding: 0.3em 1.0em 0.3em 0 ;
   border-bottom: 1px #F4F4F0 solid ;
}

/* ### Table-Header ################################## */
/*
tr.tx-filelist-pi1-header-tr  {
}
*/
th.tx-filelist-pi1-header-icon {
}
th.tx-filelist-pi1-header-filename {
}
th.tx-filelist-pi1-header-file_size {
   text-align: center ;
   padding-left: 0.6em ;
   width: 95px ;
}
th.tx-filelist-pi1-header-last_modification {
}

/* ### Table-Data ################################## */
/*
tr.tx-filelist-pi1-tr {
}
*/
td.tx-filelist-pi1-icon {
   padding: 0.2em 0.5em 0.1em 0.5em ;
}
td.tx-filelist-pi1-filename a {
   text-decoration: none ;
}

td.tx-filelist-pi1-filename a:hover {
   text-decoration: underline ;
   background: #F4F4F0 ;
}
td.tx-filelist-pi1-file_size {
   text-align: right ;
}
td.tx-filelist-pi1-last_modification {
   width: 105px ;
}



