﻿@charset "UTF-8";

body {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCC;
	margin:0px;
	}
	
/* estilos dos links - geral */
a:link, a:visited {
	color:#B5BA05;
	text-decoration:none;
	border:none;
	}

a:hover {
	text-decoration:underline;
	border:none;
	}	

a:active {
	color:#B5BA05;
	text-decoration:none;
	border:none;
	}
	
.botao, .btn, .menuList {
	cursor: pointer;
	}
	
.btn, .btn:visited {
	background-color:#EEEEEE;
	}	
	
.btn:hover {
	background-color:#CCCCCC;
	}
	
.btn:active {
	background-color:#EEEEEE;
	}	
		
.botao, .botao:visited {
	background-color:#EEEEEE;
	padding:2px 5px 2px 5px;
	}
		
.botao:hover {
	background-color:#CCCCCC;
	padding:2px 5px 2px 5px;
	}
	
.botao:active {
	background-color:#EEEEEE;
	padding:2px 5px 2px 5px;
	}	
		
.radioButtom {
	cursor: pointer;
	border:none;
	}	

img, img a:link, img a:visited, img a:hover, img a:active {
	border:none;
	}
	
/* estilos do título das página index passadas por parametro */
.tituloPagIndex	{
	text-transform:uppercase;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:5px;
	color:#B5BA05;
	}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	min-height: 600px;
	}

#printInfo {
	display:none;
	}
	
/* estilos do header */
#header {
	width:950px;
	height:150px;
	}
	
/* estilo do logótipo */
.logo {
	width:240px;
	height:150px;
	float:left;
	}

/* estilo da pub dentro do header */
.pub1 {
	width:610px;
	height:65px;
	float:left;
	padding:20px 0px 20px 100px;
	}	
	
.areaReservada {
	width:710px;
	height:20px;
	float:left;
	}

.saudar {
	float:left;
	width:167px;
	height:20px;
	text-align:right;
	padding-left:8px;
	padding-right:8px;
	}
	
.login {
	float:right;
	width:35px;
	height:20px;
	padding-right:142px;
	text-align:right;
	}
	
.erroAcesso {
	width:350px;
	float:left;
	height:20px;
	text-align:right;
	}	
		
/* estilo do menu dentro do header */	
.menu {
	width:680px;
	height:15px;
	float:left;
	padding:5px 5px 5px 25px;
	}	
	
/* estilos do caminho */
#caminho {
	padding:5px 20px 10px 20px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:normal;
	}
	
#caminhoAlerta {
	width:640px;
	padding:0px 20px 0px 290px;
	height:25px;
	margin-bottom:5px;
	}
	
/* mensagem de alerta - feedback ao utilizador */
.alerta {
    background-color: #FAD163;
    display: block;
	padding:5px 20px 5px 5px;
	}
	
.alertaSucesso {
	background-color:#B5BA05;
    display: block;
	padding:5px 20px 5px 5px;
	}	
	
.alertaSugestao {	
	padding:5px;
	background-color:#EEEEEE;
	}	

/*****************************************************************************************************************************
PROPRIEDADES DOS COMPONENTES - institucional
******************************************************************************************************************************/	
.tituloComponente {
	padding-top:5px;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#002F63;
	}
/*****************************************************************************************************************************

PROPRIEDADES DAS NOTÍCIAS
******************************************************************************************************************************/
#noticias { 
	width:450px;
	float:left;
	padding:0px 10px 0px 20px;
	}
	
/* estilo do destaque da notícia */		
.noticia_elemento {
	width: 440px;
	height: 150px;
	background: #CBCE50;
	float: left;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	margin-bottom:10px;
	}
	
/* estilo da imagem do destaque da notícia */		
.noticia_imagem {
	float: left;
	background: #ffffff;
	height: 150px;
	width: 230px;
	}
	
/* estilo dos detalhes do destaque da notícia */	
.noticia_detalhes {
	height:150px;
	float: left;
	width: 190px;
	padding:0px 10px 0px 10px;
	}
	
