/* TODO: Write as .less file ?*/

.attachmentColumn {
    
}

.attachmentColumn .download 
{   
    position: relative;
    
    /*Replace text with image - see: http://css-tricks.com/630-css-image-replacement/ Technique no.6*/
    width: 16px;
    padding: 16px 0 0 0;    
    height: 0px;
    background: url("/europeanaquatics/cassette.axd/file/scripts/jquery.ui.custom.stso/jquery.stso.attachmentColumn/dropDownArrow-2da2e58072ff6c2750bfd58d41fa0dce8f84961b.png") no-repeat;
    overflow: hidden;
    display: inline-block;
    margin-left: 5px;
}

.attachmentColumn .attachmentBox {
    background-color: white;
    color: black;
    position: absolute;
    min-width: 220px;
    min-height: 40px;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid gray;
    z-index: 20;    
    font-size: 110%;
}

.attachmentColumn .attachmentBox .title 
{
    font-weight: bold;
    background-color: lightgray;
    padding: 4px;
}

.attachmentColumn .attachmentBox li, .attachmentColumn .attachmentBox .allDownloadLink {
    display: list-item;    
    padding: 2px 5px;
    border-bottom: 1px solid lightgray;
}

.attachmentColumn .attachmentBox li:hover {
    background-color: lightyellow;
}

.attachmentColumn .attachmentBox ol {
    list-style-type: decimal;
}

.attachmentColumn .attachmentBox a 
{
    display: block;
}