/* Estilos principais */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #9FC7DA;
	}
a 
	{
	color: #0033FF;
	text-decoration: none
	}

a:hover 
	{
	color: #007BAA;
	text-decoration: none
	}
p	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 170%;
	color: #000000;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	}
h1 
	{
	font-size:medium;
	color:#2647A2;
	padding-left: 5px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #2647A2;
	border-bottom-color: #2647A2;
	background-color: #E8F1F7;
	padding-top: 2px;
	padding-bottom: 1px;
	}
h2 
	{ 
	font-size:small;
 	color:#2647A2;
	padding-left: 2px;
	width: auto;
	margin-left:15px;
	margin-top: 30px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #2647A2;
	border-bottom-color: #2647A2;
	background-color: #E8F1F7;
	padding-top: 2px;
	padding-bottom: 1px;
	}
#base 
	{
	width: 980px;
	margin:0 auto; /* centraliza na página */
	background-color: #FFFFFF;
	}
.linkUsuario
	{
	color: #FF6600;
	text-decoration: none;
	}
.linkUsuario:hover
	{
	color: #0066FF;
	text-decoration: none;
	}
.linkTitulo
	{
	color: #000000;
	text-decoration: none;
	}
.linkTitulo:hover
	{
	color: #0066FF;
	text-decoration: none;
	}

/* Barra de navegação superior*/
#superior 
	{
	margin-bottom: 5px;
	}
#supMenuFundo
	{
	background-color:#3A6CBD;	 
	height: 25px;
	background-image: url(../imagens/bg-navigation.gif);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 980px;
	}
.supMenuNav 
	{
	color: white;
	font-size: x-small;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 8px;
	clear: both;
	float: left;
	}
.supMenuNav a 
	{
	color: white;
	text-decoration: none
	}
.supMenuNav a:hover 
	{
	color: #33CCFF;
	text-decoration: none
	}
.supMenuVisitantes 
	{
	color: white;
	font-size: x-small;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 8px;
	text-align: right;
	padding-right: 5px;
	}
.supMenuVisitantes a 
	{
	color: white;
	text-decoration: none
	}
.supMenuVisitantes a:hover 
	{
	color: #33CCFF;
	text-decoration: none
	}
#supMenuUser {
	background-color: #007BAA;
	height: 23px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.supMenuUserLink {
	float: left;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.supMenuUserLink a
	{
	color: #FFFFFF;
	text-decoration: underline;
}
.supMenuUserLink a:hover 
	{
	color: #00CCFF;
	text-decoration: none;
}
#formLogin {
	width: auto;
	float: left;
	margin-right: 10px;
}
.idFormLogin {
	width: auto;
	padding-right: 2px;
	float: left;
	padding-left: 10px;
	padding-top: 6px;
}
.campoFormLoginText 
	{
	float: left;
	padding-top: 3px;
	}
.campoFormLoginText input
	{
	color: #000099;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #D2E6EE;
	height: 11px;
	border: 1px dotted #000000;
	}
.campoFormLoginSubmit 
	{
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	}
.campoFormLoginSubmit input
	{
	color: #000066;
	font-size: 8px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #CCCCCC;
	font-weight: bold;
	width: 30px;
	height: 16px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	}
	
/* Menu de navegação esquerdo */
#menu 
	{
	width: 140px;
	float: left;
	display:inline;
	text-align: left;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 30px;
	margin-left: 5px;
	background-color: #9FC7DA;
	}
#menuLogo 
	{
	padding-top: 10px;
	margin: 0 auto;
	width: auto;
	}
.menuitem 
	{
	margin-left: 10px;
	background-color: #2647A2;
	font-size: x-small;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	padding-left: 5px;
	margin-right: 10px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	}
.submenuitem 
	{
	color: #000099;
	text-decoration: none;
	margin-left: 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #2647A2;
	margin-top: 5px;
	margin-right: 20px;
	}
.submenuitem:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #2647A2;
	margin-top: 5px;
	margin-right: 20px;
	background-color: #000099;
	text-indent: 2px;
	}
