﻿.botao_azul_IndCorrecao {
	float: left;
	background: url(/SiteCollectionImages/master/int_botao_mid.gif) repeat-x;
	height: 25px;
	width: 58px;
	padding: 4px 0 0 0;
	color: #FFF;
	margin: 0 6px 5px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.botao_azul_IndCorrecao a{
	color: #FFF;
}
.botao_azul_IndCorrecao .esq {
	background: url(/SiteCollectionImages/master/int_botao_esq.gif) no-repeat;
	float: left;
	height: 25px;
	width: 7px;
	position: relative;
	top: -4px;
}
.botao_azul_IndCorrecao .dir {
	background: url(/SiteCollectionImages/master/int_botao_dir.gif) no-repeat;
	float: right;
	height: 25px;
	width: 7px;
	position: relative;
	top: -4px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tabela_dados {
	width: 100%;
	clear: both;
	margin-top: 15px;
	*margin-top: 0px;
	font-size: 10px;
}
#tabela_dados td {
	background: #EAEAEA;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
#tabela_dados .titulo {
	background: #0014B3;
	color: #FFF;
	font-weight: bold;
}
#tabela_dados .dest {
	background: #DBDBDB;
	font-weight: bold;
}

