/* TABELAS REDONDAS */

.t {
	background: url(/img/linha_sup.gif) 0 0 repeat-x;
	width: 100%;
}
.b {
	background: url(/img/linha_inf.gif) 0 100% repeat-x;
}
.l {
	background: url(/img/linha_esq.gif) 0 0 repeat-y;
}
.r {
	background: url(/img/linha_dir.gif) 100% 0 repeat-y;
}
.bl {
	background: url(/img/canto_inf_esq.gif) 0 100% no-repeat ;
	width: 100%;
} 
.br {
	background: url(/img/canto_inf_dir.gif) 100% 100% no-repeat;
} 
.tl {
	background: url(/img/canto_sup_esq.gif) 0 0 no-repeat;
} 
.tr {
	background: url(/img/canto_sup_dir.gif) 100% 0 no-repeat; 
	padding:10px;
} 
.clear {
	font-size: 1px; height: 1px
}

/* FIM TABELAS REDONDAS */


 div.conteudo
{
	background-color:#e2e9f6;
	padding: 1%;	
}

.errovermelho		{
	font-family:tahoma;
	font-size:10pt;
	color:red;
	font-weight:bold;
	font-style: normal;
}

.sucessoverde	{
	font-family:tahoma;
	font-size:10pt;
	color:green;
	font-weight:bold;
	font-style: normal;
}

.texto_cinza		{
	font-family: tahoma,arial;
	font-size: 85%;
	color:#54626F;
}

table.registo_tbbg	{
	background-color: #E2E9F6;
}

.labelt 		{
text-align:left;
	font-family:tahoma;
	font-size : 85%;
	color:#54626F;
	font-weight:bold;
	font-style: normal;

}

div#formulario, div.formulario {
   padding-left   : 10%;
   padding-right  : 10%;
   padding-bottom : 10%;
   padding-top    : 5%;
}

div#formulario_reg {
  padding : 5%;
}

.texto_azul		{
	color: #00288A;        
}

.border_priv {
  border : solid 1px #BDC4D3;
  padding : 0.2em;
  margin : 0.3em; 
}

input	{
		font-family: tahoma,arial;
		font-size: 85%;
		color: #54626F;
}

select	{
		font-family: tahoma,arial;
		font-size: 85%;
		color: #54626F;
}

td.new_center {
  padding-left    : 1em;
  padding-bottom  : 0.3em;
}

		
td.mensagem{
	font-family:tahoma;
	font-size:8pt;
	color:#54626F;
	font-weight:normal;
	background-color: #E4E6EB;
	border: 1px solid;
	border-color: #B9C8E3;
	text-align: justify;
	padding:8px;
}

table.perfil {
	border: 1px solid #C0C0C0; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1;
	border-color: #B9C8E3
	
}
td.menuperfil	{
	font-family:tahoma;
	font-size:90%;
	font-weight:bold;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:2px;	
	vertical-align: bottom;
}

td.menuperfil_txt		{
	font-family:tahoma;
	font-size : 85%;
	font-weight:bold;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:3px;	
	vertical-align: bottom;
}
a.menuperfil	{
		font-family:tahoma;
		font-size:90%;
		font-weight:normal;
		font-style: normal;
		text-decoration:none;
		}
a.menuperfil:link	{ color:#126ABF; }			
a.menuperfil:visited	{ color:#126ABF; }
a.menuperfil:active	{ color:#126ABF; }
a.menuperfil:hover	{ color:#90C5F9; }	

a.menuperfil_sel	{
		font-family:tahoma;
		font-size:90%;
		font-weight:bold;
		font-style: normal;
		text-decoration: none;
}
a.menuperfil_sel:link	{ color:#126ABF; }			
a.menuperfil_sel:visited	{ color:#126ABF; }
a.menuperfil_sel:active	{ color:#126ABF; }
a.menuperfil_sel:hover	{ color:#90C5F9; }

div.registo {
  margin-left  : 10%;
  margin-right : 10%;
}

div.form_opiniao {
  margin : 2em;
}

div.form_pesclarecimento {
   padding-left   : 5%;
   padding-right  : 5%;
   padding-bottom : 10%;
   padding-top    : 5%;
}

div.form_pinformacao {
   padding-left   : 10%;
   padding-right  : 10%;
   padding-bottom : 10%;
   padding-top    : 5%;
}

.perfil {
  font-size : 80%;
  border: 1px solid #B9C8E3; 
  padding-left: 0.5em; 
  padding-right: 0.5em; 
  padding-top: 0.2em; 
  padding-bottom: 0.2em;
  height : 100%;
  display : table;
}

div.div_esq_80 {
  /*float : left;*/
  width : 0%;
}

.asterisco {
  color : #CC0033;
}