﻿/* ******************************************************************** */
/* a:link { color: #4A7CBA; text-decoration: none; }*/
a:link { text-decoration: none; }
/*a:visited { color: #4A7CBA; text-decoration: none; }*/
a:visited { text-decoration: none; }
a:hover { color: #154F95; text-decoration: none; }

/* ******************************************************************** */
.invisivel { display: none; }
.visivel { display: block; }

/* ******************************************************************** */
.erro td, .erro div
{
    color: #FF0000;
}

/* 
/* IMAGENS ************************************************************ */
img { vertical-align: middle; border: none; }
/*
    border: inset 1px Transparent;
    img:hover { background-color: #A8B8D0; border: solid 1px #505050; }
*/

/* ******************************************************************** */
/* SEPARADORES ******************************************************** */
.split_1 { border-bottom: solid 1px; clear: both; }
.split_2 { border-bottom: solid 2px; clear: both; }
.SeparadorAzul { border-top: solid 1px #E8EDF3; padding: 5px 0 0 0; }
.SeparadorAmarelo { border-top: solid 1px #FFA200; margin: 5px 0 0 0; }

/* ******************************************************************** */
/* TITULO ************************************************************* */
.titulo
{
    font-size: 12px;
    font-weight: bold;
    color: #1371AF;
}
.tituloInfo
{
    padding: 0 5px 0 0;
    margin: 0 0 5px 0;
    
    font-size: 2em;
    font-weight: bold;
    color: #1371AF;
}
.subtitulo
{
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}
.procedimento
{
    font-size: 9px;
    color: #999999;
}
/* ******************************************************************** */
/* DESENVOLVIMENTO **************************************************** */
.texto
{
    clear: both;
    text-align: justify;
    font-size: 11px;
}

/* ******************************************************************** */
/* CORES ************************************************************** */
.Vermelho { color: #FF0000; }
.Roxo { color: #AC1443; }
.Azul { color: #E8EDF3; }
.Amarelo { color: #FFA200; }
.Laranja { color: #CE5C07; }
.Branco { color: #FFFFFF; }
.Preto { color: #000000; }
.Cinza { color: #A5A5A5; }
.Verde { color: #90C200; }
.VermelhoEscuro { color: #770303; }
.AzulEscuro { color: #5B86B9; }
.CinzaEscuro { color: #666666; }
.VerdeEscuro { color: #478E00; }

.SplitAzul { border-color: #E8EDF3; }
.SplitAzulEscuro { border-color: #5B86B9; }
.SplitCinza { border-color: #AAAAAA; }
.SplitCinzaEscuro { border-color: #666666; }
.SplitAmarelo { border-color: #FFA200; }
/* ******************************************************************** */
/* 8 ****************************************************************** */
.T8N { font-size: 8px; font-weight: normal; }
.T8B { font-size: 8px; font-weight: bold; }
/* ******************************************************************** */
/* 8 ****************************************************************** */
.T9N { font-size: 9px; font-weight: normal; }
.T9B { font-size: 9px; font-weight: bold; }
/* ******************************************************************** */
/* 10 ***************************************************************** */
.T10N { font-size: 10px; font-weight: normal; }
.T10B { font-size: 10px; font-weight: bold; }
/* ******************************************************************** */
/* 11 ***************************************************************** */
.T11N { font-size: 11px; font-weight: normal; }
.T11B { font-size: 11px; font-weight: bold; }
/* ******************************************************************** */
/* 12 ***************************************************************** */
.T12N { font-size: 12px; font-weight: normal; }
.T12B { font-size: 12px; font-weight: bold; }
/* ******************************************************************** */
/* 13 ***************************************************************** */
.T13N { font-size: 13px; font-weight: normal; }
.T13B { font-size: 13px; font-weight: bold; }
/* ******************************************************************** */
/* 14 ***************************************************************** */
.T14N { font-size: 14px; font-weight: normal; }
.T14B { font-size: 14px; font-weight: bold; }
/* ******************************************************************** */
