/* Object Types */

.icon-load {
    background: url( images/load.gif ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-folder {
    background: url( images/structure/folder.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-folder-link {
    background: url( images/structure/folder_link.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-smart-folder {
    background: url( images/structure/smart_folder.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-card {
    background: url( images/structure/card.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-card-link {
    background: url( images/structure/card_link.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-object {
    background: url( images/structure/object.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document {
    background: url( images/structure/archive_document.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-attribute {
    background: url( images/structure/attribute.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-attribute-value {
    background: url( images/structure/attribute.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-dictionary {
    background: url( images/structure/dictionary.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-dictionary-record {
    background: url( images/structure/dictionary_record.png ) no-repeat top left;
    width: 16;
    height: 16;
}

/* Archive Document Subtypes */

.icon-archive-document-acrobat {
    background: url( images/structure/archive_document/acrobat.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-application {
    background: url( images/structure/archive_document/application.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-archive {
    background: url( images/structure/archive_document/archive.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-excel {
    background: url( images/structure/archive_document/excel.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-image {
    background: url( images/structure/archive_document/image.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-powerpoint {
    background: url( images/structure/archive_document/powerpoint.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-text {
    background: url( images/structure/archive_document/text.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-archive-document-word {
    background: url( images/structure/archive_document/word.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-link {
    background: url( images/link.png ) no-repeat top left;
    width: 16;
    height: 16;
}

/* Link attribute types */

.icon-linkattr-email {
    background: url( images/attributemanager/linktypes/email.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-linkattr-ftp {
    background: url( images/attributemanager/linktypes/ftp.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-linkattr-link {
    background: url( images/attributemanager/linktypes/link.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-linkattr-netdrive {
    background: url( images/attributemanager/linktypes/netdrive.png ) no-repeat top left;
    width: 16;
    height: 16;
}

.icon-linkattr-object {
    background: url( images/attributemanager/linktypes/object.png ) no-repeat top left;
    width: 16;
    height: 16;
}
