/* 
    Document   : autoindex
    Created on : Jul 28, 2009, 4:00:09 PM
    Author     : Joel Spadin
    Description:
        Styles the Apache AutoIndex pages
*/

root { 
    display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F3F4EE url(body.jpg) top center repeat-y;
	margin: 10px auto;
	padding: 0;
	width: 750px;
}

img {
	border: none;
}

a {
	color: #5f5f5f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Palatino, Georgia, "Baskerville", serif;
	font-size: 1.9em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5%;
	text-shadow: #aaa 0 1px 3px;
}

table {
	margin: 15px 10%;
	width: 80%;
	border: solid 1px #C3C3C3;
	border-collapse: collapse;
	font-size: 13px;
}

td {
	padding: 3px 4px;
}

tr > th:nth-child(2) {
	text-align: left;
}

tr > th:not(:nth-child(2)) {
	text-align: right;
}

tr > td:last-child {
	/*display: none;*/
}

tr > th:last-child,
tr > td:nth-last-child(2) {
	padding-right: 14px;
}

tr > th:first-child,
tr > td:first-child {
	padding-left: 14px;
	width: 30px;
}

tr > td:nth-child(2) {
	padding-left: 0px;
}

tr:nth-child(odd) {
	background-color: #F3F5F3;
}

tr:nth-child(even) {
	background-color: #E7E9E7;
}

tr:first-child {
	border-bottom: solid 1px #C3C3C3;
	background: #fff url("table-header.png") repeat-x 0 -2px;
}

#footer {
	margin-left: 10%;
	margin-right: 10%;
	color: #949494;
	font-size: 0.7em;
}

#footer a {
	color: #949494;
	text-decoration: underline;
}

#footer a:hover {
	color: #5f5f5f;
}
