table.fileList {
	margin: 0px 0px 40px 20px;
	width: 600px;
}

table.fileList th {
	color: #002663;
	height: 18px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 2px 5px;
}

table.fileList td {
	height: 26px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 22px;
	color: #999;
}
table.fileList td.filename {
	background-image: url('../_images/icon-doc.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
table.fileList td.download {
	background-image: url('../_images/icon-download.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-color: #f4f4f4;
	display: none;
}
	
table.fileList td.date {
	width: 150px;
}
table.fileList td.action {
	width: 65px;
	text-align: right;
}

table.fileList th.action {
	text-align: right;
	font-size: 13px;
	line-height: 16px;
}
table.fileList th.action img {
	vertical-align: text-bottom;
}
table.fileList th.action a:link, table.fileList th.action a:visited {
	text-decoration: none;
	border: none;
}
table.fileList th.action a:hover {
	color: #002663;
}

table.fileList td.note {
	padding-left: 5px;
	font-style: italic;
	color: #999;
}

/* File Uploads *********************** */
table.fileList th.upload {
	display: none;
	padding-top: 10px;
	border-bottom: 0px solid #fff;
}
.uploadForm {
	display: inline;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}