/* estilo do texto do destaque da notícia */
.noticia_texto {
	height: 130px;
	overflow: hidden;
	}

/* estilo do título do destaque da notícia */	
.noticia_titulo {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.noticia_titulo a:link, .noticia_titulo a:visited {
	color:#FFFFFF;
	}
	
.noticia_titulo a:hover {
	color:#002F63;
	}
	
/* estilo do corpo do destaque da notícia */	
.noticia_desc {
	overflow: hidden;
	}

.noticia_elemento p {
	color:#FFFFFF;
	margin: 0px;
	padding:0px;
	}

.noticia_elemento p a {
	color: #FFFFFF;
	text-decoration: none;
	}

.noticia_elemento p a:hover {
	text-decoration: underline;
	color: #326178;
	}

/* estilo das notícias pequenas */	
.noticiaq_elemento {
	width:450px;
	float:left;
	height:130px;
	overflow:hidden;
	background-color:#FFF;	
	margin-bottom:10px;
	border-bottom-color:#999;
	border-bottom-width:1px;
	}

/* estilo das imagens das notícias pequenas */		
.noticiaq_elemento img {
	margin-right:10px;	
    float:left;
	}

/* Transforma os títulos em maiusculas */		
.titulo {
	text-transform:uppercase;
	}
	
/* Devolve aos títulos das últimas noticias, formatação original */		
.tituloUltimas {
	text-transform:none;
	}

/* estilo do botão voltar */		
.voltar {
	padding:5px 0px 0px 0px;
	clear:both;
	}	

/* estilo do título das notícias pequenas */			
.noticiaq_titulo {
	text-transform:uppercase;
	color:#B5BA05;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.noticia_tituloDetalhe {
	width:440px;
	float:left;
	padding-bottom:5px;
	text-transform:uppercase;
	color:#B5BA05;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	}	
	
.detalheNoticia img {
	margin-bottom:10px;
	}	
	
/* estilo da categoria e indicação de ler mais das notícias pequenas */		
.categoria {
	width:450px;
	height:20px;
	clear:left;
	margin-bottom:10px;
	border-bottom:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	text-align: right;
	margin-top: 5px;
	color:#999999;
	font-weight:bold;
	}
	
.categoriaDetalhe {
	width:430px;
	margin-bottom:10px;
	text-align: right;
	margin-top: 5px;
	padding-right:10px;
	float:right;
	color:#999999;
	font-weight:bold;	
	}
	
.detalheNoticiaTopo {
	width: 430px;
	height: 150px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	float: left;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	margin-bottom:10px;
	}
		
.corpoDetalhe {
	width:440px;
	float:left;	
	}
			
.extras {
	float: left;
	width: 190px;
	padding:0px 0px 0px 10px;
	text-align:right;
	}	
	
.extras img {
	margin:0px;
	border:none;
	padding:0px 5px 0px 0px;
	text-align:right;
	}	
	
.extrasLinha {
	border:none;
	text-align:right;
	padding-bottom:10px;
	}	

.extrasLinha a:link, .extrasLinha a:visited {
	text-decoration:none;
	}	
	
.extrasLinha a:hover {
	text-decoration:none;
	color:#999999;
	}
	
.descricaoDetalhe {
	/*padding-right:10px;*/
	}		

.categoria a {
	color:#B5BA05;
	}

.concelho {
	color:#999;
	}

/* estilo da publicidade entre as notícias pequenas */	
#pub {
	float:left;
	width:450px;
	min-height:70px;
	margin-bottom:10px;
	border-bottom:1px dashed #999999;
	}
	
.btnEditPub, .btnEditHtml {
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	}	
	
.btnEditHtml {
	border-bottom:1px dashed #999999;
	}	
	
/*****************************************************************************************************************************

PROPRIEDADES DO CONTEÚDO INSTITUCIONAL

******************************************************************************************************************************/	
.contInstitucional {
	margin-bottom:15px;
	}

/***************************************************************************************************************
SUGESTÕES
***************************************************************************************************************/
.tabSugestao, .tabSugestao tbody {
	width:450px;
	padding:0px;
	margin:0px;
	}
	
.tabSugestao input:focus, .tabSugestao textarea:focus {
	background:#EEEEEE;
	}	
		
/*****************************************************************************************************************************

PROPRIEDADES DOS SIDEBARS

******************************************************************************************************************************/
#sidebar1 {
	width:220px;
	float:left;
	padding:0px 10px 0px 0px;	
	}
	
