@charset "utf-8";

/* BOXES */

#loadingBox {
	position:absolute;
	color:#7a7a7a;
	display:none;
	z-index: 1600;
	width: 216px;
	height: 122px;
}

#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 {
	position: absolute;
	
	width: 400px;
	height: auto;
	
	border: 2px solid #FFF;
	background-color: #880026;
	padding: 10px;
	
	color: #FFF;
	display:none;
		
	z-index:1000;
}

#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:#FFE4C4;
	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;
}

.pseudoBtn{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #EEDFCC;
	border: 2px solid #880026;
	padding: 3px 2px 1px 2px;
	text-decoration: none;
	vertical-align: middle;
	height: 25px;
	color: #000;
	cursor: pointer;
}