﻿#tabela_indicadores {
	position: relative;
	margin: 20px 0 20px 0;
}
#tabela_indicadores .dado1{
	background: #EAEAEA;
	width: 170px;
	padding: 2px 5px 2px 5px;
}
#tabela_indicadores .dado2{
	background: #DBDBDB;
	width: 80px;
	text-align: center;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.botao_azul_Ind {
	background: url(/SiteCollectionImages/master/int_botao_mid.gif) repeat-x;
	height: 25px;
	padding: 0px;
	color: #FFF;
	margin-bottom: 15px;
}
.botao_azul_Ind a{
	color: #FFF;
}
.botao_azul_Ind .esq {
	background: url(/SiteCollectionImages/master/int_botao_esq.gif) no-repeat;
	float: left;
	height: 25px;
	width: 7px;
}
.botao_azul_Ind .dir {
	background: url(/SiteCollectionImages/master/int_botao_dir.gif) no-repeat;
	float: right;
	height: 25px;
	width: 7px;
}
.botao_azul_Ind .atual {
	background: #CCC;
	font-weight: bold;
	color: #0014B3;
	padding: 5px 8px 2px 9px;
}
.botao_azul_Ind ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.botao_azul_Ind li {
	float: left;
	padding: 4px 6px 8px 9px;
	font-size: 12px;
	color: #FFF;
}

.botao_azul_Ind li a {
	color: #FFFFFF;
}

.botao_azul_Ind li a:hover {
	color: #FFF;
}

