body
{
	margin : 0px;
	font-family: verdana;	
	background: url("../../img/site/fundoGeral.gif") repeat-x;
}

/* Fundo com o projeto... */
.fundo_projeto
{
	/*background: url("../../img/site/fundoProjeto1.jpg") right top no-repeat;*/
}
.fundo_projeto_direita
{
	/*background: url("../../img/site/fundoProjeto2.jpg") no-repeat;;*/
}

/* Frame com o conteudo principal... */
.cantoEsq
{
	background: url("../../img/site/cantoEsq.png") no-repeat;
	width: 31px;
	height: 108px;
}
.cantoDir
{
	background: url("../../img/site/cantoDir.png") no-repeat;
	width: 31px;
	height: 108px;
}
.borderTop
{
	background: url("../../img/site/fundoLogoCentro.gif") no-repeat;
	background-color: white;
	height: 108px;
	cursor: pointer;
}
.borderLeft
{
	background: url("../../img/site/borderLeft.gif") repeat-y;
	background-color: white;
	width: 31px;
}
.borderRight
{
	background: url("../../img/site/borderRight.gif") repeat-y;
	background-color: white;
	width: 31px;
}
.borderRightBottom
{
	background: url("../../img/site/borderRightBottom.gif") no-repeat;
	background-color: white;
	width: 31px;
	height: 2px;
}
.borderLeftBottom
{
	background: url("../../img/site/borderLeftBottom.gif") no-repeat;
	background-color: white;
	width: 31px;
	height: 2px;
}
.borderBottom
{
	background: url("../../img/site/borderBottom.gif") repeat-x;
	background-color: white;
	height: 2px;
}
.conteudoFrame
{
	background-color: white;
	height: 528px;
	vertical-align: top;
}
.info_rodape
{
	margin-top: 12px;
	margin-bottom: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #535353;
}
.texto_rodape
{
	font-family: verdana;
	font-size: 11px;
	color: #535353;
}


/* Logo... */
.fundo_logo_topo
{
	cursor: pointer;
	height: 125px;
	background: url("../../img/site/fundoLogoTopo.gif") bottom left no-repeat;
}
.titulo_topo
{
	margin-top:1px;
	height: 107px;
	background: url("../../img/site/tituloTopo.gif") top right no-repeat; 
}

/* Menu... */
.menu
{
	margin-top:15px;
	float: left;
	width: 226px;
}
.menuPrincipal
{
	width: 225px;
	height: 246px;
	padding-top:3px;
	background: url("../../img/site/fundoMenu.gif") no-repeat; 
}

.item_menu
{
	padding-left: 16px;
	cursor:pointer;
}
.div_menu
{
	margin-left: 16px;
}
/* Menu Login... */
.menuLogin
{
	margin-top:4px;
	width: 225px;
	height: 245px;
	background: url("../../img/site/fundoLogin.jpg") no-repeat; 
}
.conteudo_acesso
{
	margin-left: 16px;
	margin-right: 16px;
}
.titulo_acesso
{	
	background: url("../../img/site/titulo_acesso.png") bottom left no-repeat;
	height: 43px;
	margin-bottom: 19px;
}
.texto_login
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.campo_login
{
	margin-top:1px;
}
.sep_login
{
	margin-bottom:7px;
}
.botao_login
{
	text-align: right;
}
/* Menu do usuario... */

.menuUsuario
{
	margin-top:4px;
	width: 225px;
	height: 245px;
	background: url("../../img/site/fundoUsuario.gif") no-repeat; 
}
.welcome
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 16px 16px 16px;
}
.sair
{
	padding-top: 30px;
	padding-right: 20px;
	float:right;
}


/* Conteudo principal... */
.conteudo
{
	margin: 15px 0 0 25px; 
	float: left;
	width: 475px;
}
.titulo_inicio
{
	margin-top: 10px;
	height: 92px;
	width: 378px;
	background: url("../../img/site/tituloInicio.gif") no-repeat;
}

/* Noticias... */
.noticias
{
	margin-top:30px;
}
.texto_noticia
{
	color: #75787a;
	font-family: verdana;
	font-size: 12px;
}
.boxNoticiaLeft
{
	width: 12px;
	height: 12px;
	background: url("../../img/site/cantoNoticiaLeft.gif") no-repeat;
}

.boxNoticiaRight
{
	width: 12px;
	height: 12px;
	background: url("../../img/site/cantoNoticiaRight.gif") no-repeat;
}

.boxNoticiaTop
{
	background-color: #f8f8f8;
	height: 12px;
}
.boxNoticia
{
	vertical-align: top;
	background-color: #f8f8f8;
	height: 195px;
}
.titulo_noticia
{
	background: url("../../img/site/sep_noticia.gif") bottom left repeat-x;
	vertical-align: top;
	height: 18px;
}

.item_noticia
{
	margin-top: 11px;
}

.link_mais_noticias
{
	margin-top: 6px;
	text-align: right;
	float:right;
}

/* Promocao */
.promocao
{
	margin-top : 15px;
}

/* Formularios... */
input
{
	border: 1px solid #d0cfcf;
	font-family: verdana;
}
.noborder
{
	border : 0;
}

.botao
{
	cursor: pointer;
}

/* Outros estilos... */
a:link {
	text-decoration: none;
	cursor : pointer;
	color : #20aaa1;
}
a:visited {
	text-decoration: none;
	cursor : pointer;
	color : #20aaa1;
}
a:hover {
	text-decoration: underline;
	cursor : pointer;
	color : #20aaa1; 
}
a:active {
	text-decoration: underline;
	cursor : pointer;
	color : #20aaa1;
}


.texto_comum
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
}
.texto_form
{
	color: black;
	font-family: Verdana;
	font-size: 11px;
}

.texto_comum_branco
{
	color: white;
	font-family: Verdana;
	font-size: 12px;
}


.link_cinza:link {
	text-decoration: none;
	cursor : pointer;
	color : #535353;
}
.link_cinza:visited {
	text-decoration: none;
	cursor : pointer;
	color : #535353;
}
.link_cinza:hover {
	text-decoration: underline;
	cursor : pointer;
	color : #535353; 
}
.link_cinza:active {
	text-decoration: underline;
	cursor : pointer;
	color : #535353;
}
.texto_seta_cinza
{
	color: #535353;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	padding-left:19px;
	background-image: url("../../img/setaCinza.gif");
	background-position: 9px center;
	background-repeat:no-repeat;	
}
.texto_seta_verde
{
	color: #265f03;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	padding-left:19px;
	background-image: url("../../img/setaVerde.gif");
	background-position: 9px center;
	background-repeat:no-repeat;	
}
.texto_titulo
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}
.texto_titulo_pagina
{
	font-family: verdana;
	font-size: 14px;
	color: #5e5e5e;
	font-weight: bold;
}

.tituloSubsecao
{
	/*background-image: url("../../img/site/fundoTituloSecao.gif");
	background-repeat : repeat-x;*/
	border-bottom: 1px dotted #5e5e5e;
	font-size:13px;
	font-weight:bold;
	color: #5e5e5e;
	font-family: verdana;
}


/*
  Caixas de erro e confirmacao
*/
.errorBox
{
	border: 1px solid #ff6e6e;
	border-top: 2px solid #ff6e6e;
	margin-bottom: 15px;
	background-color:#ffe2e2;
	padding:8px;	
	font-size:12px;
}
.messageBox
{
	border: 1px solid #58d133;
	border-top: 2px solid #58d133;
	margin-bottom: 15px;
	background-color:#e4ffdc;
	padding:8px;	
	font-size:12px;
}