#sidebar2 {
	width:220px;
	float:left;
	padding:0px 20px 0px 0px;	
	}
	
.widget1 {
	width:218px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	text-align:center;
	overflow:hidden;
	}	
		
/* estilos dos conteudos  */
#conteudos {
	width:512px;
	}
		
/*****************************************************************************************************************************

PROPRIEDADES DO RODAPÉ

******************************************************************************************************************************/
#footer {
	clear:both;
	padding:0px 20px 0px 20px;
	background-color:#CBCE50;
	height:30px;
	}
	
#morada {
	clear:both;
	display:none;
	}	
	
.textoFooter {
	width:600px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:11px;
	font-weight:bold;
	float:left;
	}	
	
.imagem {
	float:right;
	width:200px;
	padding:1px 0px 1px 0px;
	text-align:right;
	}	
	
.imagem img {
	border:0px;
	width:79px;
	height:28px;
	}	
	
#footer a:link, #footer a:visited {
	color:#E9EAB4;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#333333;
	text-decoration:none;
	}	
		
/*****************************************************************************************************************************

PROPRIEDADES DO BACKOFFICE

******************************************************************************************************************************/
#administracao {
	width:250px;
	padding:0px 0px 10px 20px;
	float:left;
	}

#conteudoAdmin {
	width:640px;
	min-height:425px;
	float:right;
	padding:0px 20px 10px 20px;
	}

.menuAdmin {
	position:relative;
	}
		
.tabela, .tabelaLocutor {
	background-color:#FFFFFF;
	width:640px;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#conteudoAdmin .tituloTabela {
	padding:5px;
	}
		
.tabelaTop {
	width:640px;
	border:0px;
	}

.tabelaTop tr {
	background-color:#E9EAB4;
	font-weight:bold;
	}

.tabelaTop td {
	padding:5px;
	margin:0px;
	
	}	
	
.tabelaCont {
	width:640px;
	border:0px;
	}
	
.tabelaCont td, .tabelaLocutor td {
	padding:1px 5px 1px 5px;
	}	
	
.tabPodcast {
	width:400px;
	}	
	
/*****Tabela Sugestão da ADMINISTRAÇÃO*******/	
.tabAdminSugestao {
	border-top:1px solid #E9EAB4;
	padding-bottom:5px;
	}
		
.tabelaNavBar {
	font-weight:bold;
	border:0px;
	}
		
.tituloPagina {
	font-size:13px;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#002F63;
	}	
	
.subTitulo {
	font-size:11px;
	padding:5px;
	background-color:#E9EAB4;
	font-weight:bold;
	}	
	
input, select, textarea {
	border:1px solid #CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
/*biblioteca de imagens*/
#biblioteca {
	background-color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

#bibliotecaImagens {
	padding:10px;
	}
		
.pesquisaBiblioteca {
	border:none;
	}
	
.tituloImgBib {
	text-align:left;
	padding-left:17px;
	}	
	
/*imagem do inserir notícia*/
#imagem {
	width:230px;
	height:150px;
	background-color:#EEEEEE;
	text-align:center;
	vertical-align:middle;
	}	
				
/*****************************************************************************************************************************

PROPRIEDADES DO WIDGET DAS ÚLTIMAS NOTÍCIAS

******************************************************************************************************************************/
.widget {
	margin: 0px 0px 10px 0px;
	overflow:hidden;
	width:220px;
	}

/* estilo do título do widget da sidebar  */
.tituloWidget {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#002F63;
	padding:2px 0px 2px 5px;
	margin:0px;
	}

.widget a, .widget a:visited {
	color: #002F63;
	text-decoration: none;
	overflow:hidden;
	}
	
