.overlay_alphacube {
	background-color: #212326;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url(alphacube/TL_Main.png) no-repeat 0 0;			
  width:24px;
  height:30px;
}

.alphacube_n {
  background: transparent url(alphacube/T_Main.png) repeat-x 0 0;			
  height:30px;
}

.alphacube_ne {
  background: transparent url(alphacube/TR_Main.png) no-repeat 0 0;			
  width:31px;	  
  height:30px;
}

.alphacube_w {
  background: transparent url(alphacube/L_Main.png) repeat-y top left;			
  width:16px;
}

.alphacube_e {
  background: transparent url(alphacube/R_Main.png) repeat-y top right;			
  width:16px;	
}

.alphacube_sw {
  background: transparent url(alphacube/BL_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.alphacube_s {
  background: transparent url(alphacube/B_Main.png) repeat-x 0 0;			
  height:40px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/BR_Main.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 13px;
	height: 13px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:12px;
	right:25px;
	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:8px;
	right:79px;
	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:8px;
	right:56px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
	margin-top:7px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 12px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	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
}

/* FOR IE */
* html .alphacube_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/TL_Main.png", sizingMethod="crop");
}

* html .alphacube_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/T_Main.png", sizingMethod="scale");
}

* html .alphacube_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/TR_Main.png", sizingMethod="crop");
}

* html .alphacube_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/L_Main.png", sizingMethod="scale");
}

* html .alphacube_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/R_Main.png", sizingMethod="scale");
}

* html .alphacube_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/BL_Main.png", sizingMethod="crop");
}

* html .alphacube_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/B_Main.png", sizingMethod="scale");
}

* html .alphacube_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/BR_Main.png", sizingMethod="crop");
}

* html .alphacube_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/alphacube/BR_Main.png", sizingMethod="crop");
}

