.attachments {
	margin-top: 10px;
	margin-bottom: 10px;
}

.attachments table {
	width: 60%;
	margin-bottom: 10px;
	margin-left: 5px;
}

#fileNameLabelCell {
	width: 75%;
}

#emptyMessageRow {
	text-align: center;
	font-style: italic;
}

.attachments th {
	padding: 5px !important;
	/* 
	 * Restore the default font weight because TH also uses the class
	 * content-cell-with-color which overrides the default font weight.
	 */
	font-weight: bold;
}

.attachments td {
	padding: 5px;
}

.attachments .buttonDiv {
	text-align: left;
	padding: 5px;
}

.attachments .buttonDiv a {
	margin-right: 5px;
}

.attachments .sizeCell {
	text-align: right;
}
