/* Styles for lists of attachments */

#main div.attachmentsContainer,
div.attachmentsContainer {
    clear: both;
    margin: 0 0 0.5em 0;
    background: transparent;
}

div.attachmentsContainer table 
{
    table-layout: auto;
    width: 100%;
}

div.attachmentsContainer table caption
{
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: 1px solid gray;
}

a.at_icon 
{
    padding-right: 4px;
}

/* Make sure the table background is white in forms in the back end */
form.attachmentsBackend + div.attachmentsList table {
    background-color: #FFF;
}