/* 
    Document   : buttons
    Created on : Jan 7, 2018, 6:14:18 PM
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

.save_button {
    width: 96px;
    height: 36px;
    background: transparent url('../../../web/images/buttons/database_save.png') no-repeat right top;
    border: 0;
}

.copybtn {
    background: url(../../../web/images/copy-icon.png) no-repeat center right;
    width:25px; 
    height: 25px; 
    display: block;
}
.excelbtn {
    background: url(../../../web/images/Excel-icon.png) no-repeat center right;
    width:25px; 
    height: 25px; 
    display: block;
}
.pdfbtn {
    background: url(../../../web/images/Pdf-icon.png) no-repeat center right;
    width:25px; 
    height: 25px; 
    display: block;
}
.printbtn {
    background: url(../../../web/images/print-icon.png) no-repeat center right;
    width:25px; 
    height: 25px; 
    display: block;
}
.pngbtn {
    background: url(../../../web/images/png-icon.png) no-repeat center right;
    width:25px; 
    height: 25px; 
    display: block;
}

