﻿/* POR DEFEITO NO INTERNET EXPLORER A SCROLL BAR VERTICAL JÁ ESTÁ ACTIVADA INDEPENDENTEMENTE DO TAMANHO (VERTICAL) DA PÁGINA, O QUE NÃO 
ACONTECE NO FIREFOX, OPERA E SAFARI. ESTE CÓDIGO OBRIGA OS BROWSERS A DESENHAREM A SCROLL BAR VERTICAL, POR FORMA A QUE A PÁGINA NÃO 
DESLIZE PARA A DIREITA QUANDO A SCROLL BAR FICA VISÍVEL.*/
html
{
	overflow-y: scroll;
}

body
{
	background-color: #EAEAEA;  /* ALTERA A COR DE FUNDO DE TODO O SITE */
}

/*=========================*/
/* Para a Área SITEMAPPATH */
/*=========================*/
.classe_breadcrumb a:link, .classe_breadcrumb a:hover, .classe_breadcrumb a:visited
{
    color: #4B4F4E;
    font-family: Trebuchet MS, Verdana;
    font-size: 10pt;
}
/***************************/


/*=========================*/
/*    Para a MASTERPAGE    */
/*=========================*/
.data
{
	color: #656B69;
    font-family: Trebuchet MS, Verdana;
    font-size: 10pt;
}
.fundo_conteudos
{
	background-image: url(ImagensMaster/FundoConteudos.jpg);
	background-repeat:repeat-y;
}
.m1_b1_bg
{
    /*background-image: url(ImagensMaster/B1_NATAL.jpg);*/
	background-image: url(ImagensMaster/B1.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 970px;
}
.m1_img_main_bg
{
	background-image: url(ImagensMaster/C1.png);
	height: 132px;
	width: 970px;
}
.m1_menu_horizontal_bg 
{
	background-image: url(ImagensMaster/D1.jpg);
	background-repeat: no-repeat;
	color: #4B4F4E;
	height: 34px;
	width: 970px;
}
.rodape_bg
{
    background-image:url(ImagensMaster/Rodape.jpg);
    background-repeat: no-repeat;
}
.separador
{
    background-image:url(ImagensMaster/PonteadoVertical.jpg);
    background-repeat: repeat-y;
    background-position:left;
    width:1px;
}
.sombra_rodape
{
    background-image: url(ImagensMaster/SombraRodape.jpg);
    background-position:top;
    height:8px;
}
/***************************/


/*=========================*/
/* Para as Áreas de TEXTO  */
/*=========================*/
.condicoesUtilizacao_Privacidade
{
	color: Black;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-align: justify;
}
.condicoesUtilizacaoSubTitulo
{
	color: #003366;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.hiperligacao
{
	color: #777777;
	font-family: Trebuchet MS;
	font-size: xx-small;
	text-decoration: none;
}

.texto_branco
{
	color: White;
	font-family: Verdana;
	font-size: xx-small;
	text-decoration: none;
}
.textoDescritivoDonwload
{
	color: Black;
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
}

.textoNormal
{
	color: Black;
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: justify;
}
.textoNormalSubtitulo
{
	color: Black;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
.texto_Textbox_center
{
	color: Black;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-align: center;
}
.textoTituloDonwload
{
	color: Black;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}

.titulo_pagina
{
    color: #5F5F5F;
    font-size: 24pt;
    font-family: Trebuchet MS;
    /*padding-left: 38px;
    position: relative;
    top: 40px;*/
}
.ValidatorTexto
{
	color: Red;
	font-size: 7pt;
}
/***************************/


/*=========================*/
/* Para a GESTÃO do PORTAL */
/*=========================*/
.texto_Textbox_GestaoPortal
{
    font-size: x-small;
    font-family: Trebuchet MS;
}
/***************************/


/*=========================*/
/*   Para a MISSINGPAGE    */
/*=========================*/
.missingPageCorpo
{
	border: none;
	color: #606060;
	font-family: Arial;
	font-size: 11pt;
	line-height: 1.3;
	text-decoration: none;
}
.missingPageTitulo
{
	border: none;
	color: #336699;
	font-family: Arial;
	font-size: 14pt;
	text-decoration: none;
}
/***************************/


/*=========================*/
/*  Para a Área de LOGIN   */
/*=========================*/
.inputTexto
{
	font-family: Verdana;
	font-size: 7pt;
}
.loginMasterPage
{
	color: White;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.loginMasterPage:hover
{
	background-color: #313131;
}
.loginTexto
{
	color: Black;
	font-family: Verdana;
	font-size: 9pt;
}
/***************************/


/*=========================*/
/* Para Diversos Elementos */
/*=========================*/
.botaoDownload
{
	background-color: #FFFBFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #284775;
	cursor: pointer;
	font-family: Verdana;
	font-size: 7pt;
	width: 75px;
}
