.contentarea {
	padding-bottom: 0px;
}

.contentarea .barra-cinza {
	height: 510px;
	margin-bottom: -510px;
}

.tabela-entrada {
	width: 100%;
}

.subfooterarea {
	padding-bottom: 20px;
}

#mapa_entrada {
	margin: 0 auto;
}

#mapa_entrada:hover {
	cursor: default;
}

.projecto-pin:hover {
	cursor: pointer;
}

.popover-title a, .popover-title a:visited {
	color: #333;
}

.popover-title a:hover {
	text-decoration: none;
	cursor: pointer;
}

.botao-scroller {
	width: 90%;
	height: 20px;
	background-color: #FFCB00;
	float: left;
	text-align: center;
}

.botao-scroller:hover {
	cursor: pointer;
}

#vertical-ticker {
	width: 90%;
	height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

#vertical-ticker li {
	display: block;
	background: white;
	color: #333;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
	height: 80px;
	padding: 0px;
}
#vertical-ticker li.active{
	background-color: #E6E7E8;
}


.linha-projecto:hover {
	cursor: pointer;
}

div.botao-lista-abrir-tooltip{
	height: 60px;
	padding: 10px;
	margin-right: 31px;
}

div.botao-lista-abrir-tooltip:hover{
	background-color: #E6E7E8;
}

div.botao-ver-projeto {
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 31px;
	padding: 26px 6px;
	border-left: 1px solid #DDD;
	background: white;
}

div.botao-ver-projeto:hover{
	background-color: #E6E7E8;
}

span.nome-proj {
	font-size: 16px;
	font-weight: bold;
}

.nome-proj a, .nome-proj a:visited {
	color: #333;
}

.nome-proj a:hover {
	text-decoration: none;
	cursor: pointer;
}

span.categoria-proj {
	font-size: 14px;
	font-weight: normal;
}

.tooltip-ver-mais {
	float: right;
	height: 21px;
	width: 10px;
	padding: 3px 0px 3px 5px;
	background-image: url('../images/seta_links.png');
	background-repeat: no-repeat;
	background-position: center;
}

.icone-seta-cima {
	background-image: url('../images/seta_up.png');
	width: 15px;
	height: 8px;
	display: block;
	margin: 6px auto;
}

.icone-seta-baixo {
	background-image: url('../images/seta_down.png');
	width: 15px;
	height: 8px;
	display: block;
	margin: 6px auto;
}