.widget a:hover {
	color: #009;
	text-decoration: underline;
	overflow:hidden;
	}
	
/* estilo das colunas das últimas notícias  */
.tabnav li {
	display: inline;
	list-style: none;
	font-weight:bold;
	}
	
.tabnav li a {
	text-decoration: none;
	background-color:#FFFFFF;
	/*text-transform: uppercase;*/
	color: #002F63;
	outline: none;
	padding:5px 8px 6px 5px;
	overflow:hidden;
	}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #EEEEEE;
	color: #002F63;
	text-decoration: none;
	padding:5px 8px 6px 5px;
	overflow:hidden;
	}
		
.tabdiv {
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-top:0px;
	}
	
.tabdiv ul {
	list-style: none;
	margin:0px;
	padding:5px;
	}	
	
.tabdiv li {
	height:auto;
	padding-bottom:7px;
	}

.ui-tabs-hide {
	display: none;
	}

/* estilo das celulas de categorias das últimas notícias  */
.ui-tabs-nav {
	background-color:#FFFFFF;
	margin:0px;
	width:218px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #EEEEEE;
	padding:5px 0px 5px 0px;
	overflow:hidden;
	}
	
.ui-tabs-panel ul {
	list-style: none;
	padding:5px;
	margin:0px;
	overflow:hidden;
	}	

#featuredvid {
	text-align: center;
	}
		
.fvid {
	margin-bottom: 5px;
	}
		
.vidselector li {
	text-align: left;
	list-style: none;
	background: #ffffff;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	}
	
/*****************************************************************************************************************************
PROPRIEDADES DA PÁGINA DOS LINKS
******************************************************************************************************************************/

.tituloCategoria {
	color:#002F63;
	padding:10px 0px 0px 0px;
	text-transform:uppercase;
	}	

/*****************************************************************************************************************************
PROPRIEDADES DO WIDGET DAS SONDAGENS
******************************************************************************************************************************/
#sondagem {
	width:218px;
	text-align: left;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	}
	
.tituloWidgetSond {	
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	color:#002F63;
	padding:2px 0px 2px 5px;
	margin:0px;
	}

.conteudoSond {
	padding:0px 5px 0px 5px;
	}
	
.perguntaSond {
	padding:3px 0px 3px 0px;
	color:#000099;
	font-weight:bold;
	}
		
.graph { 
    width: 206px; 
    border: 1px solid #CBCE50;
	}

.graph .bar { 
    display: block;
    position: relative;
    background: #CBCE50 ; 
    text-align: center; 
    color: #333; 
    height: 2em; 
    line-height: 2em;            
 	}
 
 .graph .bar span {
	position: absolute; left: 1em;
 	}
	
/*****************************************************************************************************************************
PROPRIEDADES DA JANELA EDITAR SONDAGENS
******************************************************************************************************************************/ 
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
	}

#GB_window {
	background-color:#FFFFFF;
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
    border: 3px solid #CCCCCC;
	}

#GB_window .content {
	background-color:#FFFFFF;
    width: auto;
	padding:5px 0px 5px 5px;
    margin: 0;
	}

#GB_frame #editaSondagem {
	width:500px;
	font-size:11px;
	}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
	font-size:11px;
	}


.GB_Gallery {
    margin: 0 22px 0 22px;
	}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
	}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
	}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
	}

.GB_header table {
	font-size:11px;
    margin: 0;
    width: 100%;
	border:none;
    border-collapse: collapse;
	}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
	}

.GB_header .close {
    text-align: right;
	}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
	}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
	}


#GB_middle {
    color: #eee;
	}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
	}

#GB_middle .disabled {
    cursor: default;
	}

#GB_middle .left {
    padding-right: 10px;
	}

#GB_middle .right {
    padding-left: 10px;
	}


.GB_Window .content {
    background-color: #fff;
	}

.GB_Window .header {
    border-bottom: 3px solid #CCCCCC;
    margin: 0;
	background-color:#EEEEEE;

    height: 22px;
    font-size: 12px;
    padding: 3px 3px 3px 5px;
    color: #333;
	}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	}

