﻿/* ---------------------Link geral---------------*/

A
{
    font-size: 7pt;
    color: #333399;
    font-family: Verdana;
    text-decoration: none;
}
A:hover
{
    font-size: 7pt;
    color: #0099cc;
    font-family: Verdana;
    text-decoration: underline;
}

/* ---------------------Link 2---------------*/

.link
{
    font-size: 10pt;
    color: #333399;
    font-family: Verdana;
    text-decoration: none;
}
.link:hover
{
    font-size: 10pt;
    color: #0099cc;
    font-family: Verdana;
    text-decoration: underline;
}

/* --------------------- Select ------------ */

SELECT
{
    font-size: 8pt;
    color: maroon;
    font-family: Verdana;
    background-color: #ece9d8;
    text-decoration: none;
    border-bottom: #ece9d8 1px groove;
}

/* --------------------- titulo azul - Setores ------------ */

.titulo
{
    font-size: 10pt;
    color: navy;
    font-family: Verdana;
    text-decoration: none;
}



/* ---------------------texto foto legenda ------------ */
.foto_legenda
{
    font-size: 8pt;
    color: background;
    font-style: italic;
    font-family: Verdana;
    font-variant: normal;
    text-decoration: none;
}



.titulo2
{
    font-weight: normal;
    font-size: 9pt;
    color: #b22222;
    font-family: Verdana;
    text-decoration: none;
}

ul, li
{
    list-style-image: url(img/principal/bullet.gif);
    margin-left: 8px; 
    padding-left: 0;
}

/* --------------- Menu páginas internas do site -----------------*/


.menu li
{
    border-bottom: #999999 1px dashed;
    margin: 0;
}

A.menu
{
    display: block;
    padding: 5px 5px 5px;
    border-left: lightgrey 10px solid;
    background-color: #ffffff;
    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;
}


BODY
{
    background-image: url(img/cabec/backgronund.gif);
    padding-right: 0px;
    padding-left: 0px;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    top: 0px;
}


/* --------------- titulo página interna -------------------- */

.titulo_pag
{
    font-size: 10pt;
    color: #993300;
    font-family: Verdana;
}

/* --------------- texto interno -------------------- */

.texto_int
{
    font-size: 10pt;
    color: #000000;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    text-decoration: none;
    vertical-align: top;
    text-align: justify;
}

.td_texto_int
{
    font-size: 10pt;
    color: #000000;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    text-decoration: none;
    vertical-align: top;
    text-align: justify;
    border-bottom: #cccccc 1px dotted;
    height: 21px;
}

.td_titulo_int
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
    text-align: justify;
    background-color: #EFEFEF;
    height: 21px;
}

/* --------------- titulo formulário -------------------- */

.titulo_form
{
    font-size: 10pt;
    color: #000099;
    font-family: Verdana;
}

/* ------------- imput formulário --------------------- */

INPUT
{
    font-size: 8pt;
    color: maroon;
    border-bottom: thin groove;
    font-family: Verdana;
    background-color: #ece9d8;
    text-decoration: none;
}

/* ------------- tópico formulário ---------------*/

.topico_form
{
    font-size: 9pt;
    color: #000000;
    font-family: Verdana;
}

/* ---------------- Observação -----------------*/
.obs
{
    font-size: 7pt;
    font-family: Verdana;
    
}

/* ---------------- Resultado Pesquisa -----------------*/
.resultado
{
    list-style-position: outside;
    font-size: 10pt;
    color: darkred;
    font-family: Verdana;
    list-style-type: square;
}

.linha_impar
{
    background-color: #dcdcdc;
}
/* ----------------- Texto Amarelo ----------------- */
.texto_amarelo
{
    font-size: 7pt;
    color: #ffcc00;
    font-family: Verdana;
    text-decoration: none;
}

/* ----------------- Texto branco----------------- */
.texto_branco
{
    font-size: 7pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
}
/* ----------------- Texto cinza----------------- */
.texto_cinza
{
    font-size: 7pt;
    color: #999999;
    font-family: Verdana;
    text-decoration: none;
}
/* --------------------- texto Curriculo ---------------- */
.texto_curriculo
{
    font-size: 7pt;
    color: #000000;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    text-decoration: none;
    vertical-align: top;
    text-align: justify;
}

/* ---------- texto gridView -------------- */
.texto_grad
{
    
    font-size: 8pt;
    color: #000000;
    font-style: normal;
    font-family: Verdana,Arial,sans-serif;
    font-variant: normal;
    text-decoration: none;
    vertical-align: top;
    text-align: justify;
}

