@charset "utf-8";
/* CSS Document */

.btn{
	height: 23px;
	background-color: #f5f5f0;
	font-size: 12px;
	color:black;
	background-image: url(../images/btns.png);
	padding-left: 22px;
	padding-right:5px;
	background-repeat: no-repeat;
	cursor:hand;
	cursor:pointer;
	outline-width:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #555555;
	border-bottom-color: #555555;
	border-left-color: #CCC;
	border-top-style: solid;
	border-left-style: solid;
}

.btn:hover{
	height: 23px;
	background-color: #f5f5f0;
	font-size: 12px;
	color:black;
	padding-left: 22px;
	padding-right:5px;
	background-repeat: no-repeat;
	cursor:hand;
	cursor:pointer;
	outline-width:0px;
	/*background-image: url(../images/btns_act.png);*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #666;
	border-top-style: solid;
	border-left-style: solid;
}

.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 -47px; }
.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; }
.btnrefresh{  background-position: 0px -345px;  }
.btnlogout{ background-position: 0px -369px; }
.btnapply{ background-position: 0px -184px; }
.btnpdf{
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
}
.btnedit{
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
}
.btnclear{
	background-image: url(../img/clear.png);
	background-repeat: no-repeat;
}
.btnsalir{
	background-image: url(../img/salir.png);
	background-repeat: no-repeat;
}