/*  BASE ------------------------------------------------------------------  */

html,
body {
	margin:0;
	padding:0;
	height:100%; /* necess�rio para a posi��o do footer ao fundo*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#f8f8f8;
	background-image:url(../images/back_repeat_top.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

img{
	border: 0;
}

/* CONTAINER ------------------------------------------------------------------ */


#container {
	min-height: 100%; /* necess�rio para a posi��o do footer ao fundo*/
	height:auto !important;
	height:100%;
	margin:0 auto;
	margin-bottom:-53px; /* margin-bootom � o valor negativo da altura do footer */
	width:950px;
}


/* HEADER ------------------------------------------------------------------ */

#header {
	height:110px;
	width:950px;
}

#header .logo { 
	float:left;
	padding:20px 0 0 0;
	width:186px;
}

#header .header { float:left;}

#login_top { float:right;}

#login_top .login { float:left; }
#login_top .registo { float:left; padding:0 0 0 1px;}


#menu{
	background-image:url(/media/images/menu_bar.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:505px;
	margin:0 auto;
	height:45px;
	padding:0 0 0 70px;
}

#menu2 {
	clear:both;
	padding-bottom:70px;
}

#content { padding: 0 0 20px 0;}

#content_left { float:left; width:186px; background-color:#f8f8f8;}
#content_left .banners { clear:both;}

#content_left .menu_left { padding:15px 0 30px 0;  overflow:auto;}
#content_left .inscrever { padding:0 0 20px 0; clear:both;}


#content_center {float:left; width:575px; background-color:#ffffff; text-align:center; margin-left:2px; padding:0 0 20px 0; }
#content_right { float:right; width:177px; padding-left:10px; background-color:#f8f8f8;}

#banner_right { padding:50px 0 0 0;}

#conteudo { width:553px; text-align:left; margin:0 auto;  padding:18px 0 18px 0;}



#push {
	height: 53px; /* tem de ter a mesma altura do footer */
	
}


/************************AREA PRIVADA ************************/

#menuprivado { padding:0 0 40px 0;}

#menuprivado ul { padding:0; margin:0;}

#menuprivado li {
	list-style:none;
}

#menuprivado li a:link,
#menuprivado li a:visited  {
	color:#24525e;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding: 6px 0 6px 25px;
	background-image:url(../images/seta_menu_privado.gif);
	background-repeat:no-repeat;	
	background-position:center left;
	width:146px;	
	border-bottom:1px solid #f0e9ed;
}

#menuprivado li a:hover,
#menuprivado li a:active {
	background-color:#eeeeee;
}

/****************** BLOCO ULTIMOS INSERIDOS *************************/

#bloco_listagem {
	background-image:url(../images/separador_bloco_listagem.gif);
	background-repeat:no-repeat;
	width:553px;
	padding:35px 0 0 0;
}

.ultimos_inseridos ul {
	padding:0;
	margin:0;
	padding-left:16px;
}

.ultimos_inseridos li {
	background-image:url(../images/seta.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 6px;
	list-style:none;
	line-height:20px;
}

.ultimos_inseridos li a:link,
.ultimos_inseridos li a:visited {
	color:#666666;
	text-decoration:none;
}

.ultimos_inseridos li a:hover { color:#000000;}

.ultimos_inseridos { float:left;}

/* FOOTER ------------------------------------------------------------------ */
#fotter_bg {
	height:53px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	clear:both;
}

#footer {
	margin: 0 auto;
	width:950px;
	height: 53px;
	color:#494949;
	vertical-align:top;
}

#footer .menu_footer {
	float:left;
	padding:23px 30px 0px 0px;
	color:#974679;
}

#footer .copy {
	float:left;
	padding:23px 0px 0px 70px;
}

#footer .assinatura {
	float:right;
	padding:19px 0px 0px 0px;
}

