/* CSS específico do Formulário de Contacto */

.responseTitle { color: #165B6D; }

.responseFromAT { color: #001C44; }

.responseFromUser { color: #9AC516; }

.clickableTr td { 	height: 24px; }

.clickableTr:hover td 
{ 
	background-color:#E1EBED;
	color: #000;
	cursor:pointer;
}
	
.mensagem-nao-lida td
{
	color: #000;
	height: 24px;
	font-weight: bold !important;
}
	
.mensagem-nao-lida:hover td
{
	background-color:#CFCFCF;
	color: #000;
	font-weight: bold !important;
	cursor:pointer;
}

.clicked { background-color: #E1EBED; }
	
.bannerEBalcao 
{
	background: url(/pf/img/formularioContacto/logo_e_balcao_small.png);
	width: 130px;
	height:62px;
}

.traducao
 {
	 color:#1F9DB7;
	 line-height: 16px;
	 font-weight: bold;
 }

.text_ebalcao {
	font-size: 23px;
}

.icon_ebalcao {
	text-align: center !important;
}
