#fileList {
	width: 615px;
	border-collapse: collapse;
	font-size: 85%;
	text-align:center;
}


#fileList th {
	text-align: center;
}

#fileList td {
	padding: 5px;
	border-top: 1px solid #e2e2e2;
	tex-align: center;
	min-height: 75px;
}


.fileType {
	width: 50px;
}

.fileName {
	width: 110px;
	font-weight: bold;
}

.fileDescription {
	width: 350px;
	text-align: justify;
}

.fileOperations {
	width: 100px;
	text-align: right;
}

.fileOperations img {
	position: relative;
	top: 3px;
}

.fileOperations a {
	font-weight: normal;
}


.fileDownload {
	color: #009afb;
}

.fileMore{
	color: #57ab57;
}

.bigTargetHover {
	cursor: pointer;	
}

#refDescription {
	margin: 15px 0;
}