
/*----- inicio index.php -----*/
body
{
	margin:0;
	padding:0;
}
	
#container /*centrado na pagina*/
{
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: none;
}
	
#topo 
{
	height: 20px;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	font-size:80%;
}	
	
#topo a
{
	color:#339900;
	font-size:79%;
	text-decoration:underline;
}
	
#topo a:hover
{
	text-decoration:none;
}
	
#bndespos
{
	position:absolute;
	margin-left:5px;
	top: 0px;
}
	
/*#redepos
{
	position:absolute;
	margin-left:148px;
	top:15px;
}
	
#ufscpos
{
	position:absolute;
	margin-left:210px;
	top:0;
}

#ufrnpos
{
	position:absolute;
	margin-left:260px;
	top:10px;
}
	
#fepesepos
{
	position:absolute;
	margin-left:262px;
	top:5px;
}
	
#funpecpos
{
	position:absolute;
	margin-left:345px;
	top:6px;
}*/
	
#loginsite
{
	float:right;
}
	
#header 
{
	height: 150px;
	background-image:url(../images/header.png);
}
	
#menu 
{
	float: left; 
	width: 12em;
	padding: 0;
	margin: 7px 0;
	font: 13px Verdana, sans-serif;
}
		
#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li 
{
	border-bottom: 1px solid #C0D002;
	margin: 0;
}

#menu li a 
{
	display: block;
	padding: 7px 7px 7px 0.5em;
	font-weight:bold;
	background-color: #fdfdfd;
	color: #006699;
	text-decoration: none;
}
	
