/* Boite de dialogue */
.dialog_icon_cell {padding-left:10px;text-align:center;width:42px}
.dialog_message_cell {text-align:center;font-family:Arial;font-size:10pt;}
#dialog_icon_error { width:32px;height:32px;}
#dialog_icon_information { background: transparent url(../../images/info.png) no-repeat scroll 0%;width:32px;height:32px;}
#dialog_icon_warning { background: transparent url(../../images/agt_update_critical.png) no-repeat scroll 0%;width:32px;height:32px;}
#dialog_icon_question { background: transparent url(../../images/agt_support.png) no-repeat scroll 0%;width:32px;height:32px;}

/**popupControls
 * POPUP CONTAINER STYLES
 */
#popupMaskOl {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
/*	width: 100%;
	height: 100%;*/
	filter: alpha(opacity=10);dialog_icon_
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image: url("../../images/maskBG.png") !important;
	background-image:none;
	background-repeat: repeat;
  -moz-opacity:0.05;
  opacity: 0.05;
	display:none;
}

.PopUpMask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: #091F69;/*#6a74cb;*/
  filter:alpha(opacity=5);
  -moz-opacity:0.05;
  opacity: 0.05;
  }
.RequestMask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: #091F69;/*#6a74cb;*/
  filter:alpha(opacity=0);
  -moz-opacity:0.0;
  opacity: 0.0;
  }

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #091F69;/*#813B81;*/
	background-color: #F4F7FB;/*#D5E2F1;*/
        color: #091F69;/*#000000;*/
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #A0C7FF;/*#11619E;*/
	color: #091F69;/*#000000;*/
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	position: relative;
	z-index: 203;
}
#popupBottomBar {
	background-color: #A0C7FF;/*#11619E;*//*#E7E5E7;*/
	color: #091F69;/*#11619E;*//*#ffffff;*/
	font-weight: bold;
	height: 1.8em;
	padding: 5px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-family:Arial;font-size:10pt;
}

#popupControls {
	float: right;
	cursor: pointer;
}
