/* Botões */
.impressora{
	background-image: url(../imagens/icones/impressora.png); background-repeat: no-repeat; background-position: 0px -2px;
	padding: 2px; padding-left: 34px !important; height: auto; margin: 2px;
}
.navegar{
	background-image: url(../imagens/icones/flecha.gif); background-repeat: no-repeat; background-position: 8px 7px;
	padding: 2px; padding-left: 30px !important; height: auto;
}
.editar{
	background-image: url(../imagens/icones/lapis.png); background-repeat: no-repeat; background-position: 7px 3px;
	padding: 2px; padding-left: 30px !important; height: auto; margin: 2px;
}
.alink{
	background-image: url(../imagens/icones/corrente.gif); background-repeat: no-repeat; background-position: 6px 4px;
	padding: 2px; padding-left: 30px !important; height: auto; margin: 2px;
}
.baixar{
	background-image: url(../imagens/icones/flechaBaixa.gif); background-repeat: no-repeat; background-position: 3px 3px;
	padding: 2px; padding-left: 30px !important; height: auto; margin: 2px;
}
.excluir{
	background-image: url(../imagens/icones/xVermelho.png);background-repeat: no-repeat; background-position: 6px 5px;
	padding: 2px; padding-left: 30px !important; height: auto; margin: 2px;
}
.salvar{
	background-image: url(../imagens/icones/certo.gif);background-repeat: no-repeat; background-position: 7px 4px;
	padding: 2px; padding-left: 30px !important; height: auto;
}
.anexo{
	background-image: url(../imagens/icones/clips.png);background-repeat: no-repeat; background-position: 9px 5px;
	padding: 2px; padding-left: 30px !important; height: auto; margin: 2px;
}
.visualizar{
	background-image: url(../imagens/icones/ver.png);background-repeat: no-repeat; background-position: 8px 4px;
	padding: 2px; padding-left: 30px !important; height: auto;
}
.mais{
	background-image: url(../imagens/icones/mais.png);background-repeat: no-repeat; background-position: 8px 4px;
	padding: 2px; padding-left: 30px !important; height: auto;
}
.cadeado{
	background-image: url(../imagens/icones/cadeado.png);background-repeat: no-repeat; background-position: 8px 2px;
	padding: 2px; padding-left: 30px !important; height: auto;
}



/* mais específicos */
.diretorio_anotacoes{
	background-image:url(../imagens/icones/diretorio_anotacoes.png);background-repeat:no-repeat;background-position:8px 4px;
	padding:2px;padding-left:30px !important;height:auto;
}
.diretorio_anotacoes_publico{
	background-image: url(../imagens/icones/diretorio_anotacoes_publico.png);background-repeat: no-repeat; background-position:8px 4px;
	padding: 2px; padding-left: 30px !important; height: auto;
}

.diretorio_arquivos{
	background-image: url(../imagens/icones/diretorio_arquivos.png);background-repeat: no-repeat; background-position:8px 4px;
	padding: 2px; padding-left: 30px !important; height: auto;
}
.arquivos_arquivo{
	background-image: url(../imagens/icones/arquivos_arquivo.png);background-repeat: no-repeat;
	background-position: 3px 4px; padding: 2px; padding-left: 25px !important; height: auto;
}
.arquivos_arquivo_publico{
	background-image: url(../imagens/icones/arquivos_arquivo_publico.png);background-repeat: no-repeat;
	background-position: 3px 4px; padding: 2px; padding-left: 25px !important; height: auto;
}
.arquivos_arquivo_protegido{
	background-image: url(../imagens/icones/arquivos_arquivo_protegido.png);background-repeat: no-repeat;
	background-position: 0px 4px; padding: 2px; padding-left: 25px !important; height: auto;
}





/* TÍTULOS */
#h1_anotacoes, #h1_arquivos, #h1_contatos, #h1_eventos, #h1_noticias{
    height: 30px;
    line-height: 32px;
    padding-left: 44px;
    background-repeat: no-repeat;
}
#h1_anotacoes{background-image: url(../imagens/icones/h1_anotacoes.png);}
#h1_arquivos{background-image: url(../imagens/icones/h1_arquivos.png);}
#h1_contatos{background-image: url(../imagens/icones/h1_contatos.png);}
#h1_eventos{background-image: url(../imagens/icones/h1_eventos.png);}
#h1_noticias{background-image: url(../imagens/icones/h1_noticias.png);}

h2.diretorio_anotacoes, h2.diretorio_anotacoes_publico, h2.diretorio_arquivos{background-position:8px 6px;}