@charset "utf-8";

/* BOXES */

#loadingBox {	
	position:fixed;
	bottom:0;
	left:0;
	color:#FFF;
	display:none !important;
	z-index: 1600;
	width: 100%;
	height: 17px;
	background: #871529;
	text-align:center;	
}

#messageBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #880026;
	border: 2px solid #FFF;
	position: absolute;
	width: 300px;
	height: auto;
	min-height: 50px;
	color: #FFF;
	text-align: center;
	display: none;
	z-index: 1000;
	padding: 20px 10px 0 10px;
}

#confirmBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #880026;
	border: 2px solid #FFF;
	position: absolute;
	width: 300px;
	height: auto;
	min-height: 50px;
	color: #FFF;
	text-align: center;
	display: none;
	z-index: 1000;
	padding: 20px 10px 0 10px;
}

#confirmBox div.message{
	height: auto;
	min-height: 30px;
	padding: 0 10px 20px 10px;
}

#confirmBox div.message strong{
	color: #F5F5DC;
	font-size: 16px;
	font-weight: bold;
}

#confirmBox div.message a{
	color: #FFE4C4;
	text-decoration: underline;
}

#confirmBox div.btns{
	padding: 0 0px 20px 0px;
}

#confirmBox div.btns a.pseudoBtn{
	border-color: #000;	
}

#confirmBox div.btns a.pseudoBtn:hover{
	border-color: #FFF;	
}

#freeBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F4E2BF;
	
	border: 2px solid #880026;
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	min-width: 400px;
	min-height: 100px;	
	
	display: none;
	z-index: 1000;
	
	padding: 20px 10px 20px 10px; 
}

.freeFloatBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F4E2BF;
	
	border: 2px solid #880026;
	
	position: absolute;
	
	width: auto;
	height: auto;
	
	min-width: 400px;
	min-height: 100px;	
	
	display: none;
	z-index: 200;
	
	padding: 20px 10px 20px 10px; 
}

#errorBox {
	position:absolute;
	width:400px;
	height:400px;
	border-style:solid;
	border-color:red;
	background-color:#FFF;
	display:none;	
	z-index:1000;
}

#errorBoxHtml {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    color: #000000;
    display: none;
    height: auto;
    padding: 10px;
    position: absolute;
    width: 600px;
    z-index: 1000;
    overflow: auto;
}

#errorBoxHtml #errorBoxHtmlText{
	margin: 30px 0 0 0;
}

#errorBoxHtml #errorBoxHtmlText a{
	color: #CDC0B0;
	font-style: italic;
}

#errorBoxHtml #errorBoxHtmlText div.errorContent{

}

#errorBoxHtml #errorBoxHtmlText div.errorContent h1{
	color: #1F84C7;
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px;
}

#errorBoxHtml #errorBoxHtmlText div.errorContent h2{
	margin:0 0 20px;
}

#errorBoxHtml a.pseudoBtn{
	border-color: #000;
	float: right;
}

#errorBoxHtml a.pseudoBtn:hover{
	border-color: #FFF;	
}

#errorBoxText {
	width:100%;
	height:90%;
}

#blackLayer {
	width:100%;
	height:100%;
	background-image: none;
	background-color:#000000;  /* aqui você coloca a cor de fundo da div e abaixo, diminui a opacidade dela */
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	padding:0;
	margin:0;
	display:none;
}

#overlayer {
	z-index:100;
}

div.localLoading {
	height: 48px;
	padding: 16px 0 0 0;	
}

div.localLoading div{
	width: 48px;
	margin: 0 auto;
}

#topAlert {
	border-bottom:thin solid #66CCFF;
	background: #1F84C7;
	color: #FFF;
	display:none;
	font-size:24px;
	height:50px;
	left:0;
	line-height:50px;
	opacity:0.8;
	padding:10px;
	position: fixed;
	right:0;
	text-align:center;
	top:0;
	z-index:99999;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
