.overlay_alphacube {
	/*background-color: #85BBEF;*/
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	display: none;
	/*background: transparent url(/images/popin/left-top.gif) no-repeat 0 0;			*/
  /*width:10px;*/
  /*height:25px;*/
}

.alphacube_n {
	display: none;
	/*background-color: #92c1df;*/
	/*width: 640px;*/
  /*height:25px;*/
	/*color: #f00;*/
	/*font-weight: bold;*/
	/*vertical-align: middle;*/
}

.alphacube_ne {
	display: none;
  /*background: transparent url(/images/popin/right-top.gif) no-repeat 0 0;			*/
  /*width:10px;	  */
  /*height:25px;*/
}

.alphacube_w {
	display: none;
  /*background: transparent url(/images/popin/frame-left.gif) repeat-y top left;			*/
  /*width:7px;*/
}

.alphacube_e {
	display: none;
  /*background: transparent url(/images/popin/frame-right.gif) repeat-y top right;			*/
  /*width:7px;	  */
}

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

.alphacube_s {
	display: none;
  /*background: transparent url(/images/popin/bottom-middle.gif) repeat-x 0 0;			*/
  /*height:7px;*/
}

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

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_close {
	display: none;
	/*width: 23px;*/
	/*height: 23px;*/
	/*background: transparent url(/images/popin/button-close-focus.gif) no-repeat 0 0;			*/
	/*position:absolute;*/
	/*top:0px;*/
	/*right:11px;*/
	/*cursor:pointer;*/
	/*z-index:1000;*/
}

.alphacube_minimize {
	display: none;
	/*width: 23px;*/
	/*height: 23px;*/
	/*background: transparent url(/images/popin/button-min-focus.gif) no-repeat 0 0;			*/
	/*position:absolute;*/
	/*top:0px;*/
	/*right:55px;*/
	/*cursor:pointer;*/
	/*z-index:1000;*/
}

.alphacube_maximize {
	display: none;
	/*width: 23px;*/
	/*height: 23px;*/
	/*background: transparent url(/images/popin/button-max-focus.gif) no-repeat 0 0;			*/
	/*position:absolute;*/
	/*top:0px;*/
	/*right:33px;*/
	/*cursor:pointer;*/
	/*z-index:1000;*/
}

.alphacube_title {
	display: none;
	/*float:left;*/
	/*height:14px;*/
	/*font-size:14px;*/
	/*text-align:center;*/
	/*margin-top:2px;*/
	/*width:100%;*/
	/*color:#123456;*/
}

.alphacube_content {
	overflow: auto;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
  font: 12px arial;
	background-color: #92c1df;
}

/* 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_progress {*/
	/*float:left;*/
	/*margin:auto;*/
	/*text-align:center;*/
	/*width:100%;*/
	/*height:16px;*/
	/*background: #FFF url('/images/popin/progress.gif') no-repeat center center*/
/*}*/

table.top {
	display: none;
}

table.mid {
	padding: 0;
	margin: 0;
}

table.bot {
	display: none;
}
