body{background:url(img/bgheader.png) center -84px no-repeat;}


a{ color:#3496bf; }
a:hover { color:#666; }
a:visited { color:#0000; }

#content h2{color:#1B576F;}

#content h3{color:#3496bf}

/*-- Formulario.css --*/
#content fieldset ul li.zebra {
	background-color:#F7F7F7;
	border-bottom:1px solid #EEECEF;
	border-top:1px solid #EEECEF;
}
#content fieldset .obrigatorio{	background: url('img/obrigatorio.jpg') left top no-repeat;}

#content input[type=text], .input {border:1px solid #ccc;}

#content fieldset textarea {border:1px solid #ccc;}

#content fieldset select, #conf select {border:1px solid #ccc;}

/*-- botões --*/
.btnPrincipal{background: url(img/bt_padrao.gif) -100px 0px no-repeat;}
.btnSecundario{background: url(img/bt_padrao.gif) -202px 0px no-repeat;}


/*-- FORMATAÇÃO DAS TABELAS DO SISTEMA --*/
.tabela th {
	border: 1px solid #efefef;
	border-bottom:3px solid #3496bf;
	background-color:#FFF;
	color:#000;
}
.tabela td{	
	border: 1px solid #efefef;
	border-bottom:1px solid #e7e7e7;
}

/* zebra tabela */
.zebra{
	background-color:#F7F7F7;
	border-top:1px solid #EEECEF;
	border-bottom:1px solid #EEECEF;
}
.zebraAlt{
	background-color:#ffffff;
}

.btnExcluir{background:url('img/remover.png') center top no-repeat; }

.btnEditar{	background:url('img/editar.png') center top no-repeat; } 

.btnVisualizar{	background:url('img/visualizar.png') center top no-repeat;}

.btnAdicionar{	background:url('img/adicionar.png') center top no-repeat;}

.btnMaisOpcoesOff{background:url(img/bt_maisAcoesOff.png) center 0px no-repeat;}

.btnMaisOpcoesOn{background:url(img/bt_maisAcoesOn.png) center 0px no-repeat;}


.rich-table-selected-row{
	background-color: #c5d9f7;
}
/* seta on focus no input*/
.setFocus{
	border:1px solid #3496bf !important;
}

/* Menu mais opções adicionado ao crud */
.menuMaisOpcoes{background-color: #315c83;}
.menuMaisOpcoes li a{color:#fff;}
.menuMaisOpcoes li a:hover{background-color: #537ca2;}

.tooltip {
    background-color:#fff;
    border:3px solid #3496bf;
}

.pag_num a{
	padding-left: 5px;
    text-decoration: underline;
	font-size: 1.1em;
}
}