﻿/* --------------- TEXTO CABEÇALHO MASTER -------------------- */

.txt_cabec
{
    font-size: 8pt;
    font-weight: bold
    color: #404040;
    font-family: Verdana;


/* --------------- MENU JORNAL -------------------- */


}


A.menu
{
    display: block;
    padding: 5px 5px 5px;
    border-left: lightgrey 10px solid;
    color: #000033;
    text-decoration: none;
    font-family: Verdana;
    font-size: 8pt;
    border-bottom: gray 1px dashed;
}

A.menu:hover
{
    border-left: #cc3300 10px solid;
    background-color: #F5F5F5;
    color: #333333;
    font-size: 8pt;
    font-family: Verdana;
}

/* --------------- Link 1 - rss, pesquisa, última edição -------------------- */



A.link1
{
    font-size: 7pt;
    color: gray;
    font-family: Verdana;
    text-decoration: underline;
}

A.link1:hover
{
    font-size: 7pt;
    color: silver;
    font-family: Verdana;
    text-decoration: underline;
}

/* --------------- Link 2 - notícias -------------------- */



A.link2
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
    border-bottom: silver 1px dotted;
    vertical-align: top;
    text-align: justify;
}

A.link2:hover
{
    font-size: 8pt;
    color: dimgray;
    font-family: Verdana;
    text-decoration: underline;
    border-bottom: silver 1px dotted;
    vertical-align: top;
    text-align: justif;
}

/* --------------- TEXTO PESQUISA -------------------- */

.txt_pesquisa
{
    font-size: 9pt;
    font-family: Verdana;
    color: #cc0000;
    border-bottom: #0066cc 1px double;
}

/* --------------- BANNER 620X75 -------------------- */

.banner1
{
    width: 620px;
    position: absolute;
    height: 75px;
    background-color: buttonface;
}

/* --------------- BANNER 128x128 -------------------- */

.banner2
{
    width: 137px;
    position: absolute;
    height: 137px;
    background-color: buttonface;
}

/* --------------- BANNER 250x170 -------------------- */

.banner3
{
    width: 250px;
    position: absolute;
    height: 170px;
    background-color: buttonface;
}

/* --------------- TEXTO JORNAL DO ADVOGADO -------------------- */

.txt_ja
{
    font-weight: bold;
    font-size: 9pt;
    color: #0066cc;
    font-family: Verdana;
    border-bottom: #0066cc 1px double;
}

/* --------------- TEXTO TÓPICO -------------------- */

.txt_topico
{
    font-size: 9pt;
    font-family: Verdana;
    color: #cc3300;
}

/* --------------- TEXTO SUB-TÓPICO -------------------- */

.txt_subtopico
{
    font-size: 9pt;
    font-family: Verdana;
    color: dimgray;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

/* ------------------ Texto Da Materia do Jornal -------------------- */

.materia
{
    font-size: 10pt;
    color: black;
    font-family: Verdana;
    text-align: justify;
    text-decoration: none;
}


.rodape
{
    width:750px; 
    color:#Green;
    position: absolute;
    bottom:0px;
    height: 40px;
    margin:0px;
}

/* ------------------- Titulo da Materia ------------------------ */
.titulo_materia
{
    font-size: 11pt;
    color: #cc0000;
    font-family: Verdana;
    text-decoration: none;
}

.data_noticia
{
    font-size: 7pt;
    color: dimgray;
    font-family: Verdana;
    text-decoration: none;
}

/* ------------------- Cor do Link -------------------- */
.linkfoto
{
    font-size: 8pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: silver 1px dotted;
    vertical-align: top;
    background-color: #cc3300;
    text-align: justif;
}

A.linkfoto:hover
{
    font-size: 8pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: underline;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: silver 1px dotted;
    vertical-align: top;
    background-color: #cc3300;
}
