/* GERAL */
html,body{
  width: 100%;
  height: 100%;
  margin: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background: #eaeaea;
}

p{
  color: #666;
}

input{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

/* CAMPOS DE FORMULÁRIO */
input[type=text]{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 5px;
}
input[type=password]{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 5px;
}
select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a292b;
  border: 1px solid #AAA;
  padding: 5px 1px 5px 1px;
}

button[type=button]{
	font-size: 14px;
  border: 0px;
  padding: 12px 19px 12px 19px;
  background-color: #1878be;
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
}

textarea{
	font-family: "Tahoma", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
  border: 1px solid #CCC;
}

a{
  color: #526393;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}
a:hover{
  color: #526393;
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
}

h1{
  margin: 0px;
  padding: 0px;
}
h2{
  margin: 0px;
  padding: 0px;
}
h3{
  margin: 0px;
  padding: 0px;
}

hr{
  border: 0px;
  background-color: #CCC;
  height: 1px;
}

#bt_padrao{
  font-size: 16px;
  font-weight: normal;
  background-color: #075487;
  border: 1px solid #a2d1e0;
  padding: 10px;
  margin-top: 35px;
}

/* PÁGINA DE ATUALIZAÇÃO OCULTA */
#pg_atualizacao{
  display: none;
  position: absolute;
}
#atualiza{
  width: 0px;
  height: 0px;
}

.alinhamento_vertical {
  height: 100%;
  vertical-align: middle;
  width: 0px;
  margin: 0px;
}

/* ESTRUTURA */

#wrap{
  display: table;
  width: 100%;
}

/* CAIXA CENTRAL */
#container{
  float: right;
  display: table;
  width: 100%;
}

#content_conteudo{
  margin: 0px 0px 0px 270px;
}

#conteudo{
  display: table;
  width: 100%;
  height: 500px;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

/* ABAS */
.aba{
  display: table;
  width: 100%;
}
.aba h1{
  margin: 0px;
  padding: 30px 580px 10px 50px;
  background: url('../images/layout/fundo_titulo_aba.png') no-repeat -13px 0px;
}
#conteudo_aba{
  background: #fff;
  padding: 20px 50px 70px 50px;
  margin: 0px;
}
#content_aba{
  display: table;
  width: 980px;
  padding: 0px;
  margin: 0px;
}

/* CAMADA DE RESULTADOS - AJAX */
#content_result{
  display: table;
  width: 100%;
  padding: 20px 0px 20px 0px;
}
#content_result h3{
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  margin: 0px 0px 25px 0px;
}
#content_result h3 b{
  font-size: 22px;
}

#resultado{
  float: left;
  width: 230px;
  height: 375px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.margem_resultado{
  margin-left: 15px;
}
#resultado div{
  height: 180px;
  padding: 10px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
#resultado div h4{
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
#resultado h5{
  font-weight: normal;
  background: #f5f5f5;
  padding: 5px 10px;
  margin: 5px 0px 0px 0px;
}
#resultado div p{
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 8px 0px;
  line-height: 14px !important;
}

#resultado p{
  margin: 0px 15px 0px 0px;
  font-weight: bold;
  text-align: right;
  line-height: 14px !important;
}
#resultado p a{
  color: #e89c18;
}

/* MODAL */
#content_modal{
  display: none;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.50;
  filter: Alpha(Opacity=50);
}

.modal_convenios p{
  font-size: 12px;
}

.modal_convenios a{
  color: #e89c18;
}

.modal_conteudo p{
  font-size: 12px;
  line-height: 22px;
}

.modal_conteudo a{
  color: #e89c18;
}
