body{
	margin-top:2px;
	background:url(./bg.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	background-attachment: fixed;
}

img.middle { 
	vertical-align: middle; 
}
 
.xdesign_centro{
	background-color:#ffffff;
}

.xcentro_barra_topo{
	font-family: 'Arial';
	font-size: 10px;
	color: #FFFFFF;
	font-weight:  bold;
	text-decoration: none;
	background-color: #479ecf;
}

.menu ,a.menu,a.menu:link,a.menu:visited,a.menu:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#97BC3F;
	text-decoration: none;
	font-weight: bold;
}

.menus{
	background-color: #006fad;
}

.conteudo_titulos{
	font-family: Tahoma;
	font-size: 16px;
	color:#cc0000;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}


.form_tit{
	font-family: Tahoma;
	font-size: 12px;
	color:#479ecf;
	text-decoration: none;
	font-weight: bold;
	text-align:left;
}


.xfooter_main {
	font-family: 'Arial';
	font-size: 10px;
	color: #ffffff;
	font-weight:  bold;
	text-align: center;
	text-decoration: none;
	background-color: #479ecf;
	height: 32px;
	width:860px;
}

.xfooter_espaco {
	padding-top: 10px;
	background-color: #ffffff;
}
.xfooter_linha{
	background-color:#479ecf;
	font-size:1px;
	height: 6px;
}
.xfooter_link{
	font-family: 'Arial';
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
	font-weight:  bold;
}
a.xfoot_link:hover{
	font-family: 'Arial';
	font-size: 9px;
	color: #000000;
	font-weight:  bold;
	text-decoration: none;
}


/*para janela de contactos e dominios*/
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