/* Formulário de pesquisa */
.pesquisaGoogle
	{
	width: 125px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.pesquisaGoogleText
	{
	padding-top: 3px;
	}
.pesquisaGoogleText input
	{
	color: #000099;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #D2E6EE;
	height: 15px;
	border: 1px dotted #000000;
}
.pesquisaGoogleCombo
	{
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000099;
	}
.pesquisaGoogleCombo input
	{
	padding-top: 3px;
	}
.pesquisaGoogleSubmit 
	{
	padding-top: 5px;
	}
	
.pesquisaGoogleSubmit input
	{
	color: #000066;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #CCCCCC;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	width: 120px;
	}
.pesquisaGoogleLink 
	{
	padding-top: 5px;
	margin-left: 10px;
	color: #000099;
	text-decoration: underline;
	font-size: x-small;
	}
.pesquisaGoogleLink:hover
	{
	padding-top: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: underline;
	font-weight: bold;
	}

/* Área central */
#central 
	{
	padding-left: 15px;
	width: 528px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 20px;
	}
#centralGrande
	{
	padding-left: 15px;
	width: 728px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 20px;
	}
#centralLogo 
	{
	padding-top: 10px;
	width: 329px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.conteudoPequeno 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 170%;
	padding-left: 10px;
}
.conteudoPequeno p
	{
	text-indent: 0em;
	line-height: 170%;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
.conteudoPequeno ul
	{
	list-style:none;
	line-height: 150%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: small;
	}
.conteudoPequeno ul li
	{
	background-image: url(../imagens/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.conteudoPequeno h2
	{
	font-size: 14px;
	font-weight: normal;
 	color:#2647A2;
	margin-left:2px;
	padding-left:3px;
	margin-right:5px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: groove;
	border-top-color: #2647A2;
	border-bottom-color: #2647A2;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 1px;
	}
/* Miniaturas */
.mini3Colunas
	{
	width: 530px;
	}
.mini4Colunas
	{
	width: 704px;
	}
.miniConteudo
	{
	float: left;
	width: 162px;
	display:inline;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 0px;
	height: 250px;
	}
.miniImg
	{
	padding: 5px;
	border: 1px solid #CCCCCC;
	}
.miniTexto
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.miniTexto p
	{
	text-indent: 0em;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: normal;
	}
/* Painéis de navegação nas páginas de miniaturas */
.painelSup {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2647A2;
	margin-bottom: 10px;
	width: 704px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
.painelSupMini 
	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2647A2;
	margin-bottom: 10px;
	width: 510px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
.painelSupUsuario 
	{
	font-size:small;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2647A2;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
#painelNav 
	{
	clear: left;
	line-height: 170%;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2647A2;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2647A2;
	margin-top: 10px;
}

.liberarInput
	{
	width:12px;
	height:12px;
	font-size:9px;
	}
/* Ajuda e Tutoriais */
.ajuda
	{
	width: 780px;
	float: left;
	margin-left: 20px;
	}
.ajuda p
	{
	text-indent: 0em;
	line-height: 190%;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
.ajuda img
	{
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
.ajuda ul
	{
	list-style:none;
	line-height: 150%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-size: small;
	}
.ajuda ul li
	{
	background-image: url(../imagens/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* Formulários */
.formulario
	{
	margin-left: 15px;
	}
.formulario p
	{
	text-indent: 0em;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: left;
	line-height: 170%;
	}

.formulario fieldset{
	border: 1px solid #ccc;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
    }
.formulario input{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #0E0659;
	font-size: 9pt;
    }
.formulario textarea{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 8pt;
	color: #0E0659;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
.formulario select{
	border: 1px solid #333;
	font-size: 12px;
	color: #0E0659;
    }
.formulario label{
	display: block;
	width: 140px;
	float: left;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.formulario span      
	{
	color: #999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
.formulario legend     
	{
	font-weight: bold;
	color: #000099;
	font-size: 9pt;
	letter-spacing: 1px;
	}
/* Validador do formulário */
.tfvHighlight
	{ 
	color: #FF0000; 
	} 
.tfvNormal
	{ 
color: black; 
	} 
/* Menu de navegação direito */
#menuDireito 
	{
	float: left;
	width: 270px;
	}
#menuDireito p
	{
	margin-bottom:5px;
	margin-top:5px;
	}
.menuDireitoBox
	{
	width: 260px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right: 5px;
	padding-left: 5px;
	line-height: 170%;
	padding-top: 5px;
	}
.menuDireitoBox ul
	{
	list-style:none;
	display:inline;	
	line-height: 150%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	}
.menuDireitoBox ul li
	{
	background-image: url(../imagens/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	list-style-position: outside;
	margin-left: 0px;
	}
.menuDireitoBox ol
	{
	line-height: 150%;
	display:inline;	
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
.menuDireitoBox ol li
	{
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}
#menuDireitoPequeno
	{
	float: left;
	width: 99px;
	}
.miniAleatorio
	{
	width: 162px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
	}
.menuDireitoJoin
	{
	font-size: 22px;	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
/* Rodapé da página */
#rodape 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #24439F;
	text-align: center;
	letter-spacing: 3px;
	height: 16px;
	clear: both;
	}
#rodape a {
	color: #FFFFFF;
	text-decoration: none;
	}
#rodape a:hover {
	color: #66CCFF;
	text-decoration: underline;
	}

/* Classes do AdSense */
.adsense300x250
	{
	margin-left: 7px;
	display:inline;
	width: 345px;
	height: 250px;
	float: left;
	}
.adsense728x90
	{
	margin-left: 15px;
	width: 728px;
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.adsense728x90Rodape
	{
	width: 728px;
	display:inline;	
	height: 90px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left:170px;
	float: left;
	}
.adsense468x60
	{
	margin-left: auto;
	width: 468px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	}
.adsenseLink468x15
	{
	margin-left: auto;
	width: 468px;
	height: 15px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right: auto;
	}
#map {
	border: 1px solid #CCCCCC;
	height: 400px;
	width: 500px;
}
