@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	color: #000;
}

a:link, a:visited {
	color: blue;
	background: transparent;
}

table {
	font-family: monospace;
	border: none;
	width: 90%;
	border-collapse: collapse;
}

td, th {
	
	vertical-align: top;
	padding-top: 0.3em;
	padding-bottom: 1.5em;
	padding-right:0.5em;
}

th {
	font-weight: normal;
	text-align: left;
}

.bordertop {
	border-top: 2px outset #ccc;
	
}

.borderbottom {
	border-bottom: 2px outset #ccc;
	padding-bottom: 10px;
}


.parent, .text, .pdf, .image, .compressed, .sound, .dir {
	padding-left: 24px;
	height: 1.5em;
}

.parent {
	background: transparent url("img/back.gif") no-repeat top left;
}

.text {
	background: transparent url("img/text.gif") no-repeat top left;
}

.pdf {
	background: transparent url("img/pdf.gif") no-repeat top left;
}

.image {
	background: transparent url("img/image.gif") no-repeat top left;
}

.compressed {
	background: transparent url("img/compressed.gif") no-repeat top left;
}

.sound {
	background: transparent url("img/sound.gif") no-repeat top left;
}

.dir {
	background: transparent url("img/dir.gif") no-repeat top left;
}


address {
	margin: 0;
	padding: 0.5em 0;
}