/* CSS Document */

/* .......... Formulário ......... */

.formularioTable{
	font-family:Verdana;
	font-size:11px;
	color:rgb(24,37,56);
	padding:0px;
	border-width:0px;
	width:100%;
	}

.formularioTitulo{
	color:rgb(140,165,10);
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	align:middle;  
	text-align:center ;
	}

.formularioTexto{
	font-size: 11px;
	color: rgb(24,37,56);
	padding-left:10px
}

.formularioCampo{
	font-family:Verdana, Arial;
	font-size:11px;
	color:rgb(24,37,56);
	border:1px solid rgb(24,37,56);
	background-color:rgb(220,220,220);
	}

.formularioCampoIndex{
	font-family:Verdana, Arial;
	font-size:11px;
	color:rgb(24,37,56);
	border:1px solid rgb(24,37,56);
	background-color:rgb(220,220,220);
	}

.formularioBotao {
	background-color: #CC3300;
	font: 10px Arial, sans-serif;
	color: #CCFFFF;
	}
  

/* ..... Listas ..... */

.listaCabecalho{
	background-color: rgb(255,115,0);
	height:22px;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial;
	color: rgb(212,218,224);
	vertical-align:middle;
	text-align:center;
	}
	
.listaFundo{line-height:15px;}

.listaRodaPe{
	background-color: rgb(255,115,0);
	height:150%;
	font-size:10px;
	font-family:Verdana;
	color: rgb(212,218,224);
	vertical-align:middle;
	text-align:left;
	}

.listaLinha1{
	font-size:10px;
	font-family:Verdana;
	color:rgb(96,91,97);
	}
	
.listaLinha2{
	font-size:10px;
	font-family:Verdana;
	color:rgb(96,91,97);
	}
	
p {font-family:arial, helvetica;
   color:rgb(0,0,0);
   font-size:13px;
   text-align:left;
   line-height:130%}
  
/* ..... Links ..... */

a.linkNoticia:link {font-family:verdana; vertical-align:middle; font-size:11px; font-weight:normal; color:rgb(96,91,97); text-decoration:none; height:23px; width:100%; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:rgb(190,190,190); float:left; margin:2px 0px;}
a.linkNoticia:visited {font-family:verdana; font-size:11px; font-weight:normal; color:rgb(96,91,97); text-decoration:none;  height:23px; width:100%; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:rgb(190,190,190); float:left; margin:2px 0px;}
a.linkNoticia:hover {font-family:verdana; font-size:11px; font-weight:normal; color:rgb(140,165,10); text-decoration:underline;  height:23px; width:100%; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:rgb(190,190,190); float:left; margin:2px 0px;}
a.linkNoticia:actived {font-family:verdana; font-size:11px; font-weight:normal; color:rgb(96,91,97); text-decoration:none; height:23px; width:100%; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:rgb(190,190,190); float:left; margin:2px 0px;}

/* ..... iFrames ..... */


/*
.iframeHidden{
	background-color:rgb(212,218,2247); 
	height:0px;
	vertical-align:middle;
	font-size:10px;
	color:rgb(24,37,56);
	margin-right:2px;
	border:1px solid rgb(24,37,56);
	visibility:hidden;
	}
*/
.iframeHidden{
	background-color:rgb(212,218,2247); 
	height:300px;
	vertical-align:middle;
	font-size:10px;
	color:rgb(31,44,63);
	margin-right:2px;
	border:1px solid rgb(31,44,63);
	}