.GB_Window .close {
	text-align: right;
	}
	
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
	}
	
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
	}

.GB_Window .on {
	border-bottom: 1px solid #333;
	}
	
.GB_Window .click {
	border-bottom: 1px solid red;
	}
	
/*****************************************************************************************************************************
PROPRIEDADES DA JANELA EDITAR PUBLICIDADE
******************************************************************************************************************************/ 	
.tabelaPub {
	width:490px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.preVisualizar {
    padding: 5px 3px 3px 5px;
    color: #333;
	}	

/*****************************************************************************************************************************
PROPRIEDADES DA JANELA ENVIAR EMAIL
******************************************************************************************************************************/ 		
.tabelaMail {
	width:340px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}	

/*****************************************************************************************************************************
PROPRIEDADES DO WIDGET PESQUISA
******************************************************************************************************************************/
#pesquisa {
	width:218px;
	text-align: left;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	}
	
.conteudoPesquisa {
	padding:10px 5px 10px 5px;
	}
	
.conteudoPesquisa input:focus {
	background:#EEEEEE;
	}	
		
.tituloWidgetPesquisa {	
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	color:#002F63;
	padding:2px 0px 2px 5px;
	margin:0px;
	}
	
#alertaPesquisa, #alertaPesquisaDet, .consultaDesconhecida {
	padding:5px;
	background-color:#EEEEEE;
	}

.formPesquisaDetalhe {
	width:450px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-top:5px; 
	margin-bottom:5px;
	}
	
.formPesquisaDetalhe input:focus, .formPesquisaDetalhe select:focus {
	background:#EEEEEE;
	}	
			
.formPesquisaDetalhe td {
	padding:5px;
	}	

#pesquisaResult {
	width:450px;
	margin:0px;
	padding:0px;
	}	
	
.tabelaResultadoPesquisa {
	width:450px;
	margin:0px;
	padding:0px;
	}

.tabelaResultadoPesquisa td {
	padding:5px;
	}
		
.tabelaResultadoPesquisa a:link, .tabelaResultadoPesquisa a:active, .tabelaResultadoPesquisa a:visited {
	color:#002F63;
	}
	
.tabelaResultadoPesquisa a:hover {
	color:#000099;
	}
	
/*****************************************************************************************************************************
PROPRIEDADES PARA WiDGETS PUBLICIDADE
/*****************************************************************************************************************************/	
.publicidade {
	z-index:-1;
	width:218px;
	text-align: left;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	}
	
.editarPub {
	padding:5px 0px 5px 5px;
	text-align:left;
	}	
	
/******************************************************************************************************************************
PROPRIEDADE PARA WIDGET TEMPO
******************************************************************************************************************************/
.tempo {
	width:218px;
	text-align:center;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	}

/*****************************************************************************************************************************
PROPRIEDADES PARA DESLOCAçÂO DOS COMPONENTES
/*****************************************************************************************************************************/
.handle_Tit {
	height:24px;
	padding-top:4px;
	background-color:#99ABC1;
	color:#FFFFFF;
	font-weight:bold;
	}

.handle {
	float:left;
	cursor: move;
	margin-left:4px;
	margin-right:4px;
	}

.Tit_Desc {
	float:right;
	padding-right:4px;
	}


.expandir, .expandir1, .expandir2, .eliminar {
	margin-right:4px;
	float:left;
	}
	
.limpa {
	clear:both;
	}

/* estilos do caminho */
#listaGlobal {
	margin-left:20px;
	}

#listacomponentes {
	height:150px;
	width:910px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	}
	
.tituloDistribuicao {	
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	color:#002F63;
	padding:2px 0px 2px 5px;
	margin-bottom:5px;
	}
	
#listaComponente {
	margin-top:5px;
	}	
		
.zona1 {
	float:left;
	width:450px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
	text-align:center;
	background-color:#EEEEEE;
	}
	
.zona2 {
	float:left;
	width:220px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
	text-align:center;
	background-color:#EEEEEE;
	}	
	
