.overlay_alphacube {
	background-color: #999;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.alphacube_nw {
  background-color: #333;
/*  border-left: 3px solid #9D9D9D;*/
/*  border-top: 3px solid #9D9D9D;*/
  width:2px;
}

.alphacube_n {
  background-color: #333;
/*  border-top: 3px solid #9D9D9D;*/
  color:  #595959;
  font-weight: bold;
}

.alphacube_ne {
  background-color: #333;
/*  border-right: 3px solid #9D9D9D;*/
/*  border-top: 3px solid #9D9D9D;*/
  width:2px;
}

.alphacube_w {
  background-color: #333;
  width: 4px;
  #width: 5px;
/*  border-left: 3px solid #9D9D9D;*/
}

.alphacube_e {
  background-color: #333;
/*  border-right: 3px solid #9D9D9D;*/
  width: 4px;
  #width: 5px;
}

.alphacube_sw {
  background-color: #333;
/*  border-left: 3px solid #9D9D9D;*/
/*  border-bottom: 3px solid #9D9D9D;*/
  height: 4px;
/*  #height: 2px;*/
  width: 5px;

/*
  _background: #FFF url(..//css/window/alphacube/bg_window_south.gif) left 0 repeat-y;
  _width: 2px;
*/
}

.alphacube_s {
  background-color: #333;
/*  border-bottom: 3px solid #9D9D9D;*/
  height: 4px;
  #height: 2px;
  margin:0;padding:0;font-size:1px;

  _background: #FFF url(..//css/window/alphacube/bg_window_south.gif) 0 bottom repeat-x;
}

.alphacube_se, .alphacube_sizer  {
  background-color: #333;
/*  border-right: 3px solid #9D9D9D;*/
/*  border-bottom: 3px solid #9D9D9D;*/
  height: 4px;
/*  #height: 2px;*/
  width: 5px

/*  _background: #FFF url(..//css/window/alphacube/bg_window_south.gif) right 0 repeat-y;*/
/*  _width: 2px;*/
}

.alphacube_sizer {
	cursor:se-resize;
}
.alphacube_close {
	width: 40px;
	height: 40px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 10px 15px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}
.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	font-size:16px;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
	font-weight: bold;
	background: #333;
	padding: 10px 0;
	text-align:left;
	text-indent: 20px;
}

.alphacube_content {
	color: #666;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background: #fff;
	padding: 10px;
	text-align: center;
	overflow: auto;
}

/* 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;
}
