.fileblock {
	padding: 10px;
	display: block;
	color: black;
	text-decoration: none;
}
.fileblock:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.fileicon {
	width: 100%;
	height: 0%;
	padding-bottom: 66.6%;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
}
.fileicon.pdf {
	background-image: url(/scripts/filemanager/filemanager/img/ico/pdf.jpg);
}
.fileicon.doc {
	background-image: url(/scripts/filemanager/filemanager/img/ico/doc.jpg);
}
.fileicon.xls {
	background-image: url(/scripts/filemanager/filemanager/img/ico/xls.jpg);
}
.fileicon.txt {
	background-image: url(/scripts/filemanager/filemanager/img/ico/txt.jpg);
}
.filetext {
	word-wrap: break-word;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}
.committeecontrols {
	text-align: center;
}
.committeecontrol {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}