* {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #5F6565;
}

/* ************************************** */
/* ESTILOS PARA O DISPLAYTAG */
/* ************************************** */

table.estiloListado {
	/*width: 100%;*/
	margin-bottom: 1em;
	color: black;
	/*font-size: 80%;*/
}
table.estiloListado caption {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 0.5em;
}
table.estiloListado th {
	background-color: #fea;
	border: 0.1em solid black;
}
table.estiloListado td {
	text-align: left;
	border: 0.01em solid white;
}


table.estiloListado tr.cabeceira {
	text-align: left;
	border: 0.01em solid white;
	background-color: #D0DCE0;

	
}
table.estiloListado td.cabeceira {
	text-align: center;
	border: 0.01em solid white;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	/*font-weight: bold;*/
	text-decoration: none;
	text-transform: none;
}
table.estiloListado a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: gray;
	font-weight: none;
	text-decoration: none;
	vertical-align: top;
}
table.estiloListado tr.par {
	/*background-color:#fff;*/
	background-color:#E5E5E5;;
}
table.estiloListado tr.impar {
	/*background-color:#fff5e8;*/
	/*background-color:#D9E6F2;*/
	background-color:#D5D5D5;;
}
table.estiloListado tr:hover {
	background-color: #ffc;
}
table.estiloListado tr:hover td {
	border-top: 0.01em solid blue;
	border-bottom: 0.01em solid blue;
}
span.pagebanner, span.pagelinks {
	font-size: 90%;
	}
span.pagebanner {
	background-color: white;
	padding: 0.3em 0.04em 0.3em 0.04em;
	width: 100%;
	display: block;
}
span.pagelinks {
	background-color: white;
	padding: 0.02em 0.04em 0.02em 0.04em;
	width: 100%;
}
