@charset "UTF-8";

@media all
{
    .icon,
    .icon_delete,
    .icon_edit,
    .icon_badge,
    .icon_pdf_badge,
    .icon_pdf_agenda,
    .icon_pdf_hotel,
    .icon_pdf_invitation {
        height: 16px;
        width: 16px;
    }

    .icon_checked {
        background: transparent url(/images/icons/checked.gif) no-repeat center center;
    }

    .icon_unchecked {
        background: transparent url(/images/icons/unchecked.gif) no-repeat center center;
    }

    .icon_filter {
        background: transparent url(/images/icons/filter.png) no-repeat center center;
    }

    .icon_add {
        background: transparent url(/images/icons/add.gif) no-repeat center center;
    }

    .icon_edit {
        background: transparent url(/images/icons/edit.gif) no-repeat center center;
    }

    .icon_delete {
        background: transparent url(/images/icons/delete.gif) no-repeat center center;
    }

    .icon_badge {
        background: transparent url(/images/icons/pdf16.gif) no-repeat center center;
    }

    .icon_pdf_badge {
        background: transparent url(/images/icons/pdf16.gif) no-repeat center center;
    }

    .icon_pdf_hotel {
        background: transparent url(/images/icons/pdf16.gif) no-repeat center center;
    }

    .icon_pdf_agenda {
        background: transparent url(/images/icons/pdf16.gif) no-repeat center center;
    }

    .icon_pdf_invitation {
        background: transparent url(/images/icons/pdf16.gif) no-repeat center center;
    }

    .icon_guest {
        background: transparent url(/images/icons/guest.gif) no-repeat center center;
    }
    .icon_escort {
        background: transparent url(/images/icons/escort.gif) no-repeat center center;
    }
    .icon_true {
        background: transparent url(/images/icons/icon_true.gif) no-repeat center center;
    }
    .icon_false {
        background: transparent url(/images/icons/icon_false.gif) no-repeat center center;
    }
    .icon_true_disabled {
        background: transparent url(/images/icons/icon_true_disabled.gif) no-repeat center center;
    }
    .icon_false_disabled {
        background: transparent url(/images/icons/icon_false_disabled.gif) no-repeat center center;
    }
    
    
    .icon_guest_statusWithIcon_canceled,
    .icon_guest_statusWithIcon_confirmed,
    .icon_guest_statusWithIcon_invited,
    .icon_guest_statusWithIcon_new,
    .icon_guest_statusWithIcon_present,
    .icon_guest_statusWithIcon_registered {
        display: none;
    }
    
    .icon_guest_statusWithIcon_confirmed {
        display: inline;
        background: transparent url(/images/icons/guest_statusWithIcon_confirmed.gif) no-repeat center center;
        width: 16px;
        height: 16px;
        margin-right:5px;
    }
    
    
    .extenion_icon {
        background-color: transparent;
        background-repeat: no-repeat;
        padding-left: 20px;
    }
    
    .icon_zip_default { background-image: url(/images/icons/extension_zip_default.gif); }
    .icon_pdf_default { background-image: url(/images/icons/extension_pdf_default.gif); }
    .icon_doc_default { background-image: url(/images/icons/extension_doc_default.gif); }
    .icon_xls_default { background-image: url(/images/icons/extension_xls_default.gif); }
    .icon_ppt_default { background-image: url(/images/icons/extension_ppt_default.gif); }
    .icon_mov_default { background-image: url(/images/icons/extension_mov_default.gif); }
    .icon_mpp_default { background-image: url(/images/icons/extension_mpp_default.gif); }
    .icon_wav_default { background-image: url(/images/icons/extension_wav_default.gif); }
    .icon_img_default { background-image: url(/images/icons/extension_img_default.gif); }
    .icon_file_default { background-image: url(/images/icons/extension_txt_default.gif); }



    .columnHeaderReloadIcon .columnHeaderReloadIconBox {
        background: transparent url(/images/icons/icon_refresh.gif) no-repeat left 3px !important;
        width: 20px;
        height: 19px;
    }
}
