@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	width: 100%;
	height: 100%;
	background-image:url(_imgs/sombra_lateral.jpg);
	background-position:center 300px;
	background-repeat:repeat-y;
	text-align:center;
}

#geral{ 
	width:100%;
	background-image: url(_imgs/fd_topo.jpg);
	background-position:0 100px; 
	background-repeat:no-repeat; 
}
* html #geral {
	height: 100%;
}

#conteudo{
	width:890px; 
	margin:auto; 
	padding:0 15px 25px 15px;
	background-color:#FFF;
	text-align:left;
}

#rodape{ 
	text-align:center;
	margin:auto;
	width:950px;
}

#left{
	width:150px;
	float:left;
}
#middle{
	width:525px;
	margin:0 200px 0 155px;
	padding:0;
}
#right{
	width:200px;
	float:right;
}

/* BOXES LATERAIS */
#box_p { 
	width:140 px;
}
#box_m { 
	width:520 px;
}
#box_g { 
	width:200 px;
}
.box_cont { 
	border:#0099FF 1px solid;
	padding:3px;
	font-size:11px;
	background-color: #EEEEEE;
}
.ttl_busca{
	background-image:url(_imgs/ttl_busca.jpg);
	background-repeat:no-repeat;
	height:29px;
	margin-top:20px;
}
.ttl_boletim {
	background-image:url(_imgs/ttl_boletim.jpg);
	background-repeat:no-repeat;
	height:29px;
	margin-top:20px;
}
.ttl_arearestrita {
	background-image:url(_imgs/ttl_arearestrita.jpg);
	background-repeat:no-repeat;
	height:29px;
	margin-top:20px;
}
.ttl_presidente {
	background-image:url(_imgs/ttl_presidente.jpg); 
	background-repeat:no-repeat;
	height:20px;
	margin-top:20px;
}
.ttl_colunistas {
	background-image:url(_imgs/ttl_colunistas.jpg); 
	background-repeat:no-repeat;
	height:20px;
	margin-top:20px;
}
#ttl_colunas_g {
	background-image:url(_imgs/ttl_colunas.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
.ttl_abaixoassinado {
	background-image:url(_imgs/ttl_abaixoassinado.jpg); 
	background-repeat:no-repeat;
	height:32px;
	margin-top:20px;
}
#ttl_abaixoassinado_g {
	background-image:url(_imgs/ttl_abaixoassinado_g.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_eventos {
	background-image:url(_imgs/ttl_eventos.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_apgs {
	background-image:url(_imgs/ttl_apgs.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_apgs_cadastradas {
	background-image:url(_imgs/barra_ttl_apg_cadastradas.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_biblioteca {
	background-image:url(_imgs/barra_ttl_biblioteca.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_cadastreapg {
	background-image:url(_imgs/ttl_cadastreapg.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_buscaportal {
	background-image:url(_imgs/ttl_buscaportal.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}
#ttl_links {
	background-image:url(_imgs/ttl_links.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:5px;
}

.ttl_entrevistas {background-image:url(_imgs/ttl_entrevistas.jpg); background-repeat:no-repeat;height:20px;margin-top:20px;}
.ttl_enquetes {background-image:url(_imgs/ttl_enquetes.jpg); background-repeat:no-repeat;height:20px;margin-top:20px;}
/* BOXES MEIO */
/* NOTICIAS */
.ttl_noticias {background-image:url(_imgs/ttl_noticias.jpg);background-repeat:no-repeat;height:25px;}
.ttl_reunioes_anpg {background-image:url(_imgs/barra_ttl_reunioes_anpg.jpg);background-repeat:no-repeat;height:25px;}
.ttl_reunioes_apgs {background-image:url(_imgs/barra_ttl_reunioes_apgs.jpg);background-repeat:no-repeat;height:25px;}
.ttl_conap {background-image:url(_imgs/barra_ttl_conap.jpg);background-repeat:no-repeat;height:25px;}
.ttl_oportunidades {background-image:url(_imgs/barra_ttl_oportunidades.jpg);background-repeat:no-repeat;height:25px;}

#ttl_ultimasnoticias {background-image:url(_imgs/ttl_ultimasnoticias.jpg);background-repeat:no-repeat;height:25px; margin-bottom:5px;}

#lista,#lista_search {padding:0;list-style-type:none; text-align:left;}
#lista li,#lista_search li {
	border-bottom:2px dotted #cccccc;
	background-image: url(_imgs/ico_flecha.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;	
	list-style-type:none;
	margin-bottom:5px;
}
#lista li a:link,#lista li a:visited,#lista_search li a:link, #lista li a:visited {padding-left:10px;color: #666666;text-decoration:none;}
#lista li a:hover,#lista_search li a:hover {text-decoration: underline;} 


/* FORMULARIO */
input, textarea {border:#666 1px solid;width:98%;.width:95%;}
input#resposta{
	border:0px solid;
	width:0px;
	.width:14px;
	margin-left:20px;
	line-height:5px;
}
.bt_enviar{
	background-image:url(_imgs/bt_ok.gif);
	background-repeat:no-repeat; 
	width:25px;
	height:19px; 
	border:0;
	float:right;
}
.bt_votar{
	background-image:url(_imgs/bt_votar.gif);
	background-repeat:no-repeat; 
	width:40px;
	height:19px; 
	border:0;
	float:right;
}
.txt_peq{ 
	font-size:9px;
}
#noticia{
	display:table;
	position:relative;
	width:100%;
}
/* MIDIA */
img, a {border:0;}
#ttl_midia {background-image:url(_imgs/ttl_midia.jpg);background-repeat:no-repeat;height:26px; margin-bottom:5px;}

#ttl_submenu {background-image:url(_imgs/barra_cinza.gif);background-repeat:no-repeat;height:20px; margin-bottom:5px;}

#ttl_fotos {background-image:url(_imgs/ttl_fotos.jpg);background-repeat:no-repeat;height:17px;margin-bottom:10px;}
#ttl_video {background-image:url(_imgs/ttl_videos.jpg);background-repeat:no-repeat;height:17px;margin-bottom:10px;}
#ttl_radio {background-image:url(_imgs/ttl_radio.jpg);background-repeat:no-repeat;height:17px;margin-bottom:10px;}
#ttl_assinaturas {background-image:url(_imgs/barra_ttl_assinaturas.jpg);background-repeat:no-repeat;height:25px;margin-bottom:10px;}

#img_peq {
	background-image:url(_imgs/img_moldura_p.jpg);
	background-repeat:no-repeat;
	margin:0 3px;
	width:155px;
	height:99px;
	padding:5px 7px;
}
#img_gde {background-image:url(_imgs/img_moldura_g.jpg);background-repeat:no-repeat;
		  margin-right:5px;width:250px;height:161px;padding:7px;float:left;}
		  
#lista02 {
		text-align:left;
		font-size:11px;
		margin-bottom:20px;
		border:#0099FF 1px solid;
		background-color:#EEE;
		padding:3px;
}
#lista02 ul {list-style: none; margin:0; padding:0;}
#lista02 li {border-bottom:2px dotted #999;list-style-type:none; padding-bottom:3px;}
#lista02 li a:link, #lista02 li a:visited {color: #666666;text-decoration:none;padding:0; margin:0; }
#lista02 li a:hover {text-decoration: underline;} 

#lista03 {
	text-align:left;
	font-size:11px;
	margin-bottom:20px;
	border: 1px solid #0099FF;
	background-color:#EEE;
	padding:3px;
}
#lista03 ul {list-style: none; margin:0; padding:0;}
#lista03 li {border-bottom:2px dotted #999;list-style-type:none; padding-bottom:80px;}
#lista03 li a:link, #lista03 li a:visited {color: #666666;text-decoration:none;padding:0; margin:0; }
#lista03 li a:hover {text-decoration: underline;} 

#box_cinza {padding:3px; font-size:11px; color:#666; height:100px; border:#ccc 1px solid; background-color:#EEE; font-weight:bold; 	font-size:10px; width:340px; float:right;}
.data{height:16px; border-bottom:#ccc 1px solid;}
.chamada { font-size:14px; padding:2px 0; height:65px;}
.link {height:12px;}
.link a {color:#666; text-decoration:underline; font-weight:normal;}

#ttl_Azul {font-weight:bold; font-size:14px; color:#06C; margin-bottom:3px;}

#data {font-weight:bold; text-align:left;font-size:10px; padding:3px 0 3px 5px; color:#666;}
#legenda {font-size:10px; text-align:left;padding:3px 3px 20px 5px; border-bottom:#666 1px solid; margin-bottom:20px;}

.azul{
	border:1px solid #0099FF;
	background-color: #EEEEEE;
}
#img_container div{    
	width:510px;
	overflow-y:auto;	
}
 #img_container div ul{
 	display:block;
 	padding:0;
 	margin:8px;
 	list-style:none;
 	border:1px solid #FFFFFF;
	height:80px;
}
#img_container div ul li{
	float:left;
	width:113px;
	margin:5px;
	position:relative;
}
#img_container div ul li a img {      
    border:1px solid #574331;
    padding:5px;
    background:#eee;
}
#img_container div ul li a:hover img { 
	border: 1px solid darkred; 
}
#comunicado{
	background-color:#EEEEEE;
	position:relative;
}
/*Paginador*/
#paginador_portal{
	border:none;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	margin-right:5px;
}
/*Msg*/
#msg_apg {
	font-style:bold;
	text-align:left;
	color:#FF0000;
	font-size:11px;
	margin-bottom:5px;
	border:#ccc 1px solid;
	background-color:#FFFFE0;
}
#votacao{
	font: 11px arial;
	color: #ebf2fa;
 	background-color: #034DA2; 
	border-style: none;
	width: 150px;
	height: 18px;
	font-weight: bold;
}
#biblioteca {
	text-align:left;
	font-size:11px;		
	border: 1px solid #0099FF;
	background-color:#EEE;
	padding:0px;
}
#biblioteca ul {list-style: none; margin:0px; padding:0px;}
#biblioteca li {border-bottom:1px dotted #999;list-style-type:none; padding-bottom:0px;}
#biblioteca li h4{height:0px;.height:0px;}
#biblioteca li h5{height:10px;}
#biblioteca li a:link, #biblioteca li a:visited {color: #666666;text-decoration:none;padding:0; margin:0; }
#biblioteca li a:hover {text-decoration: underline;} 
#list1{		
	list-style-image:url(_imgs/bullet.gif);
	list-style-position:inside;
	margin:0;
	padding:0;
	text-decoration:none;
	text-indent:5px;
	text-transform:none;
}