#footer .go { float:left;}
#footer .goweb { float:left; padding:8px 0 0 3px;}
#footer .goweb a:link { font-size:9px; text-decoration:none; color:#999999;}

#footer .menu_footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-image:url(../images/seta_footer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	padding-right:15px;
}
#footer .menu_footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-image:url(../images/seta_footer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	padding-right:15px;
}
#footer .menu_footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/seta_footer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	padding-right:15px;
}
#footer .menu_footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/seta_footer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	padding-right:15px;
}


/* LINKS GERAL ------------------------------------------------------------------ */

/* 
link -> visited -> hover -> active :: deve ser seguida esta ordem para formatar as anchors
http://www.w3.org/TR/CSS2/selector.html#dynamic-pseudo-classes
*/


a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;
	text-decoration:underline;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;
	text-decoration:underline;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#964477;
	text-decoration:underline;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#964477;
	text-decoration:underline;
}




/* PESQUISA ------------------------------------------------------------------ */

#search {
	height:23px;
}

#advanced_search input[type="text"]{
	border:0px;
	background-image:url(../images/caixa_pesquisa.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:19px;
	padding-top:3px;
	padding-left:5px;
	width:148px;
	color:#666666;
}

#advanced_search .checkbox { display:block; font-size:12px; padding:3px;}


#search input[type="text"]{
	border:0px;
	background-image:url(../images/caixa_pesquisa.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:19px;
	padding-top:3px;
	padding-left:5px;
	width:148px;
	color:#666666;
}


#Form_Pesquisa .link{
	padding-right:5px;
	padding-top:5px;
}

#Form_Pesquisa  .link a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5f5f5f;
	text-decoration:none;
	background-image:url(../images/seta_pesquisa_av.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}
#Form_Pesquisa  .link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5f5f5f;
	text-decoration:none;
	background-image:url(../images/seta_pesquisa_av.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}
#Form_Pesquisa  .link a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/seta_pesquisa_av.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}
#Form_Pesquisa  .link a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/seta_pesquisa_av.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
}

#pesquisa {
	background-image:url(../images/bg_pesquisa.gif);
	background-repeat:no-repeat;
	height:38px;
	padding:20px;
	margin-bottom:20px;
}


#pesquisa .pesquisa_label {
	color:#447986;
	font-size:10px;
}


#pesquisa input[type="text"]{
	background-color:#ffffff;
	border:none;
	padding:2px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	width:140px;
	margin-right:7px;
	float:left;
}

#pesquisa select { padding:1px;}

#seeknoticias { margin:0 auto; width:310px; }

#seekempresas { margin:0 auto; width:310px;}

#seekprodutos { margin:0 auto; width:440px;}

#seekorcamentos { margin:0 auto; width:280px;}



/*  MESSAGES ------------------------------------------------------------------  */
.messages {
}

.messages .error {
        font-weight:bold;
		background-image:url(../images/bg_error.gif);
		background-position:left;
		width:493px;
		padding:10px 0 0 60px;
		height:41px;
        font-weight:bold;
		color:#88283d;
		margin-bottom:10px;
		line-height:30px;
		
}

.messages .info {
        font-weight:bold;
		background-image:url(../images/bg_info.gif);
		background-position:left;
		width:493px;
		padding:10px 0 0 60px;
		height:41px;
        font-weight:bold;
		color:#293f6f;
		text-transform:uppercase;
		margin-bottom:10px;
		line-height:30px;
		
}


.messages .message {
		background-image:url(../images/bg_sucesso.gif);
		background-repeat:no-repeat;
		background-position:left;
		width:493px;
		padding:10px 0 0 60px;
		height:41px;
        font-weight:bold;
		color:#306a79;
		margin-bottom:10px;

}

.error_message {
		color:#88283d;
        font-size:10px;
}

label.required {
        font-weight:bold;
		background-image:url(../images/required.gif);
		background-position:center left;
		padding:0 0 0 8px;
		background-repeat:no-repeat;
}


