
.novomenu{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
line-height: 14px;
text-decoration: none;
color: #ffffff;
}
.novomenu:hover{
color: #000000;
}

/* CABEÇALHOS DO MENU LADO ESQUERDO */
.menu-top{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding-left: 4px;
text-decoration: none;
}



/* MENU HORIZONTAL */
.menu-horizontal{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #000080;
padding-left: 4px;
text-decoration: none;
}
.menu-horizontal:hover{
color: #0000ff;
}


/* LINKS DO PORTAL */
.links-portal{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #000080;
padding-left: 4px;
text-decoration: none;
}
.links-portal:hover{
color: #3366ff;
}



/* MENU CANAIS - canais.inc.php */
.seccao{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #000080;
padding-left: 4px;
text-decoration: none;
}
.seccao:hover{
color: #3366ff;
}
/*estilo da célula onde esta colocada a seccao*/
.seccao-fundo{
background-color: #f9f9f9;
border-bottom: 1px solid #cccccc;
}

.tema{
font-family: tahoma;
font-size: 10px;
font-weight: bold;
color: #ff6600;
/*padding-left: 8px;*/
text-decoration: none;
}
.tema:hover{
color: #999999;
}
/*estilo da célula onde esta colocado o tema*/
.tema-fundo{
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}






/* SONDAGEM - sondagem.inc.php */
.sondagem{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
padding-left: 2px;
text-decoration: none;
}
.sondagem:hover{
color: #ff6600;
}

.sondagem-fundo{
background-color: #f5f5f5;
}

.sondagem-botao{
font-family: tahoma;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border: 1px solid #000000;
background-color: #666666;
}
.sondagem-botao:hover{
background-color: #cccccc;
}

/*estilo da sondagem que abre no meio da página quando clicar para votar ou ver resultados*/
.sondagem-aberta-titulo{
font-family: arial;
font-size: 15px;
font-weight: bold;
color: #ff6600;
text-decoration: none;
border: none;
background-color: none;
}
/*estilo da sondagem que abre no meio da página quando clicar para votar ou ver resultados*/
.sondagem-aberta-texto{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
border: none;
background-color: none;
}


/*FÓRUM - forum.inc.php*/

.forum{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
padding-left: 2px;
text-decoration: none;
}
.forum:hover{
color: #ff3300;
}

.forum-fundo{
background-color: #f5f5f5;
border-bottom: 1px solid #999999;
}

/*FÓRUM-ABERTO - forum_main.inc.php*/

.forum-aberto-titulo{
font-family: tahoma;
font-size: 16px;
font-weight: bold;
color: #000000;
padding-left: 2px;
text-decoration: none;
}

.forum-aberto-titulo-fundo{
border: 1px dotted #999999;
background-color: #f2f2f2;
}

.forum-aberto-descr{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
padding-left: 2px;
text-decoration: none;
}

.forum-aberto-descr-fundo{
border: none;
background-color: #f8f8f8;
}

