* {
	margin: 0 auto 0 auto;
}

#topo {
	width: 98%;
	/*height: 20px;*/
	background-color: #fcfcfc;
	border-top: 5px solid #008B45;
	/* borda superior na p�gina mais escura*/
	
/* border-bottom: 2px dotted #666;	*/
	/* P�e os pontos no limite inferior */
	
	padding-top: 90px; /* Dist�ncia do Topo*/ /*  font-size: x-large;*/
	border-radius: 10px;
}

/* ESTRUTURA */
#geral {
	width: 100%;
	text-align: left;
}

/* Posicao do Logotipo GIP */
#logo { /* OK */
	position: absolute;
	width: 481px;
	height: 86px;
	top: 8px;
	left: 40px;
	background-image: url(../logo/GIPlogo.jpg);
	background-size:480px 85px;
	background-repeat: no-repeat;
}

/* Posicao do Logotipo  */
#logoIndex { /* OK */
	position: absolute;
	width: 481px;
	/* background-color: yellow;
	height: 79px; */
	height: 86px;
	top: 8px;
	right: 40px;
	background-image: url(../logo/GIPlogo.jpg);
	background-size:480px 85px;
	background-repeat: no-repeat;
}

/* AREA DE AUTENTICAO */
#areaReservada { /* OK */
	position: absolute;
	right: 120px;
	width: 300px;
	height: 160px;
	top: 110px;
	padding: 10px;
	text-align: center;
	background-color: #f4f9f3;
	border-radius: 10px;
}

#areaReservada h2 {
	text-align: center;
	background-color: #FFF;
}

body {
	text-align: center;
	min-height: 100%;
	margin: 0 auto;
	font: 80% "Trebuchet MS", Verdana, Arial, Tahoma;
	background-color: #008B45;
}

/* Local do Texto que mostra quando um utilizador se autentica */
#topoUser {
	position: absolute;
	top: 55px;
	right: 40px;
	width: auto;
	height: 25px;
	text-align: right;
}

/* Cor do Texto que mostra quando um utilizador se autentica */
#topoUser h3 {
	color: #000000;
}

.sair {
	color: #008B45;
}

/* Retira os Pontos por defeito */
ul {
	list-style: none;
}

p {
	margin-bottom: 10px;
}

h1 {
	margin-bottom: 5px;
	color: #006400;
	font-size: 170%;
}

h2 {
	margin-bottom: 2px;
	color: #81C281;
	font-size: 150%;
}

h3 {
	color: #c01f1f;
	font-size: 130%;
	text-align: left;
}


h3 {
	color: #709AFE;
	font-size: 130%;
	text-align: left;
}

/* MENU */
#menu {
	width: 95%;
	background-color: #008B45;
	text-align: right;
}

#menu ul { /*   height: 1%;*/
	display: table;
}

#menu ul li {
	float: left;
	margin: 0px 5px;
}

#menu ul li a {				/* Unselected Menu */
	display: block;
	/*float: right;*/
	padding: 5px 12px;
	background-color: #008B45;
	color: #fcfcfc;
	font-weight: bold;
}

#menu a:hover,#menu .current_page_item a {
	background: #9acd32;
	color: #000000;
	text-decoration: none;
}

#menu .select {
	background: #fcfcfc;
	color: #000000;
	text-decoration: none;
}

/* Fim Formata��o do Menu */
#conteudo {
	width: 98%;
	background-color: #f4f9f3;
	/*background-color: #FFF;*/
	color: #000000;
	padding: 1px;
	border-radius: 10px;
}

#conteudo p {
	text-align: justify;
}

/* RODAP� */
#rodape {
	text-align: center;
	padding: 10px;
}

#rodape a {
	color: #54A4FC;
}

#rodape a:hover {
	text-decoration: none;
}

/* SOMBREADO DAS TABELAS */
.somb1 {
	background-color: #00CD66;
	font-size: 12pt;
}

.somb2 { 
	background-color: #00FF7F;
	font-size: 11pt;
}

.par {
	background-color: #D3D3D3;
}

.colunaCor {
	background-color: #D3D3D3;
}

.colunaCor1 {
	background-color: #a9a9a9;
}

#tabela_user {
	position: relative;
	margin-top: 3px;
}

#listar {
	position: absolute;
	top: 125px;
	right: 2%;
	/*margin-right: 10%;*/ /*	margin-left: 10%;*/
}

#fotografia {
	position: absolute;
	top: 170px;
	right: 35px;
	background-repeat: no-repeat;
	border-top: 5px solid #666;
	/* borda superior da fotografia mais escura*/
	border-left: 5px solid #666;
}

#menueditar {
	position: absolute;
	width: 150px;
	height: 158px;
	top: 240px;
	left: 1095px;
	text-align: left;
	background-color: white;
	border: 2px solid #666;
}

#anos {
	font-size: 120%;
	color: #1d6b14;
}

.mostra {
	font-size: 120%;
	color: #1d6b14;
}

/* Posi��o da imagem Alerta.gif */
#alerta { /* OK */
	position: absolute;
	top: 35px;
	left: 550px;
}

#alerta1 { /* OK */
	position: absolute;
	top: 35px;
	left: 590px;
}

#alerta2 { /* OK */
	position: absolute;
	top: 35px;
	left: 630px;
}