body {
  height: 100%;
  min-height:100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.clsDisplayMsg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position:absolute;
  left:0px;
  top:0px;
  font-size:10pt;
  overflow: hidden;
  visibility: hidden;
  display: none;
  float:left;
}

.clsDisplayMsgWithHourGlas {
	cursor: wait;
}

.clsDisplayMsgBackground {
  height: 100%;
  width: 100%;
  background-color:rgb(0,0,0);
  background-image: url(../himage/ffb.jpg);
  background-repeat: repeat;
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80; 	
  position:absolute;
  left: 0px;
  top: 0px;	
  overflow: hidden;
  float:left;
}

.clsDisplayMsgAction {
  height: 100%;
  width: 100%;
  color: rgb(255,255,255);
  font-size: 10pt;
  position:absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  float:left;
}

.clsDisplayMsgIndicator {
  position: absolute;
  cursor: wait;
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
  display: none;
  overflow: hidden;
  float:left;
}

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

.clsDisplayErrMsgBox {
	position: absolute;
	left:55px;
	top:20px;
	height: 220px;
	width: 470px;
	border: 8px dashed rgb(211,79,67);
	background-color: rgb(255,255,255);
	overflow: hidden;
}

.clsDisplayErrMsgBoxHeader{
	position: relative;
	left: 25px;
	top: 20px;
	width: 89%;
	font-size: 18pt; 
	font-weight:bolder;
	font-style: italic;
	border:0px solid black;
	color:rgb(0,0,0);
	cursor: wait;
}

.clsDisplayErrMsgBoxContent {
	position: relative;
	left: 25px;
	top: 23px;
	width: 89%;
	height: 40%;
	color:rgb(0,0,0);
	border:0px solid black;	
	cursor: wait;
}

.clsDisplayErrMsgBoxAction {
	position: relative;
	left: 25px;
	top: 20px;
	width: 89%;
	height: 24%;
	cursor: wait;
	border: 0px solid black;	
}

.clsDisplayErrMsgBoxSubmit {
	width: 80px; 
	position: absolute; 
	right: 0px;
	bottom: 0px;
}

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

.clsDisplayImageBox {
	position:absolute; 
	background-color:rgb(255,255,255);
	border:1px solid rgb(118,118,118);
	display: none;
	visibility: hidden;
	cursor: wait;
}

.clsDisplayImageButton {
	font-size:6pt; 
	font-weight:bolder; 
	width:30px; 
	height:20px; 
	text-align:center; 
	position:absolute; 
	top:5px; 
	right:10px;
	cursor: hand;
	cursor: pointer;
	display: none;
	visibility: hidden;
}

.clsDisplayImageLabel {
	font-size: 10pt;
	font-style: italic;
	position: absolute;
	top: 7px;
	left: 10px;
	cursor: default;
	cursor: none;
	letter-spacing: 2px;
}

.clsDisplayImage {
	position:absolute; 
	left:10px; 
	bottom:10px; 
	background-color:rgb(205,205,205); 
	background-image:url(../himage/aj_indi_1.gif); 
	background-position: center center; 
	background-repeat: no-repeat;
	cursor: wait;
}
