/* Styles for lists of attachments */

div.attachmentsList {
    background: #EBF0F5;
}

div.attachmentsList caption {
    font-size: 110%;
    font-weight: bold;
	margin-top: 15px;
	display: none;
}

form.attachments {
    margin-left: 15px;
    margin-right: 15px;
}

div.attachmentsList a,
div.attachmentsList a:link,
div.attachmentsList a:visited,
div.attachmentsList a:hover {
	font-weight: bold;
}

div.attachmentsList table td {
	vertical-align: middle;
}

div.attachmentsList a.at_url {
	margin-left: 10px;
	margin-right: 10px;
}