@charset "utf-8";
/* 
Rogério Adriano da Silva
Efeito opacidade fundo e carregando.

Usar na Pagina
<style>
<? if(!strstr($_SERVER["HTTP_USER_AGENT"], "MSIE 6")){ ?>
#IMAGEM { position:fixed; top:45%; }
<? } else { ?>
#IMAGEM { position: absolute; top:expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+200+"px" : body.scrollTop+200+"px"); }
<? } ?>
</style>

*/
body { margin:0px 0px 0px 0px; }
#CARREGANDO {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 750px;
	background-color:#000000;
	z-index:98;
}
#IMAGEM {
	left:45%;
	width:120px;
	height:70px;
	background:#FFF ;
	border: 1px solid #767676;
	font-weight:bold;
	text-align:center;
	z-index:99;
}
#MENSAGEM {
	left:28.5%;
	width:536px;
	height:500px;
	z-index:99;
	visibility:hidden;
}
#MENSAGEM #Mtopoleft 	{ background: url(../../images/rounded-white.png) no-repeat; }
#MENSAGEM #Mtopo	 	{ background: url(../../images/rounded-white.png) 0px -40px repeat-x; }
#MENSAGEM #Mtoporight	{ background: url(../../images/rounded-white.png) -28px 0px  no-repeat; } 
#MENSAGEM #Mleft	 	{ background: url(../../images/rounded-white.png) 0px -90px repeat-y; } 
#MENSAGEM #Mright	 	{ background: url(../../images/rounded-white.png) -28px -90px repeat-y; }
#MENSAGEM #Mbottomleft	{ background: url(../../images/rounded-white.png) 0px -25px no-repeat; }
#MENSAGEM #Mbottom		{ background: url(../../images/rounded-white.png) 0px -65px repeat-x; }
#MENSAGEM #Mbottonright	{ background: url(../../images/rounded-white.png) -28px -25px no-repeat; }
#MsgFecha a { background:url(../../highslide/graphics/closeX.png) no-repeat; }
#MsgFecha a:Hover { background:url(../../highslide/graphics/closeX.png) 0px -16px no-repeat; }
#ViewMENSAGEM { background-color:#FFFFFF; }
#ViewMENSAGEM .rolagem {
	padding:0px 4px 0px 4px; 
	width:510px;
	height:450px;
	overflow:auto;
	background-color:#FFFFFF;
}
#MsgAnt a 	{ background:url(../../highslide/graphics/controlbar-white.gif) -5px -6px; }
#MsgAnt a:hover	{ background:url(../../highslide/graphics/controlbar-white.gif) -5px -36px; }

#MsgPro a 	{ background:url(../../highslide/graphics/controlbar-white.gif) -94px -6px; }
#MsgPro a:hover	{ background:url(../../highslide/graphics/controlbar-white.gif) -94px -36px; }