/*silver*/
.overlay_alphacube {background-color: gray;filter:alpha(opacity=60); -moz-opacity: 0.6;opacity: 0.6;}
.alphacube_nw {background: transparent url(silver_ltop.gif) no-repeat 0 0; width:10px; height:25px;}/*left-top*/
.alphacube_n {background: transparent url(silver_top.gif) repeat-x 0 0; height:25px;}/*top*/
.alphacube_ne {background: transparent url(silver_rtop.gif) no-repeat 0 0; width:10px; height:25px;}/*right-top*/
.alphacube_w {background: transparent url(silver_left.gif) repeat-y top left;width:7px;}/*left*/
.alphacube_e {background: transparent url(silver_right.gif) repeat-y top right; width:7px;}/*right*/
.alphacube_sw {background: transparent url(silver_lbottom.gif) no-repeat 0 0;  width:7px; height:7px;}/*left-bottom*/
.alphacube_s {background: transparent url(silver_bottom.gif) repeat-x 0 0; height:7px;}/*bottom*/
.alphacube_se, .alphacube_sizer  {background:transparent url(silver_rbottom.gif) no-repeat 0 0; width:7px; height:7px;}/*right-bottom*/
.alphacube_sizer {cursor:se-resize;}
.alphacube_close {width: 23px;height: 23px;background: transparent url(silver_close.gif) no-repeat 0 0; position:absolute;top:0px;right:11px;cursor:pointer;z-index:1000;} /*close-button*/
.alphacube_minimize {width: 23px;height: 23px;background: transparent url(silver_min.gif) no-repeat 0 0;position:absolute;top:0px;right:55px;cursor:pointer;z-index:1000;}/*mini-button*/
.alphacube_maximize {width: 23px;height: 23px;background: transparent url(silver_max.gif) no-repeat 0 0;position:absolute;top:0px;right:33px;cursor:pointer;z-index:1000;}/*max-button*/
.alphacube_title {float:left;height:1.4em;font-size:100%;font-weight:bold;text-align:center;margin-top:0.1em;width:100%;color:#555;}
.alphacube_content {overflow:auto;color: #000;font-family: Tahoma, Arial, 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_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;}


