.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_title {
	margin-top:2px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-si	ze:12px;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Arial, Helvetica, 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_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_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

.alphacube_nw {
	background: rgba(09, 61, 109, 1);
  width:10px;
  height:25px;
}

.alphacube_n {
	background: rgba(09, 61, 109, 1);
  height:25px;
}

.alphacube_ne {
	background: rgba(09, 61, 109, 1);
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(/images/alphacube/frame-1px.gif) repeat-y top left;
  width:1px;
}

.alphacube_e {
  background: transparent url(/images/alphacube/frame-1px.gif) repeat-y top right;
  width:1px;
}

.alphacube_sw {
  background: transparent url(/images/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(/images/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(/images/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(/images/alphacube/close.btn.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/alphacube/min.btn.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(/images/alphacube/max.btn.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_print {
	width: 23px;
	height: 23px;
	background: transparent url(/images/alphacube/print.btn.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:76px;
	cursor:pointer;
	z-index:1000;
}

/* FOR IE (duplicated images to fix ie 6 img caching)*/

* html .alphacube_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/portlet_head_toplft.gif", sizingMethod="scale");
}

* html .alphacube_n {
 	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/portlet_head_bg.gif", sizingMethod="scale");
}

* html .alphacube_ne {
  	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/portlet_head_toprt.gif", sizingMethod="scale");
}

* html .alphacube_w {
  	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/frame-left.gif", sizingMethod="scale");
}

* html .alphacube_e {
  	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/frame-right.gif", sizingMethod="scale");  
}

* html .alphacube_sw {
  	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/bottom-left-c.gif");
}

* html .alphacube_s {
  /* won't scale or crop right don't implement */	
}

* html .alphacube_se {
  	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/bottom-right-c.gif");
}

* html .alphacube_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/close.btn.gif", sizingMethod="scale");
}

* html .alphacube_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/min.btn.gif", sizingMethod="scale");
}

* html .alphacube_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/max.btn.gif", sizingMethod="scale");
}

* html .alphacube_print {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/alphacube/print.btn.gif", sizingMethod="scale");
}