<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Inforaum Buttons ***/

    /* Buttons, ImageButtons, ... disabled */
    input[type="button"]:disabled,
    input[type="image"]:disabled,
    input[type="submit"]:disabled,
    .radfdInputDisabled,
    .InforaumDisabled label {
        zoom: 1 !important;
        filter: alpha(opacity=50) !important;
        opacity: 0.5 !important;
        cursor: default !important;
    }


    /* TextButton with border */
    .InforaumTextButton,
    .InforaumTextButtonSmall {
        color: #2f6ca1 !important;
        text-align: center !important;
        font-weight: bold !important;
        border: solid 1px #2f6ca1 !important;
        height: 25px !important;
        width: 100px;
        padding: 4px !important;
        margin: 2px !important;
        background-color: #dfdfdf !important;
    }

    .InforaumTextButtonSmall {
        font-weight: normal !important;
        font-size: 11px !important;
        padding: 3px !important;
        height: 22px !important;
    }

    /* Buttons with icon */
    .InforaumSearchButton,
    .InforaumPSWButton {
        color: #2f6ca1 !important;
        text-align: left !important;
        border: solid 1px #2f6ca1 !important;
        background-color: #dfdfdf !important;
        background-repeat: no-repeat !important;
    }

    .InforaumSearchButton {
        height: 24px !important;
        width: 277px !important;
        background-image: url('../../images/search.png') !important;
        background-position: 93px 2px !important;
        font-weight: bold !important;
    }

    input.InforaumSearchButton {
        padding-left: 115px !important;
    }

    /* nur gemeinsam mit InforaumSearchButton */
    .InforaumSearchButtonRefresh {
        border: solid 2px #C1232D !important;
    }

    .InforaumPSWButton {
        font-size: 11px;
        height: 22px !important;
        width: 165px !important;
        background-image: url('../../images/permissions.png') !important;
        background-position: 20px 2px !important;
        font-weight: bold !important;
    }

    input.InforaumPSWButton {
        padding-left: 42px !important;
    }

