
.overlay_red {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.red_accueil_nw {
	background: transparent url(red_accueil/left-top2.gif) no-repeat 0 0;			
  width:10px;
  height:18px;
}

.red_accueil_n {
  background: transparent url(red_accueil/top-middle2.gif) repeat-x 0 0;			
  height:18px;
}

.red_accueil_ne {
  background: transparent url(red_accueil/right-top2.gif) no-repeat 0 0;			
  width:10px;	  
  height:18px;
}

.red_accueil_w {
  background: #CC0033;			
  width:1px;
  height:1px;
}

.red_accueil_e {
  background: #CC0033;			
  width:1px;
  height:1px;	  
}

.red_accueil_sw {
  background: #CC0033;			
  width:1px;
  height:1px;
}

.red_accueil_s {
  background: #CC0033;			
  height:1px;
  line-height:1px;
}

.red_accueil_se, .red_accueil_sizer  {
  background: #CC0033;			
  width:2px;
  height:1px;
  line-height:1px;
}

.red_accueil_sizer {
	cursor:se-resize;	
}

.red_accueil_close {
	width: 0px;
	height: 0px;
	position:absolute;
	top:1px;
	right:2px;
	cursor:pointer;
	z-index:1000;
}

.red_accueil_minimize {
	width: 0px;
	height: 0px;
	position:absolute;
	top:1px;
	right:34px;
	cursor:pointer;
	z-index:1000;
}

.red_accueil_maximize {
	width: 0px;
	height: 0px;
	position:absolute;
	top:1px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

.red_accueil_title {
	float:left;
	height:18px;
	font-size:12px;
	text-align:left;
	margin-top:0px;
	width:100%;
	color:white;
	font-weight:bold;
	/*background-color:#2CAD0A*/
}

.red_accueil_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:white;
}

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

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

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

.red_accueil_buttons input {
	width:20%;
	margin:10px;
}

.red_accueil_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

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



