   /* Estilos personalizados para LWEH HDH  */
   /* Leopoldo Terra Costa - Dezembro 2006 */
   

/*DIV com mensagem de "Aguarde carregameto da página"*/
div.aguarde{
  position:absolute;
  top:305;
  left:0;  /* Será setado dinamicamente para adequar a todas as resolucoes de tela*/
  width:100%;
  height:100;
  z-index:0;
  overflow:auto;
  background-image:'';
}

/*DIV com Barra de Progresso*/
div.barraprogresso{
  /*position:relative;*/
  top:0;
  left:0;
  background-color:#111199;
}
.textoformulario {
  font-size:13px;
	color:#3593E5;
	font-weight:400;
	font-family: "Century Gothic";
}
input.textoformulario {
  font-size:13px;
	color:black;
	font-weight:400;
	font-family: "Century Gothic";
}

a.linkformulario {
	font-family:Arial;
	font-size:14px;
	color:#3399CC;
	text-decoration:none;
	font-weight: bold;
	line-height: 20px;
}

a.linkformulario:hover{
	color:#111199;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
}

tr.cabecalholistagemcum{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	line-height: 20px;
	background-color:#111199;
}
tr.cabecalholistagemcumexame{
	line-height:20px;
	font-size:13px;
	color:#142957;
	font-weight:400;
	font-family: "Century Gothic";
}

 /* Resultados da Passagem - Divide as passagens na listagem dos resultados*/
 div.resultadopassagem{
  left:0; 
  width:100%;
  border-color:#6093bb;
  border-width:2px;
  border-style:solid;
}

 /* Cabecalho do Resultado */
 div.cabecalhoresultado{
  left:0; 
  width:100%;
  background-image:'';
  font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 10px;
	background-color:#C8C8FF;
}
td.cabecalhoresultadocaption{
  	background-color:#6093bb;
		padding:5px;
		font:bold 10px tahoma, verdana, sans-serif;
		color:#eee;
}
td.cabecalhoresultadoinfo{
  background-color:#6093bb;
		padding:5px;
		font:bold 11px tahoma, verdana, sans-serif;
		color:#fff;
}