/********************************/
/* InfoRAUM ImageButtons circle */
/********************************/
    /* Buttons CommandLine 26x26 rund */
    .InforaumBtnAdd,
    .InforaumBtnAddScan,
    .InforaumBtnCopy,
    .InforaumBtnRecycle,
    .InforaumBtnDelete,
    .InforaumBtnDeleteAll,
    .InforaumBtnRefresh,
    .InforaumBtnFilterOn,
    .InforaumBtnFilterOff,
    .InforaumBtnReset,
    .InforaumBtnResetSearch,
    .InforaumBtnEmail,
    .InforaumBtnEmailVCard,
    .InforaumBtnImport,
    .InforaumBtnExport,
    .InforaumBtnExpVCard,
    .InforaumBtnExpCSV,
    .InforaumBtnPrint,
    .InforaumBtnRepro,
    .InforaumBtnCategory,
    .InforaumBtnAddUserGroup,
    .InforaumBtnGantt,
    .InforaumBtnMapLegend,
    .InforaumBtnMapOverlay,
    .InforaumBtnTextBlocks,
    .InforaumBtnSettings,
    .InforaumBtnAdminSettings,
    .InforaumBtnDownload,
    .InforaumBtnDownloadZip,
    .InforaumBtnLock,
    .InforaumBtnDiashow,
    .InforaumBtnPreviewPDF,
    .InforaumBtnTreeview,
    .InforaumBtnDistlist,
    .InforaumBtnDistlistRemoveUser,
    .InforaumBtnRemoveUser,
    .InforaumBtnOrganizer,
    .InforaumBtnUser,
    .InforaumBtnUsers,
    .InforaumBtnProtTemp,
    .InforaumBtnStatus,
    .InforaumBtnBilled,
    .InforaumBtnReminder,
    .InforaumBtnProperty,
    .InforaumBtnPrevious,
    .InforaumBtnEdit,
    .InforaumBtnAcceptQuotation,
    .InforaumBtnWithdrawQuotation,
    .InforaumBtnSumbitQuotation,
    .InforaumBtnCancel,
    .InforaumBtnSkypeCall,
    .InforaumBtnSkypeChat,
    .InforaumBtnTask,
    .InforaumBtnPermissions,
    .InforaumBtnPermissionsNotification,
    .InforaumBtnDocReview,
    .InforaumBtnSendLoginData,
    .InforaumBtnSendStatusList,
    .InforaumBtnNormAT,
    .InforaumBtnNormCH,
    .InforaumBtnInfo,
    .InforaumBtnLink {
        height: 26px !important;
        width: 26px !important;
        margin: 0 22px 0 0 !important;
        padding: 0 !important;
        border: 0 none !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }
    
    .InforaumBtnAdd {
        background-image: url(../../images/buttons/btn_add.png); }
    .InforaumBtnAddScan{
        background-image: url(../../images/buttons/btn_addscan.png); }
    .InforaumBtnCopy{
        background-image: url(../../images/buttons/btn_copy.png); }        
    .InforaumBtnRecycle {
        background-image: url(../../images/buttons/btn_recycle.png); }    
    .InforaumBtnDelete {
        background-image: url(../../images/buttons/btn_delete.png); }     
    .InforaumBtnDeleteAll {
        background-image: url(../../images/buttons/btn_delete_all.png); }
    .InforaumBtnRefresh {
        background-image: url(../../images/buttons/btn_refresh.png); }
    .InforaumBtnFilterOn {
        background-image: url(../../images/buttons/btn_filter_on.png); }  
    .InforaumBtnFilterOff {
        background-image: url(../../images/buttons/btn_filter_off.png); } 
    .InforaumBtnReset {
        background-image: url(../../images/buttons/btn_reset.png); } 
    .InforaumBtnResetSearch {
        background-image: url(../../images/buttons/btn_reset_search.png); } 
    .InforaumBtnEmail {
        background-image: url(../../images/buttons/btn_email.png); } 
    .InforaumBtnEmailVCard {
        background-image: url(../../images/buttons/btn_email_vcard.png); }
    .InforaumBtnImport {
        background-image: url(../../images/buttons/btn_import.png); }
    .InforaumBtnExport {
        background-image: url(../../images/buttons/btn_export.png); }        
    .InforaumBtnExpVCard {
        background-image: url(../../images/buttons/btn_export_vcard.png); }
    .InforaumBtnExpCSV {
        background-image: url(../../images/buttons/btn_export_csv.png); }
    .InforaumBtnPrint {
        background-image: url(../../images/buttons/btn_print.png); }
    .InforaumBtnRepro {
        background-image: url(../../images/buttons/btn_repro.png); }
    .InforaumBtnCategory {
        background-image: url(../../images/buttons/btn_category.png); }    
    .InforaumBtnAddUserGroup {
        background-image: url(../../images/buttons/btn_add_usergroup.png); }    
    .InforaumBtnGantt {
        background-image: url(../../images/buttons/btn_gantt.png); }    
    .InforaumBtnMapLegend {
        background-image: url(../../images/buttons/btn_map_legend.png); }    
    .InforaumBtnMapOverlay {
        background-image: url(../../images/buttons/btn_map_overlay.png); }    
    .InforaumBtnTextBlocks {
        background-image: url(../../images/buttons/btn_text_module.png); }    
    .InforaumBtnSettings {
        background-image: url(../../images/buttons/btn_settings.png); }          
    .InforaumBtnAdminSettings {
        background-image: url(../../images/buttons/btn_admin_settings.png); }    
	.InforaumBtnDownload {
        background-image: url(../../images/buttons/btn_download.png); }            
	.InforaumBtnDownloadZip {
        background-image: url(../../images/buttons/btn_download_zip.png); }    
	.InforaumBtnLock {
        background-image: url(../../images/buttons/btn_lock.png); }    
	.InforaumBtnDiashow {
        background-image: url(../../images/buttons/btn_diashow.png); }
    .InforaumBtnPreviewPDF {
        background-image: url(../../images/buttons/btn_previewPDF.png); }
    .InforaumBtnTreeview {
        background-image: url(../../images/buttons/btn_treeview.png); }
    .InforaumBtnDistlist {
        background-image: url(../../images/buttons/btn_distlist.png); }
    .InforaumBtnDistlistRemoveUser {
        background-image: url(../../images/buttons/btn_distlist_removeUser.png); }
    .InforaumBtnRemoveUser {
        background-image: url(../../images/buttons/btn_remove_user.png); }
    .InforaumBtnOrganizer {
        background-image: url(../../images/buttons/btn_organizer.png); }
    .InforaumBtnUser {
        background-image: url(../../images/buttons/btn_user.png); }
    .InforaumBtnUsers {
        background-image: url(../../images/buttons/btn_users.png); }   
    .InforaumBtnProtTemp {
        background-image: url(../../images/buttons/btn_prottemp.png); }     
    .InforaumBtnStatus {
        background-image: url(../../images/buttons/btn_status.png); }     
    .InforaumBtnBilled {
        background-image: url(../../images/buttons/btn_cash.png); }     
    .InforaumBtnReminder {
        background-image: url(../../images/buttons/btn_reminder.png); }      
    .InforaumBtnProperty {
        background-image: url(../../images/buttons/btn_property.png); }     
    .InforaumBtnEdit {
        background-image: url(../../images/buttons/btn_edit.png); }               
    .InforaumBtnAcceptQuotation {
        background-image: url(../../images/buttons/btn_accept_quotation.png); }
    .InforaumBtnWithdrawQuotation {
        background-image: url(../../images/buttons/btn_withdrow_quotation.png); }
    .InforaumBtnSumbitQuotation {
        background-image: url(../../images/buttons/btn_submit_quotation.png); }
    .InforaumBtnCancel {
        background-image: url(../../images/buttons/btn_close.png); }  
    .InforaumBtnSkypeCall {
        background-image: url(../../images/buttons/btn_skype_call.png); }    
    .InforaumBtnSkypeChat {
        background-image: url(../../images/buttons/btn_skype_chat.png); }      
    .InforaumBtnTask {
        background-image: url(../../images/buttons/btn_task.png); }
    .InforaumBtnPermissions {
        background-image: url(../../images/buttons/btn_permissions.png); }              
    .InforaumBtnPermissionsNotification {
        background-image: url(../../images/buttons/btn_permissions_notification.png); }   
    .InforaumBtnDocReview {
        background-image: url(../../images/buttons/btn_doc_review.png); }      
    .InforaumBtnSendLoginData {
        background-image: url(../../images/buttons/btn_send_logindata.png); }            
    .InforaumBtnSendStatusList {
        background-image: url(../../images/buttons/btn_send_statuslist.png); }
    .InforaumBtnNormAT {
        background-image: url(../../images/buttons/btn_normAT.png); }
    .InforaumBtnNormCH {
        background-image: url(../../images/buttons/btn_normCH.png); }
    .InforaumBtnInfo {
        background-image: url(../../images/buttons/btn_info.png); }
    .InforaumBtnLink {
        background-image: url(../../images/buttons/btn_link.png); }

    /* Buttons CommandLine Window 16x16 */
    .InforaumWinBtnAdd,
    .InforaumWinBtnAddMore,
    .InforaumWinBtnAddTree,
    .InforaumWinBtnAddLink,
    .InforaumWinBtnAddSearch,
    .InforaumWinBtnAddScan,
    .InforaumWinBtnCopy,
    .InforaumWinBtnRecycle,
    .InforaumWinBtnDelete,
    .InforaumWinBtnRefresh,
    .InforaumWinBtnReset,
    .InforaumWinBtnResetSearch,
    .InforaumWinBtnPrint,
    .InforaumWinBtnEmail,
    .InforaumWinBtnEmailForward,
    .InforaumWinBtnEmailAttachment,
    .InforaumWinBtnRemoveUser,
    .InforaumWinBtnRemoveProject,
    .InforaumWinBtnDistListRemoveUser,
    .InforaumWinBtnCategory,
    .InforaumWinBtnDownloadZip,
    .InforaumWinBtnUpload,
    .InforaumWinBtnRemind,
    .InforaumWinBtnProtocol,
    .InforaumWinBtnProtItemImport,
    .InforaumWinBtnProtTopicImport,
    .InforaumWinBtnSave,
    .InforaumWinBtnCancel,
    .InforaumWinBtnOk,
    .InforaumWinBtnMoveUp,
    .InforaumWinBtnMoveDown,
    .InforaumWinBtnRecycle,
    .InforaumWinBtnStatistics,
    .InforaumWinBtnASAP,
    .InforaumWinBtnDiashow,
    .InforaumWinBtnTemplateSetAsDefault,
    .InforaumWinBtnConvertToUser,
    .InforaumWinBtnImport,
    .InforaumWinBtnExport,
    .InforaumWinBtnPermissions,
    .InforaumWinBtnPermissionsCopy,
    .InforaumWinBtnSearch {
        height: 16px !important;
        width: 16px !important;
        margin: 2px 26px 0 0 !important;
        padding: 0 !important;
        border: 0 none !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }       
    
    .InforaumWinBtnAdd {
        background-image: url(../../images/add.png); }  
    .InforaumWinBtnAddMore {
        background-image: url(../../images/add_more.png); }  
    .InforaumWinBtnAddTree {
        background-image: url(../../images/add_treeview.png); }  
    .InforaumWinBtnAddLink {
        background-image: url(../../images/add_link.png); }
    .InforaumWinBtnAddSearch {
        background-image: url(../../images/add_search.png); }  
    .InforaumWinBtnAddScan {
        background-image: url(../../images/add_scan.png); }
    .InforaumWinBtnCopy {
        background-image: url(../../images/copy.png); }  
    .InforaumWinBtnRecycle {
        background-image: url(../../images/recycle.png); }            
    .InforaumWinBtnDelete {
        background-image: url(../../images/delete.png); }   
    .InforaumWinBtnRefresh {
        background-image: url(../../images/refresh.png); }
    .InforaumWinBtnReset {
        background-image: url(../../images/reset.png); } 
    .InforaumWinBtnResetSearch {
        background-image: url(../../images/reset_search.png); } 
    .InforaumWinBtnPrint {
        background-image: url(../../images/print.png); }        
    .InforaumWinBtnEmail {
        background-image: url(../../images/email.png); }     
    .InforaumWinBtnEmailForward {
        background-image: url(../../images/email_fw.png); }          
    .InforaumWinBtnEmailAttachment {
        background-image: url(../../images/email_attach.png); }   
    .InforaumWinBtnRemoveUser {
        background-image: url(../../images/user_remove.png); }  
    .InforaumWinBtnRemoveProject {
        background-image: url(../../images/pro_remove.png); }          
    .InforaumWinBtnDistListRemoveUser {
        background-image: url(../../images/distlist_removeUser.png); }  
    .InforaumWinBtnCategory {
        background-image: url(../../images/category.png); }  
    .InforaumWinBtnDownloadZip {
        background-image: url(../../images/download_zip.png); }       
    .InforaumWinBtnUpload {
        background-image: url(../../images/upload.png); }       
    .InforaumWinBtnRemind {
        background-image: url(../../images/send_reminder.png); }
    .InforaumWinBtnProtocol {
        background-image: url(../../images/protocol.png); }
    .InforaumWinBtnProtItemImport {
        background-image: url(../../images/protitem_import.png); }
    .InforaumWinBtnProtTopicImport {
        background-image: url(../../images/prottopic_import.png); }
    .InforaumWinBtnSave {
        background-image: url(../../images/save.png); }
    .InforaumWinBtnCancel {
        background-image: url(../../images/cancel.png); }  
    .InforaumWinBtnOk {
        background-image: url(../../images/ok.png); }          
    .InforaumWinBtnMoveUp {
        background-image: url(../../images/move_up.png); }  
    .InforaumWinBtnMoveDown {
        background-image: url(../../images/move_down.png); }
    .InforaumWinBtnStatistics {
        background-image: url(../../images/download_stat.png); }
    .InforaumWinBtnASAP {
        background-image: url(../../images/asap.png); }
    .InforaumWinBtnDiashow {
        background-image: url(../../images/diashow.png); }
    .InforaumWinBtnTemplateSetAsDefault {
        background-image: url(../../images/report_template_default.png); }
    .InforaumWinBtnConvertToUser {
        background-image: url(../../images/goto_user.png); } 
    .InforaumWinBtnImport {
        background-image: url(../../images/import.png); } 
    .InforaumWinBtnExport {
        background-image: url(../../images/export.png); }                 
    .InforaumWinBtnPermissions {            
        background-image: url(../../images/permissions.png); }         
    .InforaumWinBtnPermissionsCopy {            
        background-image: url(../../images/permissions_copy.png); }         
    .InforaumWinBtnSearch {
        margin: 0 0 0 6px !important;
        background-image: url(../../images/search.png); }       
        


    /* Buttons Window Footer 26x26 (rund) */
