.overlay_alphacube {
	background-color: #cbcbcb;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_focus_nw {
	background: transparent url(alphacube/left-top_sh.png) no-repeat 0 0;			
  width:15px;
  height:30px;
}

.alphacube_focus_n {
  background: transparent url(alphacube/top-middle_sh.png) repeat-x 0 0;			
  height:30px;
	text-align:center;
}

.alphacube_focus_ne {
  background: transparent url(alphacube/right-top_sh.png) no-repeat 0 0;			
  width:15px;	  
  height:30px;
}

.alphacube_focus_w {
  background: transparent url(alphacube/frame-left_sh.png) repeat-y top left;			
  width:12px;
}

.alphacube_focus_e {
  background: transparent url(alphacube/frame-right_sh.png) repeat-y top right;			
  width:12px;	  
}

.alphacube_focus_sw {
  background: transparent url(alphacube/bottom-left-c_sh.png) no-repeat 0 0;			
  width:12px;
  height:12px;
}

.alphacube_focus_s {
  background: transparent url(alphacube/bottom-middle_sh.png) repeat-x 0 0;			
  height:12px;
}

.alphacube_focus_se{
  background: transparent url(alphacube/bottom-right-c_sh.png) no-repeat 0 0;			
  width:12px;
  height:12px;
}

.alphacube_focus_sizer  {
  width:12px;
  height:12px;
  background: transparent url(alphacube/sizer_sh.png) no-repeat 0 0;			
  cursor:se-resize;	
}

.alphacube_focus_close {
	width: 23px;
	height: 18px;
	background: transparent url(alphacube/buttons.gif) no-repeat 0 -18px;			
	position:absolute;
	top:6px;
	right:16px;
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_focus_close:hover {
background:transparent url(alphacube/buttons.gif) no-repeat 0 0px;
}

.alphacube_focus_minimize {
	width: 23px;
	height: 18px;
	background: transparent url(alphacube/buttons.gif) no-repeat 0 -90px;			
	position:absolute;
	top:6px;
	right:39px;
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_focus_minimize:hover {
background:transparent url(alphacube/buttons.gif) no-repeat 0 -72px;
}


.alphacube_focus_maximize {
	width: 23px;
	height: 18px;
	background: transparent url(alphacube/buttons.gif) no-repeat 0 -54px;			
	position:absolute;
	top:6px;
	right:62px;
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_focus_maximize:hover {
background:transparent url(alphacube/buttons.gif) no-repeat 0 -36px;
}

.alphacube_focus_title {
	height:12px;
	text-align:center;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font:10px/12px Arial, Helvetica, sans-serif;
	text-shadow:#000 0px 1px 1px;
	width:90%;
	background:url(alphacube/alphascube_bggrad_focus.png);
	padding:3px 0px 3px 0px;
	border-left:solid 1px #222;
	border-right:solid 1px #222;
	border-bottom:solid 1px #000;
}

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

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

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

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

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

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

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


