/*
  CSS definition for Website Baker module: DirList
  Copyright (c) 2007, Ralf Hertsch
  Contact me: hertsch(at)berlin.de, http://ralf-hertsch.de

  This CSS file is free software. You can redistribute it and/or modify it
  under the terms of the GNU General Public License  - version 2 or later,
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
*/


th {
	background-color: #b2c7e0;
  	color: #fff;
	}
th input {
	text-align:right;
	width:100%;
	background-color: #b2c7e0;
	padding-right:15px;
	}
td {
	text-align: left;
	padding:5px 15px 5px 0;
	}
.dirlist {
	font-size: 10pt;
	}

.dirlist h1 {
	font-size: 1em;
  }
.prefix {
	padding: 15px 0;
	}
.suffix {
	padding: 30px;
  font-size: 8pt;
	}
td.td_size,
th.th_size,
td.td_date,
th.th_date {
	text-align:right!important;
	padding-right:10px;
	}

.th_file input {text-align: left;}


.td_file img {float:left; width:16px; border:none!important; margin:0 10px 0 0!important;}
.td_file a {float:left; background:none!important; padding:0!important;}