.InforaumFooterBtnSave,
.InforaumFooterBtnSaveClose,
.InforaumFooterBtnClose,
.InforaumFooterBtnSaveNew,
.InforaumFooterBtnSaveTree,
.InforaumFooterBtnSaveUp,
.InforaumFooterBtnSaveDown,
.InforaumFooterBtnPrint,
.InforaumFooterBtnDelete,
.InforaumFooterBtnReset,
.InforaumFooterBtnRefresh,
.InforaumFooterBtnBack,
.InforaumFooterBtnNext,
.InforaumFooterBtnEmail,
.InforaumFooterBtnDownload,
.InforaumFooterBtnImport,
.InforaumFooterBtnUnlock,
.InforaumFooterBtnLock,
.InforaumFooterBtnGoToTask,
.InforaumFooterBtnGoBackToProt,
.InforaumFooterBtnPlay,
.InforaumFooterBtnBreak,
.InforaumFooterBtnMute,
.InforaumFooterBtnUnmute,
.InforaumFooterBtnRotateLeft,
.InforaumFooterBtnRotateRight,
.InforaumFooterBtnNumber,
.InforaumFooterBtnFormat,
.InforaumFooterBtnColor {
    height: 26px !important;
    width: 26px !important;
    margin: 1px 5px 0 5px !important;
    padding: 0 !important;
    border: 0 none !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-color: transparent !important;
    cursor: pointer !important;
}                  

    .InforaumFooterBtnSave {
        background-image: url(../../images/buttons/btn_save.png); } 
    .InforaumFooterBtnSaveClose {
        background-image: url(../../images/buttons/btn_save_close.png); } 
    .InforaumFooterBtnClose {
        background-image: url(../../images/buttons/btn_close.png); }       
    .InforaumFooterBtnSaveNew {
        background-image: url(../../images/buttons/btn_save_new.png); }    
    .InforaumFooterBtnSaveTree {
        background-image: url(../../images/buttons/btn_save_tree.png); }    
    .InforaumFooterBtnSaveUp {
        background-image: url(../../images/buttons/btn_save_up.png); }    
    .InforaumFooterBtnSaveDown {
        background-image: url(../../images/buttons/btn_save_down.png); }   
    .InforaumFooterBtnPrint {
        background-image: url(../../images/buttons/btn_print.png); }     
    .InforaumFooterBtnDelete {
        background-image: url(../../images/buttons/btn_delete.png); }   
    .InforaumFooterBtnReset {
        background-image: url(../../images/buttons/btn_reset.png); }       
    .InforaumFooterBtnRefresh {
        background-image: url(../../images/buttons/btn_refresh.png); }       
    .InforaumFooterBtnBack {
        background-image: url(../../images/buttons/btn_back.png); }              
    .InforaumFooterBtnNext {
        background-image: url(../../images/buttons/btn_next.png); }          
    .InforaumFooterBtnEmail {
        background-image: url(../../images/buttons/btn_email.png); }   
    .InforaumFooterBtnDownload {
        background-image: url(../../images/buttons/btn_download.png); }
    .InforaumFooterBtnImport {
        background-image: url(../../images/buttons/btn_import.png); }     
    .InforaumFooterBtnUnlock {
        background-image: url(../../images/buttons/btn_unlock.png); }   
    .InforaumFooterBtnLock {
        background-image: url(../../images/buttons/btn_lock.png); }
    .InforaumFooterBtnGoToTask {
        background-image: url(../../images/buttons/btn_goto_task.png); }
    .InforaumFooterBtnGoBackToProt {
        background-image: url(../../images/buttons/btn_goback_prot.png); }
    .InforaumFooterBtnPlay {
        background-image: url(../../images/buttons/btn_play.png); }   
    .InforaumFooterBtnBreak {
        background-image: url(../../images/buttons/btn_break.png); }         
    .InforaumFooterBtnMute {
        background-image: url(../../images/buttons/btn_mute.png); }   
    .InforaumFooterBtnUnmute {
        background-image: url(../../images/buttons/btn_unmute.png); }
    .InforaumFooterBtnRotateLeft {
        background-image: url(../../images/buttons/btn_rotate_left.png); }
    .InforaumFooterBtnRotateRight {
        background-image: url(../../images/buttons/btn_rotate_right.png); }   
    .InforaumFooterBtnNumber {
        background-image: url(../../images/buttons/btn_change_number.png); }
    .InforaumFooterBtnFormat {
        background-image: url(../../images/buttons/btn_change_format.png); }
    .InforaumFooterBtnColor {
        background-image: url(../../images/buttons/btn_change_color.png); }    
       

    
    /* Buttons Window Footer klein 16x16 */
    .InforaumSmallFooterBtnSaveClose,
    .InforaumSmallFooterBtnClose,
    .InforaumSmallFooterBtnPrint,
    .InforaumSmallFooterBtnEmail,
    .InforaumSmallFooterBtnAdd,
    .InforaumSmallFooterBtnEmailForward {
        height: 16px !important;
        width: 16px !important;
        margin: 3px 5px !important;
        padding: 0 !important;
        border: 0 none !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }                  

    .InforaumSmallFooterBtnSaveClose {
        background-image: url(../../images/ok.png); } 
    .InforaumSmallFooterBtnClose {
        background-image: url(../../images/cancel.png); }     
    .InforaumSmallFooterBtnPrint {
        background-image: url(../../images/print.png); }
    .InforaumSmallFooterBtnEmail {
        background-image: url(../../images/email.png); }
    .InforaumSmallFooterBtnAdd {
        background-image: url(../../images/add.png); }     
    .InforaumSmallFooterBtnEmailForward {
        background-image: url(../../images/email_fw.png); }              



    /* Allgemeine Buttons Small 16x16 */
    .InforaumSBtnErrLog,
    .InforaumSBtnOpenSelected,
    .InforaumSBtnCloseSelected,
    .InforaumSBtnHelp,
    .InforaumSBtnGoto,
    .InforaumSBtnMap,
    .InforaumSBtnImage,
    .InforaumSBtnLink,
    .InforaumSBtnWWW,
    .InforaumSBtnEdit,
    .InforaumSBtnTreeview,
    .InforaumSBtnEmail,
    .InforaumSBtnAdd,
    .InforaumSBtnSkypeCall,
    .InforaumSBtnSkypeChat,
    .InforaumSBtnEmailVCard {
        height: 16px !important;
        width: 16px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 none !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }    
    
    .InforaumSBtnErrLog {
        background-image: url(../../images/errorlog.png); }     
    .InforaumSBtnOpenSelected {
        background-image: url(../../images/open_selected.png); } 
    .InforaumSBtnCloseSelected {
        background-image: url(../../images/close_selected.png); }   
    .InforaumSBtnHelp {
        background-image: url(../../images/help.png); }
    .InforaumSBtnGoto {
        background-image: url(../../images/goto.png); }    
    .InforaumSBtnMap {
        background-image: url(../../images/map.png); }     
    .InforaumSBtnImage {
        background-image: url(../../images/image.png); }   
    .InforaumSBtnLink {
        background-image: url(../../images/link.png); }   
    .InforaumSBtnWWW {
        background-image: url(../../images/link_www.png); }    
    .InforaumSBtnEdit {
        background-image: url(../../images/edit.png); }        
    .InforaumSBtnTreeview {
        background-image: url(../../images/treeview.png); }    
    .InforaumSBtnEmail {
        background-image: url(../../images/email.png); }
    .InforaumSBtnAdd {
        background-image: url(../../images/add.png); }    
    .InforaumSBtnSkypeCall {
        background-image: url(../../images/skype_call.png); }
    .InforaumSBtnSkypeChat {
        background-image: url(../../images/skype_chat.png); }        
    .InforaumSBtnEmailVCard {
        background-image: url(../../images/vcard.png); }           
     
    
    /* Allgemeine Buttons Middle 24x24 */
    .InforaumMBtnProSearch,
    .InforaumMBtnMap,
    .InforaumMBtnImage,
    .InforaumMBtnLink,
    .InforaumMBtnWWW,
    .InforaumMBtnIcal,
    .InforaumMBtnInsertCurrentDate,
    .InforaumMBtnInsertMeetingDate {
        height: 24px !important;
        width: 24px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 none !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-color: transparent !important;
        cursor: pointer !important;
    }    
    
    .InforaumMBtnProSearch {
        margin-left: 6px !important;
        margin-top: 3px !important;
        background-image: url(../../images/icons24x24/pro_search.png); } 
    .InforaumMBtnMap {
        background-image: url(../../images/icons24x24/map.png); }     
    .InforaumMBtnImage {
        background-image: url(../../images/icons24x24/image.png); }   
    .InforaumMBtnLink {
        background-image: url(../../images/icons24x24/link.png); }   
    .InforaumMBtnWWW {
        background-image: url(../../images/icons24x24/link_www.png); }
    .InforaumMBtnIcal {
        background-image: url(../../images/icons24x24/ical.png);
    }
    .InforaumMBtnInsertCurrentDate {
        background-image: url(../../images/icons24x24/add_currentdate.png);
    }
    .InforaumMBtnInsertMeetingDate {
        background-image: url(../../images/icons24x24/add_meetingdate.png); }
        


    /*** Buttons Inforaum Messagebox ***/
    .InforaumMsgBtnOk,
    .InforaumMsgBtnCancel,
    .InforaumMsgBtnYes,
    .InforaumMsgBtnNo
    {
        color: #2f6ca1 !important;
        font-weight: bold !important;
        text-align: center !important;
        padding-left: 20px !important;        
        border: solid 1px #2f6ca1 !important;
        background-color: #dfdfdf !important;
        background-repeat: no-repeat !important;
        height: 26px !important;
        width: 110px !important;
        margin: 0 5px 2px 5px !important;
    }

    .InforaumMsgBtnOk {
        background-image: url('../../images/msg/btn_ok.png') !important;
        background-position: 30px 4px !important; 
    }    
    .InforaumMsgBtnCancel {
        background-image: url('../../images/msg/btn_cancel.png') !important;
        background-position: 5px 4px !important; 
    } 
    .InforaumMsgBtnYes {
        background-image: url('../../images/msg/btn_yes.png') !important;
        background-position: 30px 4px !important; 
        
    }             
    .InforaumMsgBtnNo {
        background-image: url('../../images/msg/btn_no.png') !important;
        background-position: 25px 4px !important; 
    }       
            
    
    /* Page Footer */
    .InforaumPageFooterDownload,
    .InforaumPageFooterTeamViewer,
    .InforaumPageFooterHelp
    {
        height: 20px !important;
        width: 20px !important;
        margin: 0 5px !important;
        padding: 0 !important;
        border: 0 none !important;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-color: transparent !important;
        cursor: pointer !important;
    } 
    
    .InforaumPageFooterDownload {
        background-image: url(../../images/buttons/footer_download.png); }     
    .InforaumPageFooterTeamViewer {
        background-image: url(../../images/buttons/footer_teamviewer.png); }     
    .InforaumPageFooterHelp {
        background-image: url(../../images/buttons/footer_help.png); }


    /*** Telerik Buttons ***/
    .RadButton_Inforaum {
        position: fixed !important;
    }

    .RadButton_Inforaum.rbDisabled {
        zoom: 1 !important;
        filter: alpha(opacity=50) !important;
        opacity: 0.5 !important;
        cursor: default !important;
    }</pre></body></html>