.overlay_alphacube {
	background-color: #626E7A;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.alphacube_nw {}

.alphacube_n {}

.alphacube_ne {}

.alphacube_w {}

.alphacube_e {}

.alphacube_sw {}

.alphacube_s {}

.alphacube_se, .alphacube_sizer  {}

.alphacube_sizer {cursor:se-resize;	}

.alphacube_close {width: 23px;
	height: 23px;
	background: transparent url(images/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:17px;
	right:-2px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {}

.alphacube_maximize {}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#333;
	font-weight:bold;
}

.alphacube_content {
	overflow: visible;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
  line-height:1.5em;
	background:#fff;
	text-align:left;
	width:500px;
	}


.alphacube_content h4 { line-height:1.6em; margin:15px 0 0 10px; font-size:16px; color:#999f1f;}
.alphacube_content p { font-size:12px; line-height:1.5em;  margin:5px 0 0 10px; width:380px; }
.alphacube_content p a { color:#000;}
.alphacube_content p a:hover { color:#c00;}

.alphacube_content table { margin:0 0 10px 10px; padding:3px; font-size:12px; line-height:1.5em;}
.alphacube_content table td {border:1px solid #d7d7d7; margin:1px; padding:5px;}


/* 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%; margin:20px 0 0 0;
}

.alphacube_buttons input {
	width:20%;
	margin:0;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(alert/progress.gif) no-repeat center center
}

.alphacube_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


