﻿.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.alphacube_nw {
	background: transparent url(alphacube/top_left.gif) no-repeat 0 0;			
  width:10px;
  height:69px;
}

.alphacube_n {
  background: transparent url(alphacube/top_center.gif) repeat-x 0 0;
  width:350px;			
  height:69px;
}

.alphacube_ne {
  background: transparent url(alphacube/top_right.gif) no-repeat 0 0;			
  width:10px;	  
  height:69px;
}
.alphacube_w {
  background: transparent url(alphacube/center_left.gif) repeat-y top left;			
  width:10px;
  height:3px;
}

.alphacube_e {
  background: transparent url(alphacube/center_right.gif) repeat-y top right;			
  width:10px;	 
  height:3px; 
}

.alphacube_sw {
  background: transparent url(alphacube/bottom_left.gif) no-repeat 0 0;			
  width:10px;
  height:10px;
}

.alphacube_s {
  background: transparent url(alphacube/bottom_center.gif) repeat-x 0 0;			
  height:10px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(alphacube/bottom_right.gif) no-repeat 0 0;			
  width:10px;
  height:10px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}


