/* 
    Document   : cssBotones
    Created on : 17/08/2011, 01:22:29 PM
    Author     : hugo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.boton {
    height: 23px; background-color: #f5f5f0; border-bottom: 1px solid #AAAAAA;
    border-right:1px solid #AAAAAA; border-top:0px; border-left:0px;
    font-family: Verdana; font-size: 9pt; color:black; padding-left: 25px; background-repeat: no-repeat;
    cursor:move; cursor:pointer; margin-left:2px; margin-right:2px;outline-width:0px;
    background-image: url(../images/botones.png);
}
/*
tono de gris anterior #f5f5f0
*/
.boton:hover  {
    height: 23px; background-color: #afd367; border-bottom: 1px solid #555555;
    border-right:1px solid #555555; border-top:0px; border-left:0px; font-family: Verdana; font-size: 9pt;
    color:black; background-image: url(../images/botones_verdes.png);
    padding-left: 25px; background-repeat: no-repeat; cursor:move; cursor:pointer;
    margin-left:2px; margin-right:2px; outline-width:0px;
}

.btnadd{ background-position: 0px -92px; }
.btnfind{ background-position: 0px -115px; }
.btnprint{ background-position: 0px -69px; }
.btnmail{ background-position: 0px -138px; }
.btnsave{ background-position: 0px 0px; }
.btndelete{ background-position: 0px -46px; }
.btncancel{ background-position: 0px -23px; }
.btncopy{ background-position: 0px -161px; }
.btnnonuser{ background-position: 0px -322px; }
.btnuser{ background-position: 0px -276px; }
.btnadmin{ background-position: 0px -299px; }
.btncheck{ background-position: 0px -207px; }
.btnuncheck{ background-position: 0px -230px; }
.btnimage { background-position: 0px -253px; }
.btnrefresh{  background-position: 0px -345px;  }
.btnlogout{ background-position: 0px -368px; }
.btnapply{ background-position: 0px -184px; }

