/**
 *  @module         DirList
 *  @version        see info.php of this module
 *  @authors        Ralf Hertsch (†), cms-lab
 *  @copyright      2007 - 2012 Ralf Hertsch (†)
 *  @copyright      2013-2014 cms-lab 
 *  @license        MIT License (MIT) http://www.opensource.org/licenses/MIT
 *  @license terms  see info.php of this module
 *
 */


th {
	background-color: #000;
  color: #fff;
	}
th input {
	text-align: left;
	width: 100%;
	}
td {
	text-align: left;
	}
.dirlist {
	font-size: 10pt;
	}

.dirlist h1 {
	font-size: 13pt;
  font-style: bold;
  }
.prefix {
	padding: 15px 0;
	}
.suffix {
	padding: 30px;
  font-size: 8pt;
  text-align: center;
	}
td.td_size,
th.th_size,
td.td_date,
th.th_date {
	text-align: right;
	}
