/** 
 * Apache Auto-Index Style Sheet 
 */ 

body {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color:#101010;
	font-size: 1.5em;
} 

table {
	border-collapse: collapse;
	background-color: #f8f8f8;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	border: 1px solid #aaaaaa;
}
 
table tr:first-child th {
	text-align: left;
	padding: 0px;
	padding-right: 3em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaaaaa;
	background-color: #e8e8e8;
} 

table tr th:first-child {
	text-align: left;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
} 


table tr td {
	text-align: left;
	padding: 0px;
	padding-right: 3em;
	padding-top: 2px;
	padding-bottom: 2px;
} 

table tr td:first-child {
	text-align: left;
	padding: 0px;
	padding-right: 8px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
} 

hr {
	border-width: 0;
}
