@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
	font-size: 12px;
}

#geral {
	margin: auto;
	min-width: 1215px;
}

#acessoNegado {
	margin-top: 75px;
	margin-left: 145px;
	margin-bottom: 75px;
	width: 500px;
}

#bordaExterna {
	background-image: url("img/bg.png");
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	z-index: 10;
}

#corpo {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.ui-widget,.ui-widget select,.ui-widget textarea,.ui-widget {
	font-family: Arial;
	font-size: 12px !important;
	font-weight: bold;
}

.hidden{
	display:none;
}

.tblinicio{
	color: #336699;
}

.esq {
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	vertical-align: middle;
	padding: 6px;
	text-align: right;
	background: #f2f5f9;
}

.dir {
	width: 544px;
	background: #D6E0EB;
	color: #336699;
	vertical-align: middle;
	padding: 8px 15px 8px 25px;
	font-weight: bold;
	text-align: justify;
}

.tituloPagina {
	font-weight: bold;
	/*font-size: 18px;*/
	border-bottom: 3px solid #99B2CC;
	color: #0082CE;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1px;
	line-height: 17px;
}

.info {
	font-weight: bold;
	color: #336699;
	font-size: 15px;
	margin-left: 5px;
}

.conteudoApresentacao {
	margin-top: 5px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.conteudoApresentacao table {
	margin-bottom: 12px;
	padding-top: 10px;
}

.ui-input-highlight {
	border-color:red!important;
}

.atencao1 {
	color: #0082CE;
	/*font-size: 15px;*/
	font-weight: bold;
	line-height: 17px;
	margin-left: 24px;
	margin-top: 78px;
	padding-bottom: 1px;
	width: 100%;
}

#rodape {
	background-image: url("img/bg_rodape.png");
	text-align: center;
	padding: 15px;
}

.adv {
	border: 1px solid #99b2cc;
	margin-bottom: 12px;
	margin-top: 5px;
}

.dicas {
	font-size: 11px;
	font-weight: normal;
}

.dicas img {
	float: left;
	margin-right: 6px;
	margin-top: 2px;
}

.dicas p {
	line-height: 1.4em;
	margin-bottom: 24px;
	text-align: justify;
	padding: 5px;
}

.navegacao {
	text-align: right;
	margin-right: 0px;
	border-top: 0px solid #dddddd;
	font-size: 16px;
	font-weight: bold;
}



.esq a:LINK, .esq  a:VISITED{
	text-decoration: none;
	color: #0082CE;
}

.navegacao a:link,.navegacao a:visited {
	text-decoration: none;
	color: #0082CE;
	padding: 6px;
}

.navegacao a:hover {
	background-color: #0082CE;
	color: White;
}

.myDialogCss .ui-dialog-titlebar{
	color:red;
} 

.ui-wizard-step-titles {
	padding: 3px 0px;
	background-image: url("img/bg.png");
	/*background: #0082CE;*/
	height: 25px;
	border-bottom: 1px solid #0082CE;
	color: #0082CE;
	margin-left: 5px;
}

ul li::before {
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul li {
  color: blue;
  font-weight: bold;
}


.ui-wizard-step-title {
	height: 20px;
	display: inline-block;
	width: 110px;
	vertical-align: middle;
	border: 1px solid #0082CE;
	margin: 0px;
	border-radius: 0px;
	width: 100px;
	padding-left: 10px;
	margin-right: 0px;
	margin-top: -4px;
	/*float: left;*/
	font-size: 13px;
	font-weight: bold;
	/*background: #D6E0EB;
	color: #0082CE;*/
	border-left: 0px !important;
	border-right: 1px solid #0082CE !important;
}

/*.ui-state-default:ACTIVE, .ui-state-highlight:ACTIVE, .ui-corner-all:ACTIVE, .ui-wizard-step-title:HOVER {
	color: gray;
	background: none;
	background-color: green;
}*/

.bandeiras {
	background: none;
	/*background-image: url("img/bg.png");*/
	box-shadow: 0px 0px 0px #888888;
}

.tituloNav {
	padding-left: 30px;
	background-image: url("img/2.png");
	background-repeat: no-repeat;
	background-position: left;
	/*background-color: #D6E0EB !important;*/
	z-index: -10;
}

.tituloNav:FOCUS {
	color: red;
	background: red !important;
}

.ui-wizard li:FOCUS {
	color: red;
	background: white;
}

#cancelar {
	padding: 50px;
	padding-top: 50px;
	min-height: 100px;
	text-align: center;
}