.zona3 {
	float:left;
	width:220px;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
	text-align:center;
	background-color:#EEEEEE;
	}				

#slidepanel {
	background-color:#333333;
	height: 250px;
	display:none;
	}

.active {
	background-position: right 12px;
	}
	
/*****************************************************************************************************************************
PROPRIEDADES PARA Accordion Links
******************************************************************************************************************************/	
#links {
	width:450px;
	margin-bottom:10px;
	}

#acc {
	list-style:none;
	color:#033;
	margin:0px;
	padding:0px;
	list-style-position:inherit;
	}

#acc li {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:0px;
	}

#acc h3 {
	color:#002F63;
	padding:5px;
	background-color:#EEEEEE;
	margin:0px;
	cursor:pointer;
	border-bottom:1px solid #CCCCCC;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	}
	
#acc h3 img {
	text-align:right;
	}	

#acc h3:hover {
	color:#002F63;
	background-color:#CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-transform:uppercase;
	font-weight:normal;
	}
	
#acc .acc-section {
	overflow:hidden;
	background:#fff;
	margin:0px;
	margin-bottom:5px;
	}

#acc .acc-content {
	padding:5px;
	border-top:none;
	background:#fff;
	line-height:2em;
	border-bottom:1px solid #CCCCCC;
	}
	
/***********editar programação em frontoffice****************/	
.editProg {
	padding:5px 0px 5px 0px;
	}	
	
/***************************************************************************************************************
PROPRIEDADES PARA Slide de Noticias
***************************************************************************************************************/	
.slider {
	width: 440px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin-bottom:10px;
	padding: 0px 10px 20px 0px;
}

/***************************************************************************************************************
PROPRIEDADES PARA Slide de Noticias - MUDANÇA MANUAL
***************************************************************************************************************/
.noticia_slide {
	width: 440px;
	height: 150px;
	background: #CBCE50;
	float: left;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	}

.noticia_detalhes_slide {
	float: left;
	width: 190px;
	padding:0px 10px 0px 10px;
	height:150px;
	}
	
.noticia_slide p {
	color:#FFFFFF;
	margin: 0px;
	padding:0px;
	}
	
.catDestaque {
	font-weight:bold;
	margin-top:5px;
	text-align:right;
	height:15px;
	}
	
.catDestaque a:link, .catDestaque a:visited {
	color:#FFFFFF;
	}
	
.catDestaque a:hover {
	color:#002F63;
	}
	
.catDestaque a:active {
	color:#FFFFFF;
	}
		
#parent1 ul {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
	
#parent1 li {
	padding: 0px;
	color: #ffffff;
	}

#parent1-menu {
	clear:both;
	width:448px;
	border-bottom:1px solid #CBCE50;
	border-left:1px solid #CBCE50;
	border-right:1px solid #CBCE50;
	}
		
#parent1-menu a:link, #parent1-menu a:hover, #parent1-menu a:visited {
	padding:1px 20px 1px 20px;
	}
	
#parent1-menu a.wactive {
	padding:1px 20px 1px 20px;
	background:#CBCE50 ;
	color: #eeeeee;
	}
	
.slider5 {
	width:450px;
	float: left;
	background-color:#FFFFFF;
	overflow: hidden;
	margin-bottom:10px;
	}
	
/*******************************************************************************************************************************
PROPRIEDADES DO LOGIN
*******************************************************************************************************************************/
.painel_login {
	z-index:1000;
	background-color:#B5BA05;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	font-size: 0.85em;
	width: 520px;
	position:absolute;
	left: 50%;
	margin-left:-260px;
	display:none;
	}

.painel_login .entrar {
	width: 200px;
	float: left;
	padding-left: 25px;
	}

.painel_login h1 {	
	text-align:left;
	font-size: 1.6em;
	height: 20px;
	padding-top: 20px;
	color: white;
	}

.painel_login form {
	margin: 0 0 10px 0;
	text-align:left;
	}

.painel_login .nomeEntrada {
	text-align:left;
	font-size:12px;
	}

