#tabela table, #tabela caption {
	border-left: 1px solid #73A0AD;
	border-right: 1px solid #73A0AD;
	border-collapse: collapse;
}
#tabela table {
	margin: 0 auto;
}
#tabela caption {
   padding-top: 8px;
	height: 31px;
	font-size: 92%;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #73A0AD;
	border-bottom: 1px solid #73A0AD;
	background: #DBEC7A url(../_img/_bck_table_caption.gif) top left repeat-x;
}
.ie #tabela caption {
   height: 23px;
	margin: 8px 0 0 0;
}
#tabela table a {
	font-weight: bold;
}
#tabela thead td, #tabela thead th {
	padding: 5px 0;
	font-size: 92%;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #73A0AD;
	background: #CDCDCD url(../_img/_bck_table_td.gif) top left repeat-x;
}
#tabela tbody td, #tabela tbody th {
	padding: 0;
	color: #000;
	font-size: 92%;
	text-align: left;
	border-bottom: 1px solid #73A0AD;
/*	background: #FFFAFA; */
}
#tabela tbody th {
	color: #000;
/*	background: #FFFAFA; */
}
#tabela tbody tr.odd td {
	background: #DFDFDF;
}
#tabela tbody tr.odd th {
	color: #000;
}
#tabela thead .alinhamentoEsquerdo , #tabela tbody .alinhamentoEsquerdo {
	padding: 5px;
	text-align: left;
}
#tabela tfoot td, #tabela tfoot th {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #73A0AD;
	background: #FEFEFE url(../_img/_bck_table_tfoot.gif) top left repeat-x;
}
#tabela .mensagem {
	margin: 50px 0 50px 0;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

