/**
 * Folha de estilo referente as tabelas.
 */
table.tabela {
	border-collapse: collapse;
	empty-cells: show;
    margin-top: 1px;
	margin-bottom: 1px;
}
table.tabela.maior {
	width: 100%;
}
table.tabela th {
	text-align: left;
	color: inherit;
/*  background-color: rgb(224, 233, 242);*/
	border: solid black 1px;
	padding: 3px;
}
table.tabela th.centralizado {
	text-align: center;
}
table.tabela th.direita {
	text-align: right;
}
table.tabela td {
	color: inherit;
	background-color: white;
	padding: 2px;
	text-align: left;
    font-size: 14px;
    height: 30px;
}
table.tabela td.centralizado {
	text-align: center;
}
table.tabela td.direita {
	text-align: right;
}
table.tabela input {
    font-size: 0.8em;
}
table.tabela td.sem_borda {
	border: none;
}
table.tabela tr.linha td {
	color: inherit;
	background-color: rgb(240, 240, 240);
}
table.tabela a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;	
}
table.tabela a:hover {
	color: navy;
	font-weight: bold;
}
table.tabela label {
	width: 30px;
	text-align: left;
    font-size: 0.8em;
    font-weight: bold;
}
table.tabela td.destaque {
	background-color: #E2E2E2;
	width: 150px;
} 