.painel_login input {
	border: 1px #1A1A1A solid;
	background:#B5BA05;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 4px;
	color: white;
	display: block;
	}
	
.esquecerPW {
	font-size:11px;
	margin-top:20px;
	text-align:left;
	}
	
.esquecerPW a:link, .esquecerPW a:visited {
	color:#000000;
	}
	
.esquecerPW a:hover, .esquecerPW a:active {
	color:#FFFFFF;
	}			

.painel_login .sep {
	width: 1px;
	float: left;
	height: 195px;
	margin: 10px;
	border-right: 2px dashed #FFF;
	}

.painel_login .registar {
	float: left;
	width: 200px;
	padding-left: 25px;
	}

.painel_login input:focus {
	background:#CBCE50;
	}

.painel_login .button_login, .painel_login .button_register, .painel_login .button_login:focus, .painel_login .button_login:visited, .painel_login .button_login:focus, .painel_login .button_login:visited {
	padding:2px 5px 2px 5px;
	cursor: pointer;
	border: none;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	width:auto;
	height:auto;
	background-color:#FFFFFF;
	color:#333333;
	}
	
.painel_login .button_login:hover, .painel_login .button_register:hover {
	background-color:#EEEEEE;
	color:#333333;
	}
	
.painel_login .button_login:active, .painel_login .button_login:active {
	background-color:#FFFFFF;
	color:#333333;
	}		

.painel_login .loginClose {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 26px;
	height: 24px;
	}

.painel_login .loginClose a {
	display: block;
	width: 100%;
	height: 26px;
	background: url(../icones/fechar1_bt.jpg) no-repeat right 0;
	border: none;
	font-size: 0.9em;
	color: white;
	}

.painel_login .loginClose a:hover {
	background: url(../icones/fechar2_bt.jpg) no-repeat right 0;
	}     

#erros{
	text-align:left;
	color:#FF0000;
	margin-top:80px;
	float: left;
	width: 200px;
	padding-left:25px;
	font-size:14px;
	line-height:1.5em;
	}

/***** clear *****/
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
	}

.btn_login {
	background-color: #CCC;
	color: #FFF;
	border: none;
	cursor: pointer;
	width: 100px;
	height: 20px;
	}
	
/****************************************************************************************************************************
PROPRIEDADES DO REGISTO
*****************************************************************************************************************************/		
#msgbox {
	}
	
.tabelaRegisto {
	width:450px;
	}	
	
.tabelaRegisto input:focus, .tabelaRegisto textarea:focus, .tabelaRegisto select:focus, .tabela input:focus, .tabela select:focus, .tabela textarea:focus {
	background:#EEEEEE;
	}	

.messagebox {
	 position:absolute;
	 width:auto;
	 margin-left:5px;
	 background:#ffc;
	 color:#c93;
	 padding:2px;
	}

.messageboxok {
 	position:absolute;
 	width:auto;
 	margin-left:5px;
 	background:#C9FFCA;
 	padding:2px;
 	color:#008000;
	}

.messageboxerror {
	 position:absolute;
	 width:auto;
	 margin-left:5px;
	 background:#F7CBCA;
	 padding:2px;
	 color:#CC0000;
	}

/******* Componente HTML GENÉRICO*********/	
#htmlgenerico {
	margin:0px 0px 10px 0px;
	}	
	
/*******MOSTRAR PODCAST*********/	
.podcast {
	width:405px;
	color:#002F63;
	}
	
.podcast td {
	padding:5px;
	}		
		
/***************************************************************************************************************
PROPRIEDADES PARA IMPRESSÃO
***************************************************************************************************************/	
@media print {
#printInfo {
	display:block;
	font-size:14px;
	text-align:center;
	}
	
.printImagem {
	float:left;
	padding:0px;
	font-size:14px;
	}
	
.idLink {
	clear:both;
	text-align:left;
	padding-top:10px;
	}		

#header {
	height:75%;
	}	

.logo, .areaReservada, .pub1, .menu, #caminho, #pub, #listaGlobal, .slider5, .slider, #sidebar1, #sidebar2, #footer {
	display:none;
	}
	
