﻿.wfmsg-export-wrapper {
    position: relative;
}

th.wfmsg-export-header {
    text-align: right;
    background-color: transparent;
}
.wfmsg-export-trigger {
    background: url(images/Stack-03-drk.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    right: 0px;
}
    .wfmsg-export-trigger:hover {
        background: url(images/Stack-03-over.png) no-repeat center;
    }

.wfmsg-export-menu {
    background-color: white;
    border: 1px solid #3a3a3a;
    width: 150px;
    position: absolute;
    display: none;
    box-shadow: 3px 3px 8px #A9A9A9;
    top: 18px;
    right: 0px;
    z-index: 9999;
}
    .wfmsg-export-menu span.separator {
        height: 1px;
        background-color: #3a3a3a;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wfmsg-export-menu span.item {
        color: #3a3a3a;
        font-size: 11px;
        display: block;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        padding: 5px;
    }

        .wfmsg-export-menu span.item:hover {
            background-color: #335CAD;
            cursor: pointer;
            color: white;
        }

        .wfmsg-export-menu:first-child {
            margin-top: 3px;
        }

div.wfmsg-export-menu-spacer {
    height: 20px;
    display: block;
    width: 100%;
}

/**
 * Deprecated with version 1.1 of the plugin
 */
.wfmsg-no-export {
}
/* Marks a column to ignore on exort */
.wfmsg-export-ignore {
}
/* Marks a column important in the export */
.wfmsg-export-important {
}

.dovebar.wfmsg-export-menu {
    top: 0px;
}