
.title		
{
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 0 5px 10px 5px;
	margin-right: 400px;
	margin-bottom: 15px;
}

table.fileListing {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background: none;
	width 100%;
	margin-right: 400px;
}

table.fileListing th {
	text-align: left;
	background: #fc6;
	color: black ! important;
	margin-left: 50px;
	border-top-width: 0px;
	border-bottom-width: 2px;
}

table.fileListing td {
	text-align: left;
	border-bottom: 1px dotted #9CC0E3;
	margin: 0;
	padding: 2px 5px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	color: #fff;
}
table.fileListing tr:hover td,
table.fileListing tr:hover td a {
	color: black;
}
table.fileListing tr {
	background: none;
}
table.fileListing tr.dark {
	background: none;
}

table.fileListing img {
	padding: 3px;
	display: block;
	text-align: center;
}

table.fileListing tr:hover {
	background: #9CC0E3;
	color: black ! important;
}

table.fileListing a {
	display:block;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
}
table.fileListing a:hover {
	background: #9CC0E3;
	color: black;
}