.tabela_padrao {
	width: 100%;
	border-collapse: collapse;
}

.tr_fundo_padrao {
	background-color: #E8E8E8;
	font-weight: bold;
}

.tabela_padrao td {
	border-bottom: 1px solid #E8E8E8;
}

.tr_linha:hover {
	background-color: #FFFFE0;
}

.fim_tabela {
	background-color: #E8E8E8;
	text-align: center;
}

table.pesquisa {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	width: 95%;
}

table.pesquisa tr td, table.pesquisa tr th {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	font-size: 11px;
}

table.pesquisa caption{
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
}

table.pesquisa thead tr th, 
table.pesquisa thead tr td {
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	background-color: #cccccc;
}

table.pesquisa tfoot tr td {
	text-align: center;
	border-top: 2px solid #CCCCCC;
}

table.pesquisa tr th {
	font: italic bold 1.4em Arial, Helvetica, sans-serif;
}

table.pesquisa tr.cor {
	background: #fff;
}

table.pesquisa tr:hover {
	background-color: #ffffe0;
}

table.pesquisa tfoot {
	font: bold 1.6em Verdana;
}

.alinhamento_direita {
	text-align: right;
}

