/* ---------- Lista da Esquerda -----*/
#projeto-esquerda {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
	height: 80px;
}
#projeto-esquerda img { border: none; cursor: pointer; }
#projeto-esquerda-lista-wrapper {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 165px;
	height: 340px;
	overflow: auto;
	background-color: #f6f6e9;
	display: none;
}
#projeto-esquerda-lista { margin: 10px 0px 10px 13px; }
#projeto-esquerda-lista ul, #projeto-esquerda-lista li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 130px;
}
#projeto-esquerda-lista li { margin: 0 0 4px 0; }
#projeto-esquerda-lista li.atual { color: black; font-weight: bold; }
#projeto-logo {
	position: absolute;
	left: 595px;
	top: 0px;
	width: 195px;
	height: 55px;
}
#projeto-logo img { border: none; }
#projeto-esquerda-lista a:link { color: #666; text-decoration: none; }
#projeto-esquerda-lista a:visited { color: #999; text-decoration: none; }
#projeto-esquerda-lista a:hover { color: #F60; text-decoration: none; }

/* ---------- Detalhes do projeto -----*/
#projeto-imagem {
	position: absolute;
	left: 185px;
	top: 50px;
	width: 400px;
	height: 350px;
}
#projeto-informacoes {
	position: absolute;
	left: 605px;
	top: 55px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
}
#projeto-titulo { font-size: 12px; font-weight: bold; color: #f60; }
#projeto-subtitulo { font-size: 12px; color: #f60; }
#projeto-cliente { font-size: 10px; color: #666; margin: 4px 0 0 0; }
#projeto-cliente a:link, #projeto-cliente a:visited { color: #666; text-decoration: none; }
#projeto-cliente a:hover { color: #f60; text-decoration: none; }
#projeto-ano { font-size: 10px; color: #666; }
#projeto-ano a:link, #projeto-ano a:visited { color: #666; text-decoration: none; }
#projeto-ano a:hover { color: #f60; text-decoration: none; }
#projeto-descricao { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: black; line-height: 130%; margin: 6px 0 0 0; }
#projeto-premios-chamada {
	font-size: 10px;
	font-weight: bold;
	color: black;
	cursor: pointer;
	margin: 3px 0 0 -13px;
}
#projeto-premios-chamada img { width: 10px; margin: 0 3px 0 0; }
#projeto-premios-area {
	visibility: hidden;
	z-index: 1000;
	position: absolute;
	right: 201px;
	top: 58px;
	width: 170px;
	display: block;
	background: white;
	border: solid 1px #ddddcc;
	padding: 5px 2px 5px 2px;
	filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
}
div.projeto-premios-premio {
	position: relative;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0 ;
}
div.projeto-premios-premio img {
	margin: -3px 5px 0 0;
	float: left;
	width: 10px;
	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}
div.projeto-premios-premio span {
	display: block;
	margin: 0 0 0 15px;
	color: black;
	filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}
#projeto-parceiros {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; color: #666;
	line-height: 130%;
	border-bottom: solid 1px #dbdbc2;
	margin: 6px 0 6px 0;
	padding: 0 0 6px 0;
}

/* ---------- Area de navegacao de Imagens ----- */
#projeto-baixo {
	position: absolute;
	bottom: 25px;
	left: 605px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
}
#projeto-nav { height: 20px; font-size: 10px; color: #666; color: black; }
#projeto-nav span { margin: 0 3px 0 3px; }
#projeto-nav img { border: none; margin: 0 2px -4px 2px; }
#projeto-nav a:link img { filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; }
#projeto-nav a:visited img { filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; }
#projeto-nav a:hover img { filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}

/* ---------- Projetos relacionados -----*/
#projeto-rel { border-bottom: solid 1px #dbdbc2; padding: 0 0 5px 0; margin: 0 0 5px 0; }
#projeto-rel-titulo { font-size: 10px; font-weight: bold; color: #f60; margin: 0 0 3px 0; }
#projeto-rel ul, #projeto-rel li {
	font-size: 10px;
	color: #666;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 155px;
}
#projeto-rel a:link { color: #666; text-decoration: none; }
#projeto-rel a:visited { color: #999; text-decoration: none; }
#projeto-rel a:hover { color: #F60; text-decoration: none; }
