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

