/* Formulário Padrão: V. 1.0 */
.listagem th {
	text-align: left;
/*
	padding: 3px 5px 3px 5px;
*/
	background-color: #4e4b3d;
	color: #FFFFFF;
/*
	border-width: 1px;
	border-style: solid;
	border-top-color: #887a37;
	border-left-color: #887a37;
	border-bottom-color: #393629;
	border-right-color: #393629;
*/
}
.listagem td {
	height: 20px;
}
.listagem a {
	color: #0077FF;
}
.listagem th a {
	color: #FFFFFF;
}
.listagem th a:hover {
	color: #FFFF00;
}
img {
	border: 0px;
}
.ls {
	background-color: #c5ceb5;
}
.ln {
	background-color: #bec7af;
}
.ls input {
	padding: 0px;
	margin: 0px;
	height: 18px;
	border: none;
	background-color: #c5ceb5;
	text-align: right;
	font-size: 11px;
	color: #000;
	width: 100%;
}