#fileset-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.0em;
	margin: 3em;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
}
#fileset-table th
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em 0.8em;
	color: #039;
	border-bottom: 2px solid #c6c1b0;
	
	font-weight: normal;
	text-align:left;
	min-height: 1.5em;
	line-height:1.5em;
	color: #525252;
	text-shadow: 0.15em 0.15em 0.15em #aaaaaa;
}
#fileset-table td
{
	padding: 8px;
	color: #525266;
}

#fileset-table tr:nth-child(even) {
	background-color: #f5f2e9;
}
