/* GENERAL STYLES */
.ui-window { position: absolute; }
.ui-window .resize_handle { line-height: 1px; font-size:1px; width: 8px; height: 8px; z-index: 90; position: absolute; }
.ui-window .se_sizer { cursor: se-resize; z-index: 100; bottom:0; right:0; }
.ui-window .sw_sizer { cursor: sw-resize; z-index: 100; bottom:0; left:0; }
.ui-window .nw_sizer { cursor: nw-resize; z-index: 100; top:0; left:0; }
.ui-window .ne_sizer { cursor: ne-resize; z-index: 100; top:0; right:0; }
.ui-window .n_sizer { cursor: n-resize; width:100%; top:0; left:0; }
.ui-window .s_sizer { cursor: s-resize; width: 100%; bottom:0; left:0; }
.ui-window .e_sizer { cursor: e-resize; height:100%; top:0; right:0; }
.ui-window .w_sizer { cursor: w-resize; height:100%; top:0; left:0; }
.ui-window .content { overflow: auto; position: relative; }
html>body .ui-window .content { border-top: 1px solid transparent; }

.alphacube .nw { background:transparent url(../img/alphacube/corners_top.gif) no-repeat scroll 0 -25px; height:25px; padding-left:10px; }
.alphacube .ne { background:transparent url(../img/alphacube/corners_top.gif) no-repeat scroll right 0; height:25px; padding-right:10px; }
.alphacube .n { background:#FFF url(../img/alphacube/corners_top.gif) repeat-x scroll 0 -50px; font: 1.2em Tahoma, sans-serif; height:25px; margin:0; padding:5px 0 0 5px; text-align:left; /*padding-right: 60px;*/ overflow: hidden; }
.alphacube .content { background-color: #FDFDFD; /*color:#000; font:normal 12px/1em Tahoma, Arial, sans-serif;*/ overflow:auto; }
.alphacube .w { border-left:1px solid #000; border-right:1px solid #000; }
.alphacube .e { border-left:1px solid #777; border-right:1px solid #777; }
.alphacube .sw { background:transparent url(../img/alphacube/corners_bottom.gif) no-repeat scroll 0 -12px; font-size:2px; height:12px; padding-left:6px; }
.alphacube .se { background:transparent url(../img/alphacube/corners_bottom.gif) no-repeat scroll right 0; font-size:2px; height:12px; padding-right:6px; }
.alphacube .s { background:transparent url(../img/alphacube/corners_bottom.gif) repeat-x scroll 0 -24px; font-size:11px; height:12px; overflow:hidden; } 
.alphacube .se_resize_handle { background:transparent url(../img/alphacube/sizer.gif) no-repeat scroll right 0; font-size:2px; height:12px; padding-right:12px; }
.alphacube .se_sizer { width:12px; height:12px; }

.alphacube .buttons { position: absolute; top:1px; right:10px; height: 20px; }
.alphacube .buttons a.close { background:transparent url(../img/alphacube/stang.gif) no-repeat 0 0; display:block; height:18px; float:left; width:50px; font-size:1px; position: absolute; top: -23px; left: -45px; padding-top:2px; }
.alphacube .buttons a:hover.close { background:transparent url(../img/alphacube/stang.gif) no-repeat 0 0; }
.alphacube .buttons a.maximize { background:transparent url(../img/alphacube/buttons.gif) no-repeat 0 -36px; display:block; height:18px; float:left; width:23px; font-size:1px; padding-top:1px; }
.alphacube .buttons a:hover.maximize { background:transparent url(../img/alphacube/buttons.gif) no-repeat 0 -54px; }
.alphacube .buttons a.minimize { background:transparent url(../img/alphacube/buttons.gif) no-repeat 0 -72px; display:block; height:18px; float:left; width:23px; font-size:1px; padding-top:0px; }
.alphacube .buttons a:hover.minimize { background:transparent url(../img/alphacube/buttons.gif) no-repeat 0 -90px; }
.alphacube .buttons a.minimize.disabled, .alphacube .buttons.over a.minimize.disabled { background:transparent url(../img/alphacube/buttons.gif) no-repeat 0 -108px !important; }

.alphacube_overlay { position: absolute; background-color: #111; /*#FFF;*/ filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; /*z-index: 2;*/ }
.alphacube_wired { background:#FFF; border:1px #000 dashed; filter:alpha(opacity=60); opacity:0.6; position:absolute; -moz-opacity:0.6; }


/* EDITOR PROPERTIES */

