/* ======================= File ==================== */

#fileList {
	width: 639px;
	margin:0px;
	border:1px solid #999;
}

#fileList .headline td {
	padding:5px 4px 0 15px;
	background-color:#B5BBAD;
	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 .r0 {
	background-color: #FFFFFF;
}

#fileList .r1 {
	background-color: #E1E1E1;
}

#fileList .file a{
	text-decoration:none;
}

#fileList .file a img{
	border:0px solid #FFF;
}

#fileList .file td .description{
	padding: 2px 0px 3px 25px;
	font:11px;
}

#fileList .file td .gdescription{
	font:11px;
}