.overlay_alphacube {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/left-top.gif);	
	background-position: left;		
	width:14px;
	height:50px;
}

.alphacube_n {
	background-color: #ef8f0a;
	background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/top-middle.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:50px;
	width:722px;
}

.alphacube_ne {
background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/right-top.gif);	
	background-position: right;	
  width:14px;	  
  height:50px;
}

.alphacube_w {
background-color: #ef8f0a;
	background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/frame-left.gif);
	background-repeat: repeat-y;
	background-position: left;	
  width:14px;

}

.alphacube_e {
background-color: #ef8f0a;	
	background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/frame-right.gif);
	background-repeat: repeat-y;
	background-position: left;	
  width:14px;	

}

.alphacube_sw {
background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/bottom-left-c.gif);		
	background-position: left;	
  width:14px;
  height:19px;
}

.alphacube_s {
background-color: #ef8f0a;	
	background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/bottom-middle.gif);
	background-repeat: repeat-x;
	background-position:bottom;	
  height:19px;
  width:722px;
}

.alphacube_se, .alphacube_sizer  {
background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/bottom-right-c.gif);	
	background-position:bottom;	
  width:14px;
  height:19px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 40px;
	height: 40px;
background-image: url(http://www.portlandwings.com/2008/prototype/themes/alphacube/button-close-focus.gif);
	position:absolute;
	top:6px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}

/*.alphacube_minimize {
	width: 23px;
	height: 23px;
background-color: #ef8f0a;	
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
background-color: #ef8f0a;	
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}*/

.alphacube_title {
	float:left;
	background-color: #ef8f0a;	
	height:40px;
	font-size:30px;
	font-weight: bolder;
	text-align:center;
	margin-top:2px;
	width:720px;
	color:#000000;

}

.alphacube_content {
	
	overflow:auto;
	color: #000;
    font: verdana;
 	background-color: #ef8f0a;
	scrollbar-arrow-color:#000000;
	scrollbar-face-color:#c1132a;
	scrollbar-highlight-color:#000000;
	scrollbar-3d-light-color:#c1132a;
	scrollbar-base-color:#c1132a;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-shadow-color:#c1132a;
	scrollbar-track-color:#000000;	
	/* background-repeat: repeat;
    background-attachment: fixed;
	background-position: top center;*/


}

/* For alert/confirm dialog */
.alphacube_window {


/*	padding:40px;*/
	background-color: #ef8f0a;	
	margin-left:auto;
	margin-right:auto;
	width:750px;


  
}

/*.alphacube_message {
  font: 12px arial;
	text-align:center;
	width:620px;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:600px;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:600px;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}*/

.alphacube_wired_frame {

	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