.forum-coment-texto{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.forum-coment-links{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.forum-coment-links:hover{
color: #ff6600;
}
.forum-coment-campos{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
border: 1px solid #999999;
background-color: #f5f5f5;
}
.forum-coment-nome{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #990066;
}
.forum-coment-data{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.forum-coment-fundo{
border: 1px dotted #999999;
}







/*ÚLTIMA FOTO - ultimafoto.inc.php*/
.foto-fundo{
background-color: #CFCFEF;
}
/*aqui pode alterar o tamanho da imagem*/
.foto-imagem{
width: 100px;
border: 1px solid #999999;
}



/* ÚLTIMO CARTOON - ultimocartoon.inc.php */
.cartoon-fundo{
background-color:#C5D8EB;
}
/*aqui pode alterar o tamanho da imagem*/
.cartoon-imagem{
width: 100px;
border: 1px solid #999999;
}


/* PESQUISA - pesquisapequena.inc.php & pesquisagrande.inc.php */
.pesquisa-campo{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #000000;
border: 1px solid #999999;
background-color: #eeeeee;
}

.pesquisa-botao{
font-family: tahoma;
font-size: 10px;
font-weight: bold;
color: #ffffff;
border: 1px solid #999999;
background-color: #ff6600;
}



/* NOTÍCIA EM DESTAQUE -- destaque.inc.php */
.destaque-titulo{
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.destaque-titulo:hover{
color: #999999;
}
.destaque-antetitulo{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
color: #555555;
text-decoration: none;
}
.destaque-antetitulo:hover{
color: #3366ff;
}
.destaque-data{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.destaque-lead{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.destaque-lead:hover{
color: #3366ff;
}
/*precisa de alterar este estilo caso utilizar o include "destaque.inc.php"*/
.destaque-fundo{
background-color: f5f5f5;
border: 2px solid #999999;
}
.destaque-imagem{
width: 140px;
border: 1px solid #666666;
}


/* NOTÍCIAS QUE APARECEM NA PÁGINA INICIAL */

/*título da última notícia de cada canal que aparece com foto*/
.not-inicio-titulo{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #990066;
text-decoration: none;
}
.not-inicio-titulo:hover{
color: #999999;
}
/*titulo das outras notícias que aparecem sem fotos*/
.not-inicio-titulo-outras{
font-family: tahoma;
font-size: 10px;
font-weight: bold;
color: #aa88aa;
text-decoration: none;
}
.not-inicio-antetitulo{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #555555;
text-decoration: none;
}
.not-inicio-antetitulo:hover{
color: #3366ff;
}
.not-inicio-data{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
/*fundo atrás da última notícia de cada canal(aquela que tem foto)*/
.not-inicio-fundo{
background-color: ffffff;
border-bottom: 1px dotted #999999;
}
/*título do canal*/
.not-inicio-canal{
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #000000;
font-style: italic;
text-decoration: none;
}
/*fundo atrás do título-canal*/
.not-canal-fundo{
border-bottom: 1px solid #000000;
}
.not-inicio-imagem{
width: 70px;
border: 1px solid #444444;
}


/* NOTÍCIAS QUE APARECEM NA PÁGINA DAS NOTÍCIAS - news.php */
/*título da última notícia de cada canal que aparece com foto*/
.not-titulo{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #990066;
text-decoration: none;
}
.not-titulo:hover{
color: #999999;
}
/*titulo das outras notícias que aparecem sem fotos*/
.not-titulo-outras{
font-family: tahoma;
font-size: 10px;
font-weight: bold;
color: #aa88aa;
text-decoration: none;
}
.not-antetitulo{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #555555;
text-decoration: none;
}
.not-antetitulo:hover{
color: #ff6600;
}
.not-data{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.not-lead{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #444444;
text-decoration: none;
}
.not-lead:hover{
color: #ff6600;
}
/*fundo atrás da última notícia de cada canal*/
.not-fundo{
background-color: ffffff;
border-bottom: 1px dotted #999999;
}
/*título do canal*/
.not-canal{
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #000000;
font-style: italic;
text-decoration: none;
}
/*fundo atrá do canal*/
.not-canal-fundo{
border-bottom: 1px solid #000000;
}
.not-tema{
font-family: arial;
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #666666;
text-decoration: none;
}
.not-tema:hover{
color: #ff9900;
}

/*fundo atrá do tema*/
.not-tema-fundo{
border-bottom: 1px solid #666666;
}



/*QUANDO ESTÁ ABERTA UMA NOTÍCIA*/
.not-aberta-imagem{
width: 170px;
border: 2px solid #999999;
}
.not-aberta-titulo{
font-family: tahoma;
font-size: 18px;
font-weight: bold;
color: #990066;
text-decoration: none;
}
.not-aberta-titulo:hover{
color: #3366ff;
}
/*titulo das outras notícias que aparecem sem fotos*/

.not-aberta-antetitulo{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
color: #555555;
text-decoration: none;
}
.not-aberta-antetitulo:hover{
color: #3366ff;
}
.not-aberta-data{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.not-aberta-lead{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #444444;
text-decoration: none;
line-height: 17px;
}

.not-aberta-corpo{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #444444;
text-decoration: none;
line-height: 17px;
}
/*outras notícias que aparecem do lado à notícia que está aberta*/
.not-aberta-outras-fundo{
background-color: none;
border-bottom: 1px dotted #999999;
}
.not-aberta-outras{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #ff6600;
text-decoration: none;
}
.not-aberta-outras:hover{
color: #999999;
}



/*COMENTÁRIOS*/

.coment-texto{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.coment-links{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
color: #440099;
text-decoration: none;
}
.coment-links:hover{
color: #ff6600;
}
.coment-campos{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #440099;
border: 1px solid #999999;
background-color: #efefff;
}
.coment-nome{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #440099;
}
.coment-data{
font-family: tahoma;
font-size: 10px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.coment-fundo{
border: 0px dotted #999999;
}




/*GALERIA*/

.galeria-numeros{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #999999;
text-decoration: none;
}
.galeria-numeros:hover{
color: #ff9900;
}
.galeria-texto{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #333333;
text-decoration: none;
}
.galeria-autor{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #333333;
text-decoration: none;
}
.galeria-link{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #333333;
text-decoration: underline;
}
.galeria-titulo{
font-family: tahoma;
font-size: 14px;
font-weight: bold;
color: #553388;
text-decoration: none;
}




/*DIRECTÓRIO-PEQUENO - directorio_coluna.inc.php*/

.dir-coluna-fundo{
background-color: #F3DEDE;
border-bottom: 1px solid #cccccc;
}
.dir-coluna-link{
font-family: tahoma;
font-size: 10px;
color: #770000;
font-weight: bold;
text-decoration: none;
line-height: 16px;
padding-left: 4px;

}
.dir-coluna-link:hover{
text-decoration: underline;
}


/*DIRECTÓTIO QUE APARECE NO MEIO DA PÁGINA - directorio_main.inc.php*/
.dir-link-adicionar{
font-family: tahoma;
font-size: 12px;
color: #770000;
font-weight: normal;
text-decoration: none;
}
.dir-link-adicionar:hover{
text-decoration: underline;
}
.dir-campos{
font-family: tahoma;
font-size: 12px;
color: #770000;
font-weight: normal;
border: 1px solid #999999;
}
.dir-botao{
font-family: tahoma;
font-size: 12px;
color: #ffffff;
font-weight: bold;
border: 1px solid #999999;
background-color: #ff9900;
}
.dir-categorias{
font-family: tahoma;
font-size: 12px;
color: #ff5500;;
font-weight: bold;
text-decoration: none;
}
.dir-link-grande{
font-family: tahoma;
font-size: 12px;
color: #000000;
font-weight: normal;
text-decoration: none;
}
.dir-link-grande:hover{
color: #ff5500;
}
.dir-link-peq{
font-family: tahoma;
font-size: 11px;
color: #444444;
font-weight: normal;
text-decoration: none;
}
.dir-link-peq:hover{
color: #ff5500;
}
.dir-link-voltar{
font-family: tahoma;
font-size: 11px;
color: #ff6600;
font-weight: normal;
text-decoration: none;
}
.dir-link-voltar:hover{
color: #999999;
}
.dir-texto{
font-family: tahoma;
font-size: 11px;
color: #333333;
font-weight: normal;
text-decoration: none;
}



/*LINKS ÚTEIS*/
.uteis-fundo{
background-color: #555555;
border-bottom: 1px solid none;
}

/*OPINIÕES - QUADRO PEQUENO*/

.opin-nome{
font-family: tahoma;
font-size: 10px;
color: #000000;
}
.opin-titulo{
font-family: tahoma;
font-size: 10px;
color: #333333;
font-weight: bold;
}
.opin-titulo:hover{
color: #0000aa;
}
/*através desta propriedade pode alterar o tamanho das fotos*/
.opin-foto{
border: 1px solid #888888;
}
.opin-fundo{
border-bottom: 1px solid #777777;
}


/*OPINIÕES-INÍCIO*/
/*quando aberta a página opinions.php sem ser seleccionada nenhuma opinião*/

.opin-inicio-nome{
font-family: tahoma;
font-size: 12px;
color: #000000;
}
.opin-inicio-titulo{
font-family: tahoma;
font-size: 14px;
color: #333333;
font-weight: bold;
}
.opin-inicio-titulo:hover{
color: #0000aa;
}
/*através desta propriedade pode alterar o tamanho das fotos*/
.opin-inicio-foto{
border: 1px solid #000088;
width:70px;
}
.opin-inicio-fundo{
border-bottom: 1px dotted #777777;
}

/*OPINIÕES - QUANDO ESTÁ ABERTA UMA OPINIÃO*/

.opin-aberta-nome{
font-family: tahoma;
font-size: 12px;
color: #000000;
}
.opin-aberta-titulo{
font-family: tahoma;
font-size: 14px;
color: #333333;
font-weight: bold;
}
.opin-aberta-titulo:hover{
color: #0000aa;
}
/*através desta propriedade pode alterar o tamanho das fotos*/
.opin-aberta-foto{
border: 1px solid #000088;
width:100px;
}
.opin-aberta-fundo{
border-bottom: none;
background-color: #f6f6f6;
}
.opin-aberta-texto{
font-family: arial;
font-size: 12px;
color: #000000;
font-weight: normal;
text-align: justify;
}

/*AGENDA - quadro pequeno*/
.agenda-quadro-fundo{
border-bottom: 1px solid #999999;
background-color: #f5f5f5;
}
.agenda-quadro-data{
font-family: tahoma;
font-size: 11px;
color: #555555;
font-weight: bold;
text-decoration: none;
}
.agenda-quadro-local{
font-family: tahoma;
font-size: 11px;
color: #555555;
font-weight: normal;
text-decoration: none;
}
.agenda-quadro-titulo{
font-family: tahoma;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
/*AGENDA - quando aberta a página events.php*/

.agenda-aberta-fundo{
border-bottom: 1px dotted #999999;
background-color: #f6f6f6;
}
.agenda-aberta-data{
font-family: tahoma;
font-size: 11px;
color: #555555;
font-weight: bold;
text-decoration: none;
}
.agenda-aberta-local{
font-family: tahoma;
font-size: 12px;
color: #555555;
font-weight: normal;
text-decoration: none;
}
.agenda-aberta-titulo{
font-family: arial, tahoma;
font-size: 15px;
color: #990066;
font-weight: bold;
text-decoration: none;
}
.agenda-aberta-descricao{
font-family: tahoma;
font-size: 11px;
color: #000000;
font-weight: normal;
text-decoration: none;
}

