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

.alphacube_nw {
	background: transparent url(annexes/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:18px;
}

.alphacube_n {
  background: transparent url(annexes/top-middle.gif) repeat-x 0 0;			
  height:18px;
}

.alphacube_ne {
  background: transparent url(annexes/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:18px;
}

.alphacube_w {
  background: transparent url(annexes/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(annexes/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(annexes/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(annexes/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(annexes/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 16px;
	height: 16px;
	background: transparent url(annexes/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:2px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 16px;
	height: 16px;
	background: transparent url(annexes/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:34px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 16px;
	height: 16px;
	background: transparent url(annexes/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}
