/*		CSS DOCUMENTS
	
		Ficheiro: 		style.css
		Pasta:		(include)
	
		Design by:		Liz-Online
					http://www.liz-online.pt

		Empresa:		Lena Ambiente SA
		Site: 			http://www.lenambiente-sa.pt/
		
		Pb 	2008/09/30

	---------------------------------------------*/
	
/* ****************************************************** BODY ****************************************************** */ 
	
body{
	margin:0 auto;
	padding:0;

	font-family: Verdana;	
	font-size: 11px;
	color: #404040;
	
	text-align: center;
	
	background: url("images/fundo5.jpg") top left repeat-x #FFFFFF;
}

/* ****************************************************** GERAIS ****************************************************** */ 
a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/* ******************************************************  ****************************************************** */

input, table, form, td, tr{
	font-size: 11px;
	font-family: Verdana;
}

/* ****************************************************** divId CLEAR ****************************************************** */

#clear, .clear{
	clear: both;
}

/* ****************************************************** divClass NONE ****************************************************** */
.none{
	display:none;
}

/* ****************************************************** divId GLOBAL ****************************************************** */

#global{
	
	
	width: 100%;
	height: 100%;
	

}

/* ****************************************************** divId HEADER ****************************************************** */
#header{
	width: 950px;	
	height: 100px;
	text-align: center;

	margin-left: auto; margin-right: auto;
}

#header #areaLogos{
	margin: 0;
	padding: 0;
	
	width: 100%;
	text-align: center;
}

#areaLogos .logoEmpresa{
	float: left;
	
	padding-left: 4px;
	padding-top: 30px;
}

#areaLogos .foto{
	float: left;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}


#areaLogos .logoCE{
	float: left;
	
	padding-right: 5px;
	padding-top: 30px;
}

/* ****************************************************** divId LINHAVERDE ****************************************************** */

#linhaVerde{
	width: 100%;
	height: 30px;
	
	background-color: #4F7F1B;
	
	left: 0;
}

/* ****************************************************** divId PESQUISA ****************************************************** */

#areaPesquisa{
	width: 950px;
	height: 15px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 5px;
	padding-right: 2px;	
}

#pesquisa{	
	text-align: right;

}

/* ****************************************************** divId AREACONTENT ****************************************************** */

#areaContent{
	width: 950px;
	margin-left: auto; margin-right: auto;
}

/* ****************************************************** divId MENU ****************************************************** */

#menu{
	width: 250px;
	float: left;
	
	text-align: left;
	
	font-size: 12px;
	font-weight: bold;
	
	color: #4F7F1B;
	
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	padding-top: 10px;
	border: 1px solid #7E7F7A;
	
	background-color: #FFFFFF;
}

#menu ul{
	
}

#menu ul li{	
	list-style: none;
	margin-bottom: 10px;
}

#menu a{
	text-decoration: none;
	color: #4F7F1B;	
}

#menu a:hover{
	text-decoration: none;
	color: #4F7F1B;
}

#menu ul li img{

}

/* ****************************************************** divId CONTEUDO  ****************************************************** */
#conteudo{
	width: 620px;
	height: 100%;
	
	float: right;

	background-color: #D9E3CD;
	
	padding: 10px 20px;
}


#conteudo h1{
	padding-top: 10px;
	
	text-align: left;
	
	font-size: 14px;
	color: #01236A;
}

#conteudo p{
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	*/
}


/* ****************************************************** divId NAVEGA  ****************************************************** */
#navega{
	text-align: right;
	
	font-size: 9px;
	
	padding-right: 20px;
}

#navega a{
	color: #4F7F1B;
	font-weight: bold;
}


/* ****************************************************** divId STAGETOPCENTRAL  ****************************************************** */
#stageTopCentral{
	text-align: left;
}

#stageTopCentral a{
	color: #4F7F1B;
	text-decoration: none;
}

#stageTopCentral a:hover{
	color: #4F7F1B;
	text-decoration: underline;
}

#stageTopCentral img{
	padding-left: 20px;
	padding-right: 5px;
	
	padding-top: 5px;
}

#stageTopCentral #textoConteudo, #stageTopCentral #resumo{
	color: #404040;
	
	padding: 0 50px;
	
	font-size: 11px;
	text-align: justify;
	
	line-height: 1.3;
}

#stageTopCentral #textoConteudo p, #stageTopCentral #resumo p{
	text-align: justify;
}

/* ****************************************************** divId TABELASUBMENU  ****************************************************** */

#tabelaSubMenu{
	font-size: 12px;
	font-weight: bold;
}


#tabelaSubMenu tr td a{
	text-decoration: none;
	color: #4F7F1B;
}

#tabelaSubMenu tr td a:hover{
	text-decoration: none;
	color: #4F7F1B;
}







/* ****************************************************** divId TABELAINDICADORES  ****************************************************** */

#tabelaIndicadores, #tabelaFormularioContactos, #tabelaFormularioRH{
	width: 100%;
	font-size: 10px;
}

#tabelaIndicadores #tdTitulo, #tabelaFormularioContactos #tdTitulo, #tabelaFormularioRH #tdTitulo{
	
	background-color: #4F7F1B;
	color: #FFFFFF;
	
	font-weight: bold;
	
	width: 200px;
}

#tabelaIndicadores #tdConteudo, #tabelaFormularioContactos #tdConteudo, #tabelaFormularioRH #tdConteudo{
	/*
	background-color: white;
	border: 1px solid green;
	*/
	border: 1px solid green;
}

/* ****************************************************** divId TABELAINQUERITOFORNECEDORES ****************************************************** */

#tabelaInqueritoFornecedores{
	
}

#tabelaInqueritoFornecedores #tdTitulo{
}

#tabelaInqueritoFornecedores #tdConteudo{

	
}

/* ****************************************************** divId TABELALISTARESIDUOS  ****************************************************** */
#tabelaListaResiduos{
	margin-left: 30px;
	margin-right: 30px;
	
	
}

#tabelaListaResiduos #tdTitulo{
	width: 30px;
	font-weight: bold;
	
	text-align: center;
	
	border-bottom: 1px dotted green;
}

#tabelaListaResiduos #tdConteudo{
	padding-top: 5px;
	padding-bottom: 5px;

	text-align: justify;
	border-bottom: 1px dotted green;
}

/* ****************************************************** divId TABELALISTAFICHEIROS  ****************************************************** */
#tabelaListaFicheiros{
	width: 80%;
}

#tabelaListaFicheiros #tdImagem{
	width: 26px;
	font-weight: bold;
	
	text-align: center;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px dotted green;
}

#tabelaListaFicheiros #tdConteudo{
	padding-top: 5px;

	text-align: justify;
	border-bottom: 1px dotted green;
}

/* ****************************************************** divId CERTIFICADOS  ****************************************************** */
#certificados{
	width:250px;
	float: left;
	margin:10px;
}

#certificados img{
	margin:5px 0;
}

/* ****************************************************** divId HOME  ****************************************************** */
#home{
	font-size: 12px;
	text-align: left;
}

#home h1{
	padding-top: 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #01236A;
}

#home .texto{
	padding-top: 40px;
	line-height:1.5;
}


