﻿.view-button {
    position: absolute;
    top: -4px;
    left: 900px;
    z-index: 10000;
}

    .view-button a {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../../images/view-1.png);
    }

        .view-button a:hover {
            display: block;
            width: 30px;
            height: 30px;
            background: url(../../images/view-2.png);
        }

.print-button-2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .print-button-2 a {
        display: block;
        width: 35px;
        height: 35px;
        background: url(../../images/print-button-1.png);
    }

        .print-button-2 a:hover {
            display: block;
            width: 35px;
            height: 35px;
            background: url(../../images/print-button-2.png);
        }

.sub-toolbar {
}

.date-picker {
}

.imp {
    position: absolute;
    top: 10px;
    left: 710px;
    z-index: 10000;
}

    .imp a {
        display: block;
        width: 40px;
        height: 40px;
        background: url(images/im_1.png);
    }

        .imp a:hover {
            display: block;
            width: 40px;
            height: 40px;
            background: url(images/im_2.png);
        }