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

table#fileDirectory {
	margin: 0 0 8px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 10px 0;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}

table#fileDirectory th {
	background-color: #4084c8;
	vertical-align:middle;
	font-weight: bold;
	color: #fff;
	padding: 4px 0 4px 20px;
}

table#fileDirectory td {
	text-align: left;
	padding: 4px 20px;
	vertical-align: bottom;
}


table#fileDirectory tr {
	margin: 0 20px;
	border-bottom: 1px #000 dotted;
}

table#fileDirectory tr:last-child {
	border-bottom: 0;
}

/*table#fileDirectory tr:hover {
	background-color: rgba(137,186,235,.5);
}*/

