html, body {
	margin: 0px;
	padding: 0px;
	font: 12px "Trebuchet MS", Tahoma, Arial;
}

.header {
	width: 100%;
	height: 50px;
	border-bottom: 1px black solid;
	background-image: url('images/background.png');
}

.headergfx {
	height: 50px;
	background-repeat: no-repeat;
	background-image: url('images/title.png');
}

.footer {
	width: 100%;
	text-align: center;
	padding-top: 3px;
}

/* file listing specific */

.filelist table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.filelist th {
	background-color: #090;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px white solid;
	background-image: url('images/headerdrop.png');
	height: 20px;
}

.filelist th a {
	color: #000;
}

.filelist tr {
	border-bottom: 1px #ccc dotted;
}

.filelist td[align="right"] {
	text-align: center;
}

.filelist td[valign="top"] {
	/* images column */
	width: 30px;
	padding-left: 5px;
	vertical-align: middle;
}

.filelist a {
	color: #000;
	text-decoration: none;
}

.filelist a:hover {
	color: #080;
}

.filelist a img {
	border: 0px;
}