html {
	height: 100%;
}
a {
	color:#D0A72B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#resultado_busca {
	margin-top: 20px;
}
.descricao_resultado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.listagem {
	margin-top: 15px;
	border-top: solid 1px #666666;
}
.listagem a {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: block;
	color: #666666;
	font-weight: normal;
}
.listagem a:hover {
	background-color: #FFFFCC;
	text-decoration: none;
}
.listagem li {
	border-bottom: solid 1px #CCCCCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	overflow: scroll;
	margin-top: 20px;
}
ul, li {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.nao_cadastrado_fraco {
	font-weight: bold;
	color: #CCCCCC;
}
.nao_cadastrado_medio {
	color: #333333;
}
.nao_cadastrado_forte {
	font-weight: bold;
	color: #FF0000;
}



#div_fundo {
	background-image: url(../imagens/fundo_body.jpg?atualizacao=2023_04_13);
	background-repeat: no-repeat;
	width: 100%;
	_height:100%;
	text-align: center;
	background-position: center top;
	min-height: 300px;
} 
#area_util {
	width: 760px;
	text-align: left;
	margin: auto;
	height: 100%;
}
#topo_logo2 {
	margin-left: 10px;
	display: block;
}
#topo_logo2 img {
	margin-top: 20px;
}
#menu, #conteiner_sair, #link_manual_de_uso {
	background-image: url(../imagens/fundo_menu.gif);
	background-repeat: repeat-y;
	border: solid 1px #D7D4BE;
	border-top: none;
	border-bottom-style: none;
	margin-left: 2px;
	width: 152px;
	margin-bottom: none;
}
#conteiner_sair {
	border-bottom-style: solid;
}
#menu {
	margin-top: 40px;
	border-bottom: none;
}
.item_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px 12px 0px 12px;
	display: block;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	padding: 15px 0px 2px 0px;
	position: relative;
	top: -20px;
	font-weight: normal;
}
.item_menu:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}
#conteiner_sair a, #link_manual_de_uso a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	display: block;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	margin-top: 0px;
}
#link_manual_de_uso a {
	background-color: #FFFFFF;
	border: solid 1px #999999;
}
#link_manual_de_uso a:hover {
	border-color: #FF0000;
	color: #FF0000;
}
#link_manual_de_uso a img {
	border: none;
	
}
#conteiner_sair a:hover {
	background-color: #FFFFFF;

}
#coluna_esquerda {
	background-repeat: no-repeat;
	background-position: 60px 420px;
	width: 200px;
	float: left;
}
#conteudo {
	float: left;
	width: 555px;

}
#topo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFB8B8;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 555px;
	padding-top: 10px;
	height: 85px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	display: block;
	border-bottom: solid 1px #FF0000;
	margin: 0px;
}
#menu_h1 {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	height: 17px;
	border-bottom: solid 1px #D7D4BE;
}
#menu_h1 li {
	list-style-type: none;
	float: right;
}
#menu_h1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding: 1px 7px 2px 7px;
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}
#menu_h1 a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#menu_h1 .disabled {
	color: #999999;
	cursor: not-allowed;
}
#menu_h1 .disabled:hover {
	color: #999999;
	background-color: #F2F2F2;
}
.margem_acima {
	margin-top: 5px;
}
.inputText, .inputData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.inputData {
	width: 60px;
}
#formulario_busca {
	background-color: #F3F8F8;
	padding: 10px;
	border: solid 1px;
	border-color: #B9D7D7;
}

.indice_paginacao {
	margin-bottom: 25px;
	text-align: center;
	margin-right: 80px;
	margin-top: 20px;
}

