/*-----------------------------------------------------------------------------
Site Infoglobo - Dados de Mercado
autor:  Midia 3 - Equipe de Design

-----------------------------------------------------------------------------*/

/* =Gerais
-----------------------------------------------------------------------------*/
.fonte{
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #323232;
    font-weight: bold;
}

.table.nivel01 tr td strong{
    color: #021a4a;
}

.titulo_com_elementos{
    height: 80px;
}

.titulo_com_elementos .submenu_abas{
    left:0;
    padding-top: 0;
}

p.fonte_dados {
	margin-bottom: 40px;
}

/* =Circulacao
-----------------------------------------------------------------------------*/

table.tab_circulacao tr td{
    width: 150px;
}

table.tab_circulacao td.esq{
    width: 320px;
}

table.tab_circulacao{
    margin-bottom: 40px;
}

/* =Perfil dos Leitores
-----------------------------------------------------------------------------*/

.grafico{
    padding: 15px 0 40px 0;
    display: block;
}

table.tab_perfil_leitores th{
    width: 160px;
}

table.tab_perfil_leitores th.ela{
    width: 140px;
}

table.tab_perfil_leitores tr.espaco td{
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    border: none;
}

table.tab_perfil_leitores tr.linha_total td{
	padding: 10px 10px 5px 10px;
	text-align: center;
	border-left: 1px solid #021a4a;
	border-bottom: 2px solid #021a4a;
    font-weight: bold;
    font-size: 14px;
}

table.tab_perfil_leitores tr.linha_total td.esq {
	text-align: left;
    padding-left: 0;
	font-size: 13px;
	color: #021a4a;
	font-weight: bold;
	text-transform: uppercase;
	border-left: none;
}

table.tab_perfil_leitores tbody th{
    background: #82a4bc;
    color: #fff;
    padding: 5px 0 5px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
	border-left: 1px solid #82a4bc;
}

table.tab_perfil_leitores tbody th.com_espaco{
    background: #82a4bc url(img/espaco_topo.gif) repeat-x 0 0;
}