#noticias {
	margin-top:10px;
	clear:both;
	width:75%;
	padding:0px;
	vertical-align:top;
	font-size:15px;
	line-height:2em;
	}
	
.noticiaq_elemento, .noticiaq_titulo, .noticia_titulo a:link, .noticia_titulo a:hover, .noticia_titulo a:visited,  .noticia_elemento p, .noticia_elemento p.more, .categoria, .noticia_elemento {
	width:100%;
	height:100%;
	margin-left:0px;
	padding-left:0px;
	}
	
		
.noticia_imagem, .noticia_imagem img, .detalheNoticiaTopo {
	margin-right:10px;
	margin-left:0px;
	width:230px;
	float:left;
	padding:0px;
	}
		
.corpoDetalhe, .categoriaDetalhe, .noticia_detalhes {
	float:right;
	padding:0px;
	width:66%;
	height:100%;
	}
	
.concelho {
	font-weight:bold;
	}	
	
.extras, .categoriaDetalhe a:link, .categoriaDetalhe a:visited, .categoria a:link, .categoria a:visited, .noticia_elemento p a:link, .noticia_elemento p a:visited {
	display:none;
	}

.noticia_tituloDetalhe, .descricaoDetalhe, .noticiaq_titulo a:link, .noticiaq_titulo a:visited, .noticiaq_elemento, .noticia_elemento, .noticia_detalhes {
	color:#000000;
	}
	
.noticia_tituloDetalhe {
	font-size:14px;
	}	
	
.detalheNoticiaTopo {
	border:none;
	}	

#morada {
	display:block;
	border-top:1px dashed #000000; 
	width:75%;
	padding-top:5px;
	}	

}	

/***************************************************************************************************************
PROPRIEDADES PARA Scroll de Noticias
***************************************************************************************************************/	
div.scrollable {    
 position:relative;     
 overflow:hidden; /* vertical scrollers have typically larger height than width */ 
 height: 1250px;     
 width: 450px;
  }  
  /* root element for scrollable items */ 
div.scrollable div.items {    
   position:absolute;      /* this time we have very large space for the height */ 
   height:20000em; 
   }
   
   /* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 1250px;	 
	width: 450px;
	/*border-top:1px dashed #ddd;*/
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	margin:10px 0;
	padding-right:10px;
	font-size:11px;
	height:200px;
	overflow:hidden;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:100px;
	width:153px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:11px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:450px;
	margin:10px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	/*color:#666;*/
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}


.nextPage{
	float:right;
}

.pLer{
text-align:right;
color:#999999;
font-weight:bold;
width:440px;
border-bottom:1px dashed #ddd;

}
	
.tituloScroll {
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:5px;
}

.concelhoScroll {
	color:#999;
	height:20px;
}

.corpoScroll{
	height:100px;
}


/***************************************************************************************************************
PROPRIEDADES PARA Tabs de Noticias
***************************************************************************************************************/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:25px;
	width:218px;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/* single tab */
ul.tabs li {
list-style:none; 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	width:72.6666666666667px;
	height:25px;
	background-color:#FFFFFF;
	color:#002F63;
	overflow:hidden;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	font-weight:bold;
	display:block;
	height: 25px;  
	line-height:25px;
	text-align:center;	
	text-decoration:none;
	color:#002F63;
	padding:0px;
	margin:0px;	
	position:relative;
	background-color:#FFFFFF;
}

ul.tabs a:active {
	outline:none;
	color:#002F63;	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#002F63;
	background-color:#EEEEEE;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {	
	cursor:default !important; 
	color:#002F63 !important;
	background-color:#EEEEEE;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
	margin:0px;	
}

.panes {
	background-color:#EEEEEE;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
}

.panes a:hover{
	overflow:hidden;
	color:#000099;
	text-decoration:underline;
}

.panes a, .panes a:visited {
	color:#002F63;
	overflow:hidden;
	text-decoration:none;
}

.panes ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px;
}

.panes li {
height:auto;
padding-bottom:7px;
}
