@CHARSET "ISO-8859-1";

img {
	border: 0;
}

.pgaWrapper {
	width:100%;
	height:100%;
	text-align: left;
}

.pgaWrapperConteudo {
	/*border:1px dotted red;*/
	float:left;
	width:97%;
	/*height: 305px;*/
	text-align: center;
}

.pgaWrapperPaginacao {
	/*border:1px dotted green;*/
	padding-top:5px;
	float:left;
	width:97%;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
}

.pgaWrapperPesquisa {
	/*border:1px dotted blue;*/
	padding-top:5px;
	float:left;
	width:97%;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
}

.pgaWrapperDropdown {
	/*border:1px dotted yellow;*/
	padding-top:5px;
	float:left;
	width:97%;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
}

.pgaPesquisa {
	width:100%;
	text-align: center;
}

.pgaPesquisa td.pesq {
	width: 200px;
	text-align: right;
}

.pgaPesquisa td.pesqColuna {
	width: 150px;
	text-align: center;
}

.pgaPesquisa td.pesqBotao {
	width: 150px;
	text-align: left;
}

.pesq input {
	width: 120px;
}

.pesqColuna select {
	width: 100px;
}

.pesqBotao input {
	width: 70px;
	height: 25px;
}

.pgaPaginador {
	width:100%;
	text-align: center;
}

.pgaPaginador td.normal {
	font-weight: bold;
	border: 1px solid #539299;
	padding: 3px;
	width: 10px;
	background: white;
	color: #539299;
	cursor: pointer;
}

.pgaPaginador td.ativo {
	font-weight: bold;
	border: 1px solid #539299;
	padding: 3px;
	width: 10px;
	background: #539299;
	color: white;
	cursor: pointer;
}

.pgaPaginador td.registrador {
	font-weight: bold;
	border:1px solid gray;
	padding: 3px;
	width: 150px;
	text-align: center;
	background: white;
	color: black;
}

.pgaLista {
	width: 800px;
	margin: 0 auto 0 auto;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid black;
}

.pgaLista th {
	background: gray;
	color: white;
	padding-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.pgaLista th.over {
	background: #4B4B4B;
}

.pgaLista td {
	padding-bottom: 3px;
	padding-top: 3px;	
}

.pgaLista tr.alt td {
	background: #EBE9ED;	
}

.pgaLista tr.over td {
	background: #ADD7D7;
}

.pgaDropdown {
	width: 50px;
	font-family: tahoma;
	font-size: 11px;
}

/* para testes */

input {
	height: 15px;
	font-size: 10px;
	vertical-align: top;
}