﻿/*------------------------------------------------------------------------------------------------------------*/
/* GERAL */

* 
{
	padding:0px;
	margin:0px;
}

html
{
	height:100%;
}

body 
{
	background: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	width:100%;
	height:100%;
	overflow-x: hidden;
}

td 
{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	
	line-height: 18px;
}

select, input, textarea
{
	border: #cccccc solid 1px;
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

.campoSemBorda input
{
	border-style: none;
	color: #666666;
}

a:link
{
	color: #666666; 
	text-decoration: none;
}			
a:visited
{
	color: #666666; 
	text-decoration: none;
}
a:active
{
	color: #666666; 
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* FIM GERAL */
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/* MASTER PAGE */

.MasterBoxExterno
{
	background: #FFFFFF; 
	height: 100%; 
	width: 100%;
}

.MasterBoxInterno
{
	height:100%; 
	width:1002px;
}

.MasterConteudo
{
	padding-left: 90px;
	padding-right: 90px;
    padding-top: 47px;
    padding-bottom: 47px;
	vertical-align: top;
}

.MasterRodape
{
	height: 9px;
	background: #FCD800;
}

.MasterCabecalhoMenu
{
	color: #333333;
	font-family: Arial;
	font-size: 10px;
}
.MasterCabecalhoMenuSeparador
{
	color: #FFCC00;
}			
.MasterCabecalhoMenu a:link
{
	color: #333333; 
	text-decoration: none;
}			
.MasterCabecalhoMenu a:visited
{
	color: #333333; 
	text-decoration: none;
}	
.MasterCabecalhoMenu a:active
{
	color: #333333; 
	text-decoration: underline;
}		
.MasterCabecalhoMenu a:hover
{
	text-decoration: underline;
}	
	
.MasterMenu
{
	background-color: #EFEFEF;
	height: 45px;
	padding-left: 133px;
	padding-right: 30px;
	text-align: right;
}
.MasterMenuItem
{
	padding-left: 9px;
	padding-right: 9px;
}
.MasterMenuSeparador
{
	margin-bottom: 10px;
}

/* FIM MASTER PAGE */
/*------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------*/
/* MASTER CONTEÚDO */

.ConteudoTitulo
{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}

.ConteudoMenuLateralTitulo
{
	background-color: #333333;
	color: #FFDD00;	
	font-size: 12px;
	font-weight:bold;
	vertical-align: middle;
	padding-left: 7px;
	width: 100%;
	height: 20px;
	background-image: url(../Imgs/DetalheTituloMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ConteudoPontilhado
{
	background-image: url(../Imgs/Pontilhado.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 60px;
}

.ConteudoLinkNavegacao a:link
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.ConteudoLinkNavegacao a:visited
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.ConteudoLinkNavegacao a:active
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.ConteudoLinkNavegacao a:hover
{
	text-decoration: underline;
}

.ConteudoDestaqueTitulo
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.ConteudoDestaqueTitulo a:link
{
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.ConteudoDestaqueTitulo a:visited
{
	color: #000000;
	text-decoration: none;
}

.ConteudoDestaqueTitulo a:active
{
	color: #000000;
	text-decoration: none;
}

.ConteudoDestaqueTitulo a:hover
{
	text-decoration: underline;
}

.ConteudoDestaqueDescricao
{
	font-size: 10px;
	text-decoration: none;
}

/* FIM MASTER CONTEÚDO */
/*------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------*/
/* MENU CONTEÚDO */

.MenuItem
{
	color: #333333;
	font-size: 10px;
	background-image: url(../Imgs/MarcadorDestaques.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}

.MenuItem a:link
{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

.MenuItem a:visited
{
	color: #333333;
	text-decoration: none;
}

.MenuItem a:active
{
	color: #333333;
	text-decoration: none;
}

.MenuItem a:hover
{
	text-decoration: underline;
}

/*SUB*/
.MenuBlocoSubItem
{
	margin-left: 15px;
}

.MenuSubItem
{
	color: #333333;
	font-size: 10px;
	background-image: url(../Imgs/MarcadorSubItemMenu.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}

.MenuSubItem a:link
{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

.MenuSubItem a:visited
{
	color: #333333;
	text-decoration: none;
}

.MenuSubItem a:active
{
	color: #333333;
	text-decoration: none;
}

.MenuSubItem a:hover
{
	text-decoration: underline;
}

/* FIM MENU CONTEÚDO */
/*------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------*/
/* NOTÍCIAS */

.NoticiaTitulo
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.NoticiaData
{
	font-size: 10px;
	font-weight: bold;
}

.NoticiaChamada
{
	font-size: 10px;
}

a.NoticiaDetalhe:link
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.NoticiaDetalhe:visited
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.NoticiaDetalhe:hover
{
	text-decoration: underline;
}

.MenuSeparador
{
	background-image: url(../Imgs/Pontilhado.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}

a.NoticiaMais:link
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.NoticiaMais:visited
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.NoticiaMais:active
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.NoticiaMais:hover
{
	text-decoration: underline;
}

/* FIM NOTÍCIAS */
/*------------------------------------------------------------------------------------------------------------*/