﻿body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

#cabecalho, #secoes, #rodape, .barra-comando-noticias, #divEnviar, #area-acesso-rapido, #painel-superior-conteudo {display:none;}

#area-conteudo {display:block; width: 100%;}

.not-exibicao-secao {
    font-weight: bold;
    font-size: 18px;
    color: #DD4526;
    margin-bottom: 20px;
}

#tabChamadaEntrevista .not-exibicao-secao {
    height: 40px;
    padding-left: 15px;
}

.not-exibicao-titulo
{
    font-weight: bold;
    font-size: 26px;
    color: #000;
    padding-left: 15px;
    margin-bottom: 20px;
}
.not-exibicao-subtitulo{
    font-size: 14px;
    color: #000;
    padding-left: 15px;
}

#tabChamadaEntrevista .not-exibicao-subtitulo {
    height: 40px;
}

.not-exibicao-resumo{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background-color: #FDF6F4;
    font-family: Times New Roman, Arial;
    padding: 15px;
    font-style: italic;
}

#tabChamadaEntrevista .not-exibicao-resumo {
    /*height: 70px;*/
}

.not-exibicao-data{font-size: 14px;}

.not-exibicao-autor{
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.not-exibicao-autor .nome{
    font-weight: bold;
    font-size: 16pt;
}
.not-exibicao-autor .descricao{
    font-size: 14pt;
}

.not-exibicao-chamada {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 2px dotted #ccc;
    font-weight: bold;
    font-size: 12px;
}