.imgTitulo {
	float: both;
	margin-top: 0px;
	padding: 5px;
}

.pergunta {
	list-style: square;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	margin-left: 24px;
	margin-top: 20px;
}

.resposta {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	margin-left: 24px;
	margin-top: 10px;
}

.linkFormatado a:link,.linkFormatado a:visited {
	text-decoration: none;
	color: #0082CE;
}

.aviso {
	color: red;
	text-align: right;
	margin-right: 50px;
	font-size: 11px;
}

.avisoadd {
	color: red;
	margin-left: 40px;
	margin-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
/*	margin-right: 50px; */
 	font-size: 13px;
}

.avisoaddinferior {
	color: red;
	margin-left: 40px;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
 	font-size: 13px;
	border-top: 3px solid #99B2CC;
}

/* CAMPOS DOS FORMULÁRIOS */
.formulario {
	margin: auto;
	font-size: 11px !important;
	font-weight: normal;
}

.formulario p {
	margin-bottom: 24px;
	text-align: justify;
}

.formulario .ui-inputfield {
	box-shadow: 0px 0px 0px #888888;
	border-radius: 0px;
	padding: 6px;
	background: none repeat scroll 0 0 #F6F6F6;
	font-size: 11px !important;
	font-weight: normal;
}

.dt .ui-inputfield,.hr .ui-inputfield {
	width: 100px;
}

.dtHr .ui-inputfield {
	width: 200px;
}

.end,.nome {
	width: 665px;
}

.input1 {
	width: 665px;
}

.email,.natu,.prof {
	width: 310px;
}

.num {
	width: 80px;
	margin-right: 30px;
}

.compl {
	width: 540px;
}

.bairro {
	margin-right: 30px;
	width: 210px;
}

.pontRef {
	width: 410px;
}

.estadoF {
	margin-right: 30px;
	background: #F6F6F6;
	padding: 8px;
	font-size: 12px;
	color: gray;
}

.estado {
	width: 300px;
	margin-right: 30px;
}

.munic {
	width: 320px;
}

.tel {
	width: 100px;
	margin-right: 30px;
}

.rg,.emissorUF,.cpf {
	margin-right: 30px;
	width: 200px;
}

.sexo {
	width: 100px;
}

.cep {
	width: 100px;
	margin-right: 30px;
}

.tipOco,.tipDoc {
	width: 300px;
}

.descricao {
	min-width: 665px;
	min-height: 100px;
}

.iconPdf {
	background-image: url("img/icon_pdf2.jpg");
}

.iconBrasil {
	background-image: url("img/bd_brasil.png") !important;
}
/*
.ui-icon {
	width: 60px;
	height: 40px;
	background-image: url("img/bd_brasil.png");
}
*/
/* acessibilidade */
.acessibilidade { /*background: #2b2b2b;
	float: right;
	width: 780px;
	height: 30px;*/
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 50px;
	border: 0px solid red;
}

.acessibilidade ul {
	padding: 10px;
	/*width: 940px;
	height:100%;
	margin: 0 auto;
	position: relative;*/
	margin-top: 5px;
	margin-right: 50px;
	text-align: right;
}

.acessibilidade li { /*display: inline-block; */
	float: right;
}

.acessibilidade li a { /*color:#fff; 
	font-size:1.4em;
	padding:10px;
	background: #333;*/
	padding: 10px;
	/*vertical-align: middle;
	display:block; 
	height:auto;*/
	font-weight: bold;
	text-decoration: none /*-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;
	border-radius: 8px;*/
}

.acessibilidade li a:hover {
	background: none;
}

.alturaCalendar input {
	height: 20px;
}

barraTituloPerso > .ui-panel-titlebar {
	font-color: blue!important;
}