@charset "iso-8859-1";

div#preload { display: none; }

a.link_cinza11:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;

}
a.link_cinza11:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;

}
a.link_cinza11:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;

}
a.link_cinza11:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;

}

a.link_cinza_escuro11:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	text-decoration:none;

}
a.link_cinza_escuro11:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	text-decoration:none;

}
a.link_cinza_escuro11:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AAAAAA;
	text-decoration:none;

}
a.link_cinza_escuro11:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	text-decoration:none;

}

.txt_normal_br {
	font-family: Tahoma;
	font-size: 11px;
	color: #888888;
	line-height: 16px;
	text-decoration: none;
}
.tt_normal_br {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFF;
	line-height: 28px;
	text-decoration: none;
}

.txt_normal_nav {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.txt_normal_dourado {
	font-family: Tahoma;
	font-size: 11px;
	color: #AA7733;
	line-height: 16px;
	text-decoration: none;
}
.txt_normal_dourado_nav {
	font-family: Tahoma;
	font-size: 14px;
	color: #AA7733;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}


.txt_cinza_escuro_br {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	line-height: 16px;
}

.txt_branco_br {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}

.txt_preto_br {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

.txt_alerta_br {
	font-family: Tahoma;
	font-size: 11px;
	color: #DF2028;
	line-height: 16px;
}

.input	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:220px;
	height:18px;
	color: #7F7F7F;
	background-color: #F8F8F8;
	padding-left:2px;
	padding-right:2px;
	border: 1px solid #7F7F7F;
}
.button	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #7F7F7F;
	cursor:pointer;
	height:19px;
	width:50px
}
.form_contato{
	background-color:#000000;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	width:260px;
	height:15px;
	font-family:Tahoma;
	font-size: 11px;
	color:#666666;
	vertical-align:middle;
}

/* CSS SUBMODAL */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #FFFFFF;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url(../images/maskBG.png) !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;

}
#popupInner {
	/*border: 2px solid #FF0000;*/
	width:641px;
	height:556px;
	/*background-color: #FF0000;*/
	/*background-image:url(../images/bg_pop.png);*/
}

#popupFrame {
	/*margin: 0px;*/
	/*
	width: 446px;
	height: 100%;*/
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	/*background-color: #ffffff;*/
	/*background-image:url(../images/maumau_logo_pop.jpg);*/
	/*background-repeat:no-repeat;
	background-position:center;*/
	/*color: #ffffff;*/
	font-weight: bold;
	height: 0px;
	padding: 0px;
	
	/*
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	*/
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:center;
	font-size: 1.1em;
	/*background-color:#000000;*/
}
#popupControls {
	float: right ;
	cursor: pointer;
	cursor: hand;	
}

/* RTA BRANCO PNG*/
* html img {
filter:expression(
this.alphaxLoaded ? "" :
(
this.src.substr(this.src.length-4)==".png"
?
(
(!this.complete)
? "" :
this.runtimeStyle.filter=
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
String(this.alphaxLoaded=true).substr(0,0)+
(this.src="images/blank.png").substr(0,0)
)
:
this.runtimeStyle.filter=""
)
);
}