.indice_paginacao_link {
	cursor: pointer;
	font-weight: bold;
}
.indice_paginacao_link:hover {
	color: #0000FF
}
.indice_paginacao li {
	display: inline;
	font-size: 12px;
}
.indice_paginacao_item_desativado {
	color: #CCCCCC;
	font-weight: bold;
	cursor: not-allowed;
}
#preloader_busca img {
	margin-bottom: -10px;
}
.detalhes_resultado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.conteudo_topico {
	margin-left: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9B8337;
	padding-bottom: 3px;
	border-bottom: dashed 1px #9B8337;
	width: 350px;
	margin: 20px 0px 10px 0px;
}
#preloader_detalhamento {
	float: right;
}
.obrigatorio {
	background-color: #F7E1E1;
}
.botao {
	font-size: 11px;
}
form {
	margin: 0px;
}
.boxAzul {
	background-color: #F4F4F4;
	border: solid 1px #EC0000;
}
.boxAzul h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A40000;
	background-image: url(../imagens/box_azul_h2.jpg);
	background-repeat: repeat-x;
	border: none;
	width: auto;
	padding: 2px 5px 3px 5px;
	min-height: 15px;
	_height: 18px;
	display: block;
	margin: 0px;
}
.boxAzul .conteudo {
	margin: 10px;
}
.boxAzul a {
	color: #990000;
}
.boxA_subtopico {
	padding-bottom: 8px;
	border-bottom: solid 1px;
	border-color: #BF6464;
	margin-top: 8px;
}
tr .boxA_subtopico {
	margin-top: 0px;
	padding-top: 4px;
}
.boxAzul .menu {
	background-color: #EBEBEB;
	border-top: solid 2px;
	border-color: #999999;
	min-height: 16px;
	_height: 16px;
	clear: both;
}
.boxAzul .menu a {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	padding: 2px 10px 2px 10px;
	border-left: 1px solid #666666;
}
.boxAzul .menu a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}

.data {
	width: 60px;
}
.obrigatorio_forte {
	background-color: #FF8C8C;
}
.link_excluir {
	background-image: url(objeto_clicavel/icone_exclusao.gif);
	background-repeat: no-repeat;
	float: right;
	border: solid 1px;
	border-left: none;
	border-right: none;
	border-color: #999999;
	padding: 1px;
	padding-left: 18px;
	background-position: 2px 1px;
	color: #666666;
	font-size: 10px;
	clear: both;
	font-weight: normal;
}
.link_excluir:hover {
	text-decoration: none;
	color: #FF0000;
	border-color: #FF0000;
}
#preloader_exclusao {
	float: right;
	clear: right;
	margin-top: 10px;
}
.clearBoth {
	clear: both;
}
.icone_pequeno {
	margin-bottom: -2px;
	border: none;
}
.box_amarelo {
	background-color: #FFFFCC;
	border: solid 1px;
	border-color: #E3E057;
	padding: 10px;
}
.listagem h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.listagem h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #EADDA8;
	padding: 2px 6px 2px 6px;
	margin: 0px;
}
.listagem .subtitulo {
	border: none;
}
#preloader_busca {
	float: right;
	color: #88B1C6;
}
.cadastro_excluido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	padding: 10px;
	border-left: 20px solid #FF0000;
}
.icone_warning {
	float: right;
	margin-right: 4px;
	border: none;
}
#item_inicial, #item_final {
	width: 20px;
}
.observacao {
	font-size: 10px;
	color: #999999;
}
.link_ajuda {
	float: right;
	display: block;
	width: 46px;
	height: 20px;
	background-image: url(../imagens/botao_ajuda.gif);
	margin-left: 20px;
	background-position: left top;
}
.link_ajuda:hover {
	background-position: left 20px;
}
#menu ul {
	min-height: 220px;
	_height: 220px;
}
#qtd_profissionais_a_aprovar {
	color: #090;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.cinza {
	color: #CCC;
}


.box_campanha_menu {
	margin: 0px 10px;
	background-color: #FFF;
	border: solid 1px #F00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.box_campanha_menu select {
	background-color: #FCFF9D;
}
.box_campanha_menu strong {
	color: #666;
}
.box_campanha_menu_title {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #F00;
	padding-bottom: 4px;
}
.box_campanha_menu_link {
	display: block;
	padding: 4px 7px; 
	font-weight: normal;
	color: #FFF;
	background-color: #F00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	margin-top: 10px;
	text-align: center;
}
.botaoRegulamentos{
	color: #FFF;
	background-color: #EA1923;
	padding: 15px;
	border-radius: 20px;
	text-transform: uppercase;
}
.botaoRegulamentos:hover{
	color: red;
	background-color: #FFF;
	border: 1px solid #EA1923;
	text-decoration: none;
}
.botaoRegulamentos.botaoRegulamentosListagem {
	font-size: 12px;
	padding: 5px 10px;
	float: right;
	margin-bottom: 5px;
}

.gamma3_rodape {
	width: 100%;
	clear: both;
	display: flex;
	flex-direction: row-reverse;
}
.gamma3_rodape a {
	display: block;
	margin: 10px;
}