﻿/*------------------NOVOS PADROES BTN IMAGENS-----------------------------------------------------------------------------------*/

.btnAlterar, .btnAlterar:hover { 
	position: absolute; 
	width: 48px;
	height: 21px; 
	background-image: url("/images/btnAlterar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
.btnAlterar:hover{
	background-position: bottom; 
	}

.btnAvancar, .btnAvancar:hover { 
	position: absolute; 
	width: 55px; 
	height: 21px; 
	background-image: url("/images/btnAvancar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	 }

.btnAvancar:hover { 
	background-position: bottom; 
	}

.btnConfirmar, .btnConfirmar:hover { 
	position: absolute; 
	width: 68px; 
	height: 21px; 
	background-image: url("/images/btnConfirmar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	 }

.btnConfirmar:hover { 
	background-position: bottom; 
	}

.btnConsultar, .btnConsultar:hover { 
	position: absolute;
	width: 66px; 
	height: 21px; 
	background-image: url("/images/btnConsultar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}

.btnConsultar:hover { 
	background-position: bottom; 
	}

.btnEntrar, .btnEntrar:hover {
	position: absolute;
	width: 45px; 
	height: 21px; 
	background-image: url("/images/btnEntrar.png"); 
	margin-top: -3px;
	margin-right: 5px;
}

.btnEntrar:hover { 
	background-position: bottom; 
 }

.btnEnviar, .btnEnviar:hover{
	position: absolute; 
	width: 46px;
	height: 21px; 
	background-image: url("/images/btnEnviar.png");
	margin-top: -3px;
	margin-right: 5px;
	}

.btnEnviar:hover{ 
	background-position: bottom; 
	}

.btnExcluir, .btnExcluir:hover { 
	position: absolute; 
	width: 47px;
	height: 21px;  
	background-image: url("/images/btnExcluir.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}

.btnExcluir:hover{ 
	background-position: bottom; 
	}

.btnExcluirImagem, .btnExcluirImagem:hover { 
	position: absolute; 
	width: 99px; 
	height: 21px; 
	background-image: url("/images/btnExcluirImagem.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnExcluirImagem:hover{ 
	background-position: bottom; 
	}

.btnExibirTodos, .btnExibirTodos:hover { 
	position: absolute;
	width: 79px; 
	height: 21px; 
	background-image: url("/images/btnExibirTodos.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
.btnExibirTodos:hover{
	background-position: bottom; 
	}

.btnFechar, .btnFechar:hover { 
	position: absolute; 
	width: 48px;
	height: 21px; 
	background-image: url("/images/btnFechar.png"); 
	margin-top: -3px; 
	margin-right: 5px; 
	}

.btnFechar:hover { 
	background-position: bottom; 
	}

.btnGerarSenha, .btnGerarSenha:hover { 
	position: absolute; 
	width: 81px; 
	height: 21px; 
	background-image: url("/images/btnGerarSenha.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}

.btnGerarSenha:hover{ 
	background-position: bottom; 
	}

.btnIncluir, .btnIncluir:hover { 
	position: absolute;
	width: 46px; 
	height: 21px; 
	background-image: url("/images/btnIncluir.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}

.btnIncluir:hover{ 
	background-position: bottom; 
	}

.btnOk, .btnOk:hover { 
	position: absolute; 
	width: 28px; 
	height: 21px; 
	background-image: url("/images/btnOk.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
.btnOk:hover{ 
	background-position: bottom; 
	}

.btnPesquisar, .btnPesquisar:hover { 
	position: absolute; 
	width: 66px;
	height: 21px; 
	background-image: url("/images/btnPesquisar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
.btnPesquisar:hover { 
	background-position: bottom; 
	}

.btnProcurar, .btnProcurar:hover{ 
	position: absolute; 
	width: 57px; 
	height: 21px; 
	background-image: url("/images/btnProcurar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
.btnProcurar:hover{ 
	background-position: bottom; 
	}

.btnSair, .btnSair:hover { 
	position: absolute; 
	width: 33px;
	height: 21px; 
	background-image: url("/images/btnSair.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnSair:hover { 
	background-position: bottom; 
	}
	
.btnSalvar, .btnSalvar:hover { 
	position: absolute; 
	width: 47px; 
	height: 21px; 
	background-image: url("/images/btnSalvar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}
	
.btnSalvar:hover{ 
	background-position: bottom; 
	}
	
.btnVisualizar, .btnVisualizar:hover { 
	position: absolute; 
	width: 66px;
	height: 21px; 
	background-image: url("/images/btnVisualizar.png"); 
	margin-top: -3px; 
	margin-right: 5px;
	}

.btnVisualizar:hover{ 
	background-position: bottom; 
	}
	
		
	
/*-------FIM DOS ESTILOS DOS BOTÕES'-------------------------------------------------------------------------------------------*/

