/* ############### 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 ############### */
#blockScreen {
	filter: alpha(opacity=45);
	opacity:0.45;
	-moz-opacity: 0.45;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	z-index: 30;
}

html>body #blockScreen {
	position: fixed;
}

#sysErrorBox, #errorBox, #messageBox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	margin: 0 auto;
	margin-left: -200px;
	margin-top: -125px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#sysErrorBox {
	margin-top: -188px;
}

#errorBox { 
	background-image: url('/templates/source/default/images/icons/alertGray.jpg');
}
#messageBox {
	background-image: url('/templates/source/default/images/icons/confirmGray.jpg');
}

#sysErrorBox {
	background-image: url('/templates/source/default/images/icons/errorGray.jpg');
}

.baseError, .baseAlert {
	background-color: #fff;
	z-index: 99;
}
.closeBt {
	text-align: right;
	cursor: pointer;
	cursor: hand;
	float: right;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 2px 5px;
	margin-top: 7px;
	margin-right: 7px;
}

.closeBt a {
	color: #fff;
	text-decoration: none;	
	font-weight: bolder;
}
.errortitle {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #df0404;
	font-size: 13px;
	padding: 10px;
	margin: 0;
}
.errorBoxtitle {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #bb0404;
	font-size: 13px;
	padding: 10px;
}

#errorBox .errortitle {
	color: #ffffff;
}

.errormessage {
	border-top: 1px solid #eee;
	color: #252525;
	padding: 15px;
	font-size: 12px;
}
.errormessage p {
	padding: 10px;
}
.alerttitle {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #95b947;
	font-size: 13px;
	padding: 10px;
	margin: 0;
}
.modalTitle {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-weight: bold;
	color: #ffffff;
	background-color: #477ab9;
	font-size: 13px;
	padding: 10px;
	margin: 0;
}
.alertmessage {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	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;
}

#errorCode {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 3px 10px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	text-align: right;
	margin: 0;
}

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

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

#infoError {
	margin-top: 30px;
	margin-bottom: 15px;
}
#infoError p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	color: #999;
}

#infoError span {
	font-weight: bold;
}

#okButton {
	text-align: center;
	margin-bottom: 20px;
}

#okButton a {
	border: 1px solid #6c8831;
	background-color: #d4f195;
	color: #6c8831;
	font-weight: bolder;
	padding: 3px 50px;
	text-align: center;
}

#sendButton {
	text-align: center;
	margin-bottom: 20px;
}

#sendButton input {
	border: 1px solid #bb0404;
	background-color: #fedfdf;
	color: #bb0404;
	font-weight: bolder;
	padding: 3px 50px;
	text-align: center;
	margin: 0 5px;
	text-transform: capitalize;
}
/**********************************************

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;
}

