.overlay_alphacube {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url("../images/eventalert/left-top.gif") no-repeat 0 0;			
  width:5px;
  height:25px;
}

.alphacube_n {
  background: transparent url("../images/eventalert/top-middle.gif") repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url("../images/eventalert/right-top.gif") no-repeat;
  background-position: right top;
  width:2px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url("../images/eventalert/frame-left.gif") repeat-y top left;
  background-color:#FFFFFF;
  width:7px;
}

.alphacube_e {
  background: transparent url("../images/eventalert/frame-right.gif") repeat-y top right;			
  width:7px;	 
  background-color:#FFFFFF;
}

.alphacube_sw {
  background: transparent url("../images/eventalert/bottom-left-c.gif") no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url("../images/eventalert/bottom-middle.gif") repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url("../images/eventalert/bottom-right-c.gif") no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	width: 44px;
	height: 11px;
	background: transparent url("../images/eventalert/button-close-focus.gif") no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 11px;
	height: 11px;
	background: transparent url("../images/eventalert/button-min-focus.gif") no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:36px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 11px;
	height: 11px;
	background: transparent url("../images/eventalert/button-max-focus.gif") no-repeat 0 0;			
	position:absolute;
	top:4px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:20px;
	font-size:10px;
	text-align:left;
	margin-top:3px;
	width:100%;
	color:#1f456c;
	font-family: verdana;
	font-weight:bold;
}

.alphacube_content {
	overflow:auto;
	color: #58595b;
	font-family: Verdana;
	font-size: 10px;
	background:#ffffff;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	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
}



