/* ======================= File ==================== */

#fileList {
	border:1px solid #999;
}

#fileList .headline td {
	padding:3px 4px;
	background-color:#EEE;
	border-bottom:1px solid #999;
	font-weight:bold;
}

#fileList .totalsum td {
	padding:3px 4px;
	background-color:#EEE;
	border-top:1px solid #999;
	font-weight:bold;
}

#fileList .subcat td {
	padding:12px 4px 3px 4px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}

#fileList .subsum td {
	padding:3px 4px 12px 4px;
	border-top:1px solid #CCC;
	
	font-weight:bold;
}

#fileList .file td {
	padding:2px 4px;
}

#fileList .file a{
	text-decoration:none;
}

#fileList .file a img{
	border:0px solid #FFF;
}

#fileList .file td .description{
	padding: 2px 0px 3px 16px;
	font:11px;
}

#fileList .file td .gdescription{
	font:11px;
}