.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {		
  width:3px;
  height:23px;
}

.alphacube_n {		
  height:23px;
  filter:alpha(opacity=85);
  opacity: 0.85;
}

.alphacube_ne {	
  width:3px;	  
  height:23px;
}

.alphacube_w {		
  width:7px;
}

.alphacube_e {	
  width:7px;	  
}


.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(img/interface/contenu/popup/aero-close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(img/interface/contenu/popup/collapse.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(img/img_popup_ajax/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_content {
	overflow:hidden;
	color: #000;
	font-family: Arial;
	height: 500px;
	height:expression(
	this.scrollHeight > 500? "500px" : "auto" );
}


html>body .alphacube_content {
	height:auto;
	min-height:1px;
	max-height:500px;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

