@CHARSET "ISO-8859-1";
/**
@Autor: Gabriel
@Data: 24/02/2014
Esse arquivo contém os estilos usados nos ícones dos botões do EXTJS.
São utilizados nas telas:
	- Cadastrar Publicação (Administração)
*/

.btn-add {
	background-image: url(../img/img-ext/add.png) !important;
}

.btn-delete {
	background-image: url(../img/img-ext/delete.png) !important;
}

.btn-view {
	background-image: url(../img/img-ext/view_detail.png) !important;
}

.btn-preview {
	background-image: url(../img/img-ext/preview.png) !important;
}

.btn-cancel {
	background-image: url(../imagens/img-ext/cancel.png) !important;
}

.btn-edit {
	background-image: url(../img/img-ext/pencil.png) !important;
}

.btn-new {
	background-image: url(../imagens/img-ext/icone_novo.png) !important;
}

.btn-trash {
	background-image: url(../img/img-ext/trash_delete.png) !important;
}

.btn-ticket-plus{
	background-image: url(../img/img-ext/ticket_plus.png) !important;
}

.btn-ticket-minus{
	background-image: url(../img/img-ext/ticket_minus.png) !important;
}

.btn-reativar{
	background-image: url(../img/img-ext/reativar.png) !important;
}

.btn-ok{
	background-image: url(../img/img-ext/ok.png) !important;
}


