/* ############### Formulário ############### */
.fieldError {
  border: 1px solid black;
  background: red;
  color: white;
  font-weight: bold;
  padding: 3px;
  position: relative;
  top: -15px;
  left: 20px;
  z-index: 10;
}

.errorImg {
  position: relative;
  display: block;
  margin: 0px;
  margin-top: -16px;
  margin-left: 23px;
  z-index: 11;
}

/* ###############  CONFIRM BOX ############### */
#confirmBox {
	visibility: hidden;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -190px;
	z-index: 99;
	min-height: 120px;
	height: auto;
}
body>html #confirmBox {
	min-height: 120px;
}
#confirmBox .shadowConfirmBox {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 240px;
	min-height: 100px;
	background-color: #cccccc;
	z-index: 1;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

}
#confirmBox .confirmBoxcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	min-height: 112px;
	height: auto;
	background-color: #ffffff;

	background-position: left;
	background-repeat: repeat-y;
	z-index: 3;
	border: 1px solid black;
}
#confirmBox .confirmBoxcontent p {
	margin-bottom: 5px;
	color: #000000;
}
.questIcon, .helpIcon {
	position: relative;
	margin-top: -1px;
	left: -3px;
	z-index: 3;
}
.questIcon {
	margin-top: 0px;
}
.questInfo {
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	padding: 0px 20px 0px 20px;
}
.questDesc {
	margin: 5px;
	margin-top: 0px;
	padding: 5px;
	text-align:center;
}
#confirmAddBox {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -190px;
	z-index: 99;
	height: auto;
}
#confirmAddBox .shadowConfirmBox {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 340px;
	height: auto;
	min-height: 130px;
	height: auto;
	background-color: #cccccc;
	z-index: 1;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;

}
#confirmAddBox .confirmBoxcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: auto;
	min-height: 130px;
	background-color: #ffffff;
	background-position: left;
	background-repeat: repeat-y;
	z-index: 3;
	border: 1px solid black;
}


/* #### Help Box #### */
#helpBox {
	visibility: hidden;
	position: absolute;
	padding: 1px;
	top: 250px;
	left: 20%;
	width: 500px;
	height: 290px;
	min-height: 110px;
	background-color: #ffffff;
	background-position: left;
	background-repeat: repeat-y;
	border: 1px solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-right-color: #949194;
	border-bottom-color: #949194;
}

#helpBoxTitle {
	position: relative;
	height: 15px;
	padding: 2px 2px 2px 6px;
	background-color: #e6e6e6;
	z-index: 1;
	color: #949194;
	font-weight: bold;
}

#helpBoxcontent {
	margin-top: 2px;
	position: relative;
	padding: 6px;
	height: 255px;
	overflow: auto;
	min-height: 110px;
	background-color: #ffffff;
	background-position: left;
	background-repeat: repeat-y;
	z-index: 3;
}


/* ############### BOXES ERROS ############### */
#sysErrorBox, #errorBox, #messageBox {
	position: absolute;
	margin: 0px;
	z-index: 99;
	text-align:left;
}
#errorBox, #messageBox {
	right: 0;
	top: 0;
	left: 0;
	width: auto;
}
#sysErrorBox {
	z-index: 150;
	margin-left:60px;
	margin-right:60px;
	height: 300px;
	width:500px;
}
.baseError p, .baseAlert p {
	margin: 0px;
}
.baseError {
	width: auto;
	min-height: 62px;
	background-color: #EC0000;
	background-image: url('/templates/source/default/images/system/alert/error_icon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 12px 2px 64px;
	border-bottom: 2px solid black;
	z-index: 99;
}
.closeBt {
	text-align: right;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	margin-top: 0;
}
#errorBox .closeBt, #messageBox .closeBt {
	margin-top: 0;
	float: right;
}
.errortitle {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 2px;
}
#errorBox .errortitle {
	color: #ffffff;
}
.errormessage {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #252525;
	background-color: #e7e7e7;
	margin-top: 0px;
	padding: 0px 7px 0px 7px;
}
.errormessage p {
	padding: 10px;
}
.baseAlert {
	width: auto;
	min-height: 42px;
	background-color: #EBE7D4;
	background-image: url('/templates/source/default/images/system/alert/alert_icon.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 12px 2px 64px;
	border-bottom: 2px solid black;
}
.alerttitle {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}
.alertmessage {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #EBE7D4;
	margin-top: 0px;
	padding: 0px 7px 0px 7px;
}
.baseErrorBox {
	width: 480px;
	height: 240px;
	background-color: #EBE7D4;
	background-image: url('/templates/source/default/images/system/alert/errorBox_icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 2px solid #000;
	padding: 4px 4px 4px 4px;
}
.errorBoxtitle {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 14px;
	margin-bottom: 2px;
	margin-left: 64px;
}
.errorBoxcode {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #000000;
	margin-top: 32px;
	padding: 2px 2px 2px 2px;
}
.errorBoxmessage {
	background-color: #fff;
	margin: 0px 8px 8px 8px;
	padding: 6px 6px 6px 6px;
	vertical-align: top;
}
.errorBoxmessage p {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}
.errorTrace {
	width: 360px;
	height: 70px;
	overflow: auto;
}
.errorCode {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

#blockLayer {
	position: absolute;
	top:0px;
	left:0px;
	z-index: -1;
}

html>body #blockLayer {
	*display: none; 
}

/**********************************************

Caixa Carregando

**********************************************/
#loading {
	top: 9px;
	left: 10px;
	z-index: 100;
	background-color: red;
	color: white;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid black;
}
