/* DOCUMENT LIST */
table.documentList {
	border-collapse: collapse;
}

table.documentList td.head {
	border: solid 2px #0D5B82;
	background-color: #10476B;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 2px 4px;
}

table.documentList td.icon, table.documentList td.document, table.documentList td.type, table.documentList td.description, table.documentList td.filesize, table.documentList td.date {
	border-bottom: solid 2px #0D5478;
	vertical-align: middle;
	padding: 5px 4px 3px 4px;
	background-color: #0C3956;
}

table.documentList td.icon {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding: 4px 2px 2px 6px;
}

table.documentList td.document {
	width: 99%;
}

table.documentList td.description {

}

table.documentList td.filesize {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-left: 12px;
}

table.documentList td.date {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	padding-left: 12px;
	padding-right: 6px;
}

table.documentList a {
	text-decoration: none;
}

table.documentList a:hover {
	text-decoration: underline;
}

table.documentList td.vspace {
	padding: 5px;
}