/*  PAGINATOR ------------------------------------------------------------------  */

#paginator {	
	background-image:url(../images/bg_paginator.gif);
	background-repeat:no-repeat;
	width:551px;
	height:23px;
}


#paginator .paginatorBlock {
	float:right;
}

#paginator .total_rows_pages {
	padding:4px 0 0 5px;
}

#paginator a:link,
#paginator a:visited { 
	color:#333333;
}

#paginator a:hover{ 
	color:#000000;
}


#paginator a {
	line-height:22px;
	text-decoration:none;
	color:#333333;

}


#paginator .current {
	font-weight:bold;
	text-decoration:none;
	color:#333333;

	}

/*  PAGINATOR SIMPLES------------------------------------------------------------------  */

#paginator_simples {	
	background-image:url(../images/bg_paginator.gif);
	background-repeat:no-repeat;
	width:420px;
	height:23px;	
	float:right;	
}


#paginator_simples .paginatorBlock {
	float:right;
}

#paginator_simples .total_rows_pages {

}

#paginator_simples a:link,
#paginator_simples a:visited { 
	color:#333333;
}

#paginator_simples a:hover{ 
	color:#000000;
}


#paginator_simples a {
	line-height:22px;
	text-decoration:none;
	color:#333333;
}


#paginator_simples .current {
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}


#gerir_noticias .adicionar {
	float:left;
	background-image:url(../images/bg_paginator.gif);
	background-repeat:no-repeat;
	height:23px;
	width:133px;
}

#gerir_noticias .adicionar a:link,
#gerir_noticias .adicionar a:visited {
	background-image:url(../images/adicionar_noticia.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:2px 0 2px 20px;
	height:23px;
	line-height:20px;
	margin-left:10px;
	text-decoration:none;
	color:#538490;
}

#gerir_noticias .adicionar a:hover {
	color:#2c545e;
}

#gerir_noticias .pagin_simples {
	float:right;
}
/*******************************************************/



/*  FORM INPUTS ------------------------------------------------------------------ */

form {margin:0px;} 

/*.form_field_active{ background-color:#f5f5f5;} /*cor de fundo para campos seleccionados*/

input#password {
	background-color:#f2f2f2;
	border:none;
	padding:2px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	width:140px;
	margin-right:7px;
	float:left;
}

input#password_confirm {
	background-color:#f2f2f2;
	border:none;
	padding:2px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	width:140px;
	margin-right:7px;
	float:left;
}



/* para ao date-picker */
.date-picker-control{ float:left;}

/* botao para gerar password */
.span_passwordGenerator{padding:0px 0px 0px 3px; float:left;}

/*  OUTROS */

#history_back{padding-top:5px; border-top: 2px solid #eeeeee; text-align:right;}


/*************************** GERIR EMPRESAS **********************************/

#rte input[type=text] { 
	background-color:#eeeeee;
	border:none;
	padding:2px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	width:180px;
	margin-right:7px;
	float:left;
}

#rte textarea {
	background-color:#eeeeee;
	border:none;
	padding:2px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	width:220px;
	margin-right:7px;
	float:left;
	height:130px;	
}

select { font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:11px; }

/**************** MAPA SITE ***************/

#mapa_site ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#mapa_site li
{
margin: 0;
padding: 0;
list-style-type: none;
}

#mapa_site ul li.menuparent a{
	background-color:#558591;
	color:#ffffff;
}

#mapa_site ul li.menuparent ul li a{
	width:230px;
	padding-left:37px;
	color: #999999;
	background-color: #222222;
}

#mapa_site  a {
	display: block;
	color: #FFF;
	background-color: #558591;
	width:250px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#mapa_site ul li.menuparent a:hover,
#mapa_site  a:hover
{
background-color: #558591;
color: #FFF;
}

#mapa_site  li li a
{
display: block;
color: #558591;
background-color: #ffffff;
width:250px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #558591;
font-weight: bold;
}


