.overlay___invisible__ {
  background-color: #FFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
	cursor:move;
}

.status_bar {
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}

.wired_frame {
	display:block;
	position:absolute;
	border:1px #000 dashed;
}

/*Opacite et couleur derriere la fenetre modale*/
.overlay_iufm {
	background-color:#5593DA;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.overlay_iufm2 {
	background-color:#5593DA;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	z-index:100;
}

.iufm_wired_frame {
	background:#666;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}

.iufm_nw {
	background:transparent url(iufm/top-left-blue.png) no-repeat 0 0;			
	width:9px;
	height:35px;
}

.iufm_n {
	background:transparent url(iufm/top-middle-blue.png) repeat-x 0 0;			
	height:35px;
}

.iufm_ne {
	background:transparent url(iufm/top-right-blue.png) no-repeat 0 0;			
	width:9px;	  
	height:35px;
}

.iufm_w {
	background:transparent url(iufm/left-blue.png) repeat-y top left;			
	width:9px;
}

.iufm_e {
	background:transparent url(iufm/right-blue.png) repeat-y top right;			
	width:9px;	  
}

.iufm_sw {
	background:transparent url(iufm/bottom-left-blue.png) no-repeat 0 0;			
	width:9px;
	height:16px;
}

.iufm_s {
	background:transparent url(iufm/bottom-middle-blue.png) repeat-x 0 0;			
	height:16px;
}

.iufm_se, .iufm_sizer  {
	background:transparent url(iufm/bottom-right-blue.png) no-repeat 0 0;			
	width:9px;
	height:16px;
}

.iufm_sizer {
	cursor:se-resize;	
}

.iufm_close {
	width:23px;
	height:22px;
	background:transparent url(iufm/button-close-blue.png) no-repeat 0 0;			
	position:absolute;
	top:9px;
	right:9px;
	cursor:pointer;
	z-index:1000;
}

.iufm_maximize {
	width:15px;
	height:9px;
	background:transparent url(iufm/button-maximize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.iufm_minimize {
	width:15px;
	height:9px;
	background:transparent url(iufm/button-minimize-blue.png) no-repeat 0 0;			
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.iufm_title {
	float:left;
	height:20px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	margin-top:7px;
	padding-top: 3px;
	width:100%;
	color:#FFF;
}

.iufm_content {
	overflow:auto;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}

/* For alert/confirm dialog */
.iufm_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.iufm_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.iufm_buttons {
	text-align:center;
	width:100%;
}

/* Style des boutons dans les modales */
.iufm_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#053861;
	background-image:url(iufm/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.iufm_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('iufm/spinner.gif') no-repeat center center;
}

/* Pour IE */

* html .iufm_nw {
	background:transparent url(iufm/top-left-blue_ie.png) no-repeat 0 0;			
	width:4px;
	height:30px;
}

* html .iufm_n {
	background:transparent url(iufm/top-middle-blue_ie.png) repeat-x 0 0;			
	height:30px;
}

* html .iufm_ne {
	background:transparent url(iufm/top-right-blue_ie.png) no-repeat 0 0;			
	width:4px;	  
	height:30px;
}

* html .iufm_w {
	background:transparent url(iufm/left-blue_ie.png) repeat-y top left;			
	width:4px;
}

* html .iufm_e {
	background:transparent url(iufm/right-blue_ie.png) repeat-y top right;			
	width:4px;	  
}

* html .iufm_sw {
	background:transparent url(iufm/bottom-left-blue_ie.png) no-repeat 0 0;			
	width:4px;
	height:11px;
}

* html .iufm_s {
	background:transparent url(iufm/bottom-middle-blue_ie.png) repeat-x 0 0;			
	height:11px;
}

* html .iufm_se, * html .iufm_sizer  {
	background:transparent url(iufm/bottom-right-blue_ie.png) no-repeat 0 0;			
	width:4px;
	height:11px;
}

* html .iufm_close {
	width:23px;
	height:22px;
	background:transparent url(iufm/button-close-blue.png) no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}