#menu li a:hover 
{
	background-color: #fff;
	color: #FF6600;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul#menu  li { float: left; height: 1%; }
* html ul#menu  li a { height: 1%; }
/* End */

#contents 
{
	margin: 15px 0 30px 180px;
}
	
#footer	
{
	clear: both;
	height: 40px;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	text-align:center;
	color:#fff;
	padding:15px;
	background-image:url(../images/footer.png);
}
	
#footer a
{ 
	color:#66cc00;
	text-decoration:none;
}
	
#footer a:hover
{
	color:#66cc00;
	text-decoration:underline;
}
/*----- fim index.php -----*/

#titulo
{
	font-family:Geneva, Arial, Helvetica;
	font-size:21px;
	border-bottom:#CCC 2px dotted;
	color:#AEAEAE;
}

#conteudo
{
	padding-left:20px;
	padding-right:20px;
	margin-top:15px;
	color:#616161;
	font-size:80%;
}

.apresentacao
{
	text-align:justify;
	padding-bottom:175px; 
	background:#FFFFFF url(../images/mapa_brasil.gif) no-repeat bottom right;
}

.objetivos
{
	text-align:justify;
}

ul.objetivos_lista1
{
	list-style-type:decimal;
}

li.objetivos_lista1
{	
	margin-bottom:10px;
}

ul.objetivos_lista2
{
	list-style-type:disc;
}

.quemsomos a
{
	text-decoration:none;
	color:#006699;
}

.quemsomos a:hover
{
	color:#789F00;
}

#regioes
{
	margin-top: 40px;
	margin-left:30px;
	margin-right:50px;
}

#tituloreg
{
	background:url(../images/fundosub.png) repeat-x;
	font-size:18px;
	font-family:Arial, Helvetica;
	color:#006699;
	height:41px;
	padding-top:10px;
	padding-left:10px;
}

#regioes ul
{
	list-style:none;
	margin-left:20px;
	padding:0;
}

#regioes ul li
{
	display:inline;
}


/*--- inicio contato.php ---*/
.contato a
{
	text-decoration:none;
	color:#006699;
}

.contato a:hover
{
	color:#789F00;
}

#formcontato
{
	margin:70px 130px;
}

label.contato
{
	float: left;
	width: 100px;
	font-weight: bold;
}

select.contato
{
	width:100px;
	margin-bottom: 5px;
}

input.contato, textarea.contato
{
	width: 250px;
	margin-bottom: 5px;
}

textarea.contato
{
	height: 150px;
}

.boxes
{
	width: 1em;
}

#submitbutton
{
	margin-left: 180px;
	margin-top: 5px;
	width: 90px;
	background:#006699;
	color:#FFF;
	border:2px solid #FFF;
}  

#enderecos
{
	margin-top:100px;	
}

.tituloendereco
{
	color:#006666;
	font-weight:bold;
	font-size:15px;
	font:Arial, Helvetica, sans-serif;
}

/*--- fim contato ---*/

/*--- inicio cadastro ---*/

#formcadastro
{
	margin:70px 130px;
}

label.cadastro
{
	float: left;
	width: 100px;
	font-weight: bold;
}

select.cadastro
{
	width:100px;
	margin-bottom: 5px;
}

input.cadastro, textarea.cadastro
{
	width: 250px;
	margin-bottom: 5px;
}

textarea.cadastro
{
	height: 150px;
}

.boxes
{
	width: 1em;
}

#submitbutton
{
	margin-left: 180px;
	margin-top: 5px;
	width: 90px;
	background:#006699;
	color:#FFF;
	border:2px solid #FFF;
}

#enderecos
{
	margin-top:100px;
}

.tituloendereco
{
	color:#006666;
	font-weight:bold;
	font-size:15px;
	font:Arial, Helvetica, sans-serif;
}

#formcadastro a
{
    color:#339900;
	font-size:79%;
	text-decoration:underline;
}

#formcadastro a:hover
{
	text-decoration:none;
}

/*--- fim cadastro ---*/

/*--- inicio documentos ---*/
#submenu 
{
	padding-top:8px;
	padding-bottom:6px;
	border:none;
	margin: 0;
	font: 12px Arial, sans-serif;
	text-align:right;
}

#submenu ul
{
	margin-left:1.2em;
}

#submenu li
{
	list-style: none; 
	display: inline;
	margin:0.2em 0 0 1px;
	padding:3px 2px;	
}

#submenu li a
{
	height:1px; /* IE5.0 bug */
	padding: 7px; 
	margin:0;
	background: #f6f6f6;
	text-decoration: none;
	color:#006699;
}

#submenu a:hover
{
	text-decoration:none;
	border-bottom:#FF6600 1px dashed;
}
	
#tabeladoc 
{
	border-collapse:collapse;
	background:#EFF4FB url(../images/teaser.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
}

#tabeladoc td, th 
{
	padding:5px;
}

#tabeladoc caption 
{
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

/* =links
----------------------------------------------- */

#tabeladoc tbody th a 
{
	color:#CE5700;
	text-decoration:none;
}

#tabeladoc tbody th  a:link {}

#tabeladoc tbody th  a:visited 
{
	font-weight:normal;
	color:#666;
}

#tabeladoc tbody th  a:hover 
{
	border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#tabeladoc thead th
{
	background:#333 url(../images/llsh.png) repeat-x;
	color:#fff
}

#tabeladoc tfoot th
{
	background:#333 url(../images/llsh.png) repeat-x;
	color:#fff
}

#tabeladoc tfoot td 
{
	background:#333 url(../images/llsh.png) repeat-x;
	color:#fff;
	text-align:right
}

/* =body
----------------------------------------------- */

#tabeladoc tbody th, tbody td 
{
	border-bottom: dotted 1px #333;
}

#tabeladoc tbody th 
{
	white-space: nowrap;
}

#tabeladoc tbody tr:hover 
{
	background:#fafafa;
}

#tabeladoc tbody th p
{
	color:#999;
	margin-bottom:0;
	font-weight:normal;
	font-size:0.9em;
}

/*------------------ MENU NAVEGACAO ------------------*/
#navegacao
{
	font-size:70%;	
	color:#616161;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
}

#navegacao a
{
	text-decoration:none;
	color:#006699;
}

#navegacao a:hover
{
	text-decoration:underline;
	color:#006699;
}

/*------------------- LINK VOLTAR ---------------------*/
.linkvoltar
{
	padding-top:1px;
}

.linkvoltar a
{
	color:#006699;
	text-decoration:none;
}

.linkvoltar a:hover
{
	color:#006699;
	text-decoration:underline;
}


/*------------------- FORUM ---------------------*/
#forum
{
	background-color:#006699;
	margin:40px 163px;
}

#forumtopo
{
	background:#006699 url(../images/forumtopo.png) no-repeat;
	height:24px;
}

#forumconteudo
{
	text-align:center;
	color:#FFF;
	padding-top:0;
}

#forumrodape
{
	background:#006699 url(../images/forumrodape.png) no-repeat;
	height:24px;
}

#forum span.regioes
{
	color:#99CC00;
}

#forum p.regioes
{
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#forumbox
{
	margin-top:10px;
	margin-bottom:10px;
	border:1px #006699 solid;
}

#forumboxtitle
{
	padding:5px;
	font-weight:bold;
	background-color:#006699;
	color:#FFF;
}

/*------------------- FORUM MENU---------------------*/
#forummenu
{
	background-color:#F5F5F5;
	margin-top:20px;
	margin-bottom:20px;
}

#forummenu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:4px;
}

#forummenu ul li
{
	display:inline;
	margin:0;
	padding:4px;
}

#forummenu li 
{
	background:transparent url(../images/menu-sup-bar.gif) no-repeat scroll right center;
}

#forummenu ul li a
{
	text-decoration:none;
	color:#006699;
}

#forummenu ul li a:hover
{
	color:#789F00;
}

#forummenu img.forumimg
{
	vertical-align:text-bottom;
}

/*-------------------- NOVO TÓPICO --------------------*/
#newtopicbody
{
	padding-top:20px;
	padding-left:165px;
}

label.forum
{
	float: left;
	width: 100px;
	font-weight: bold;
}

input.forum, textarea.forum
{
	width: 420px;
	margin-bottom: 5px;
}

textarea.forum
{
	height: 220px;
}

#submitnewtopic
{
	margin: 2px auto 20px 130px;
} 

/*--------------------- NOVO USUARIO --------------------*/
#newuserbox
{
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	border:1px #006699 solid;
}

#newuserbody
{
	padding:20px 80px;
}

#newuserbody a
{
	text-decoration:none;
	color:#006699;
}

#newuserbody a:hover
{
	text-decoration:underline;
	color:#006699;
}

#newusersubmit
{
	margin-left:2px;
	margin-bottom:4px;
}

/*------------------- LISTA DE USUARIOS --------------------*/	
#listbox
{
	margin-top:20px;
	margin-bottom:10px;
	border:1px #006699 solid;
}

#listbody
{
	padding:0;
	margin:0;
}

#tabelaforumuser 
{
	border-collapse:collapse;
	background:#EFF4FB url(../images/teaser.gif) repeat-x;
	font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
	width:100%;
}
	
#tabelaforumuser td, th 
{
	padding:5px;
}

/* =links
----------------------------------------------- */

#tabelaforumuser a 
{
	color:#CE5700;
	text-decoration:none;
}

#tabelaforumuser a:link {}

#tabelaforumuser a:visited 
{
	font-weight:normal;
	color:#666;
	text-decoration: line-through;
}

/* =head =foot
----------------------------------------------- */

#tabelaforumuser thead
{
	background-color:#326F8E;
	color:#fff;
}

#tabelaforumuser thead th.centro
{
	text-align:center;
}

#tabelaforumuser tfoot
{
	background-color:#326F8E;
	color:#fff;
}

#tabelaforumuser tfoot td 
{
	background-color:#326F8E;
	color:#fff;
	text-align:right;
}

/* =body
----------------------------------------------- */

#tabelaforumuser tbody th, tbody td 
{
	border-bottom: dotted 1px #333;
}

#tabelaforumuser tbody td
{
	border-left:dotted 1px #333;
}

#tabelaforumuser tbody td.centro
{
	text-align:center;
}

#tabelaforumuser tbody th a 
{
	color:#333;
}

#tabelaforumuser tbody tr:hover 
{
	background:#fafafa;
}

/*-------------------- LISTA DE TOPICOS DO FORUM--------------------*/
#tabelaforumlistatopico 
{
	border-collapse:collapse;
	background:#EFF4FB url(../images/teaser.gif) repeat-x;
	font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
	width:100%;
}
	
#tabelaforumlistatopico td, th 
{
	padding:5px;
}

/* =links
----------------------------------------------- */

#tabelaforumlistatopico a 
{
	color:#CE5700;
	text-decoration:none;
}

#tabelaforumlistatopico a:link {}

#tabelaforumlistatopico a:visited 
{
	font-weight:normal;
	color:#666;
	text-decoration: line-through;
}

#tabelaforumlistatopico a:hover 
{
	border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#tabelaforumlistatopico thead
{
	background-color:#326F8E;
	color:#fff;
}

#tabelaforumlistatopico thead th.centro
{
	text-align:center;
}

#tabelaforumlistatopico tfoot
{
	background-color:#326F8E;
	color:#fff;
}

#tabelaforumlistatopico tfoot td 
{
	background-color:#326F8E;
	color:#fff;
	text-align:right;
}

/* =body
----------------------------------------------- */

#tabelaforumlistatopico tbody th, tbody td 
{
	border-bottom: dotted 1px #333;
}

#tabelaforumlistatopico tbody td
{
	border-left:dotted 1px #333;
}

#tabelaforumlistatopico tbody td.centro
{
	text-align:center;
}

#tabelaforumlistatopico tbody th a 
{
	color:#333;
}

#tabelaforumlistatopico tbody tr:hover 
{
	background:#fafafa;
}

p.forumcriadopor
{
	margin-top:3px;
	font-weight:normal;
}

span.forumcriadopor
{
	color:#FF6600;
}
/*-------------------- EXIBICAO DAS MENSAGENS DO TOPICO --------------------*/
#inscritos
{
	text-align:right;
	color:#99CC00;
	font-size:11px;
	margin-top:5px;
}

#tabelaforumtopico 
{
	border-collapse:collapse;
	background:#EFF4FB url(../images/teaser.gif) repeat-x;
	font:0.9em/145% helvetica,arial,verdana;
	color: #333;
	width:100%;
}

#tabelaforumtopico td, th 
{
	padding:5px;
}

/* =links
----------------------------------------------- */

#tabelaforumtopico tfoot td a 
{
	text-decoration:none;
	color:#FFF
}

#tabelaforumtopico tfoot td a:hover, tfoot td a:visited 
{
	color:#FFF
}

/* =head =foot
----------------------------------------------- */

#tabelaforumtopico thead th, thead td
{
	background-color:#326F8E;
	color:#fff
}

#tabelaforumtopico tfoot th, tfoot td 
{
	background:#3D859C;
	color:#FFF;
	text-align:right
}

#tabelaforumtopico thead th img, tfoot td img
{
	vertical-align:text-bottom;
}

/* =body
----------------------------------------------- */

#tabelaforumtopico tbody td
{
	border-left:dotted 1px #333;
	background-color:#FFF;
	width:75%;
}

#tabelaforumtopico tbody td img 
{
	vertical-align:text-bottom;
}

#tabelaforumtopico span.criadopor
{
	color:#FF6600;
	font-size:15px;
}

#removertopico
{
	text-align:right;
	margin-top:25px;
}

/*-------------------- MENU DO TOPICO --------------------*/
#forummenutopico
{
	background-color:#F5F5F5;
}

#forummenutopico ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 0;
}

#forummenutopico ul li
{
	display:inline;
	margin:0;
	padding:10px;
}

#forummenutopico li 
{
	background:transparent url(../images/menu-sup-bar.gif) no-repeat scroll right center;
}

#forummenutopico ul li a
{
	text-decoration:none;
	color:#006699;
}

#forummenutopico ul li a:hover
{
	color:#789F00;
}

#forummenutopico img.forumimg
{
	vertical-align:text-bottom;
}
/*-------------------- FIM MENU DO TOPICO --------------------*/


/*--------------------INICIO PARTICIPANTES--------------------*/
.participantestitulo
{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-bottom:30px;
	color:#006666;
}

.participantestitulo span
{
 	font-weight:normal;
	font-size:11px;
}

.participantesestado
{
	font-weight:bold;
	font-size:15px;
	background-color:#006699;
	margin:10px auto;
	padding:4px;
	color:#66CC00;
	text-align:center;
}

.participantesestado span
{
	float:right;
	text-align:right;
	font-size:12px;
}

.participantesestado span a
{
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}

.participantes span
{
	color:#006666;
	font-weight:bold;
	font-size:15px;
	font:Arial, Helvetica, sans-serif;
}

.participantes a
{
	text-decoration:none;
	color:#006699;
}

.participantes a:hover
{
	color:#789F00;
}

#ancoraparticipantes
{
	background-color:#F5F5F5;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#ancoraparticipantes a
{
	text-decoration:none;
	color:#006699;
}

#ancoraparticipantes a:hover
{
	color:#789F00;
}

/*----------------------FIM PARTICIPANTES--------------------*/
