/*
 * ######################################################
 * #                     inDextory                      #
 * #              Apache Directory Listing              #
 * # -------------------------------------------------- #
 * #            AKE GROUP <ake@akegroup.org>            #
 * #   Author: Antoine POPINEAU <apognu@akegroup.org>   #
 * # -------------------------------------------------- #
 * #      REPRODUCTION FORBIDDEN WITHOUT PERMISSION     #
 * ######################################################
 */

* {
	border: 0;
	margin: 0; padding: 0;
}

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 20px;
	padding-top: 0;
	color: #5a5859;
}

p {
	text-align: justify;
	width: 600px;
}

h1 {
	font-variant: small-caps;
	font-size: 1.6em;
	text-align: center;
	margin: 30px 0;
	border: 1px solid #5a5859;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table {
	width: 93%;
	border: 1px solid black;
	border-collapse: collapse;
	background: #fafafa;
}

tbody tr:hover {
	background: #ebebeb;
}

tr a {
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: #5a5859;
}

th {
	text-align: left;
}

thead tr {
	border: 1px solid black;
	cursor: pointer;
}

thead th {
	padding-left: 15px;
}

th#icon {
	width: 24px;
}

th#mtime {
	width: 10%;
}

th#size {
	width: 10%;
}

th#description {
	width: 10%;
}

p#link {
	text-align: right;
	width: 100%;
}

p#link a {
	color: #666666;
}

p#link a:hover {
	color: #999999;
	text-decoration: none;
}

p#footer {
	text-align: center;
	font-size: 0.9em;
	border-bottom: 1px solid #5a5859;
	margin-bottom: 20px;
	width: 100%;
}
