.boxedit {position: relative;}
.boxedit .box .header {cursor: move;}
.boxedit .box:hover {border: 1px solid #F90;}

.ghost {border: 1px dashed #FC0;}
.ghost:hover {border: 1px dashed #FC0 !important;}

.s4_dock {position: fixed; left: 0; top: 0; width: 100%; background-color: #000; height: 0; overflow: hidden;}
.s4_trigger {position: absolute; right: 10px; top: 0; padding: 4px 8px; background-color: #F90; cursor: pointer;}

.s4_tooltip {position: absolute; background-color: #FF9; border: 1px solid #000; padding: 2px 3px; color: #000;}
.s4_window {position: fixed; background-color: #FF9; border: 1px solid #000; padding: 5px; color: #000;}

.s4_rss UL {list-style: none;}
.s4_rss UL LI {padding: 2px 5px;}

s4\:debug {display: none;}

.s4_debug_trigger {position: absolute; z-index: 999999; color: #000; width: 78px; height: 78px; cursor: pointer;}
.s4_debug {border: 1px solid #000; background-color: #423939; position: absolute; z-index: 999998; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; padding: 5px 0; opacity: 0.9; filter: alpha(opacity=90);}

.s4_debug_green {background: url('/img/debug/green.png') 0 0 no-repeat; }
.s4_debug_yellow {background: url('/img/debug/yellow.png') 0 0 no-repeat; }
.s4_debug_red {background: url('/img/debug/red.png') 0 0 no-repeat; }
.s4_debug .menu {padding: 0 5px 0 4px;}
.s4_debug .menu .item {float: left; font-weight: bold; color: #000; width: 100px;}
.s4_debug .menu .label {padding: 5px 8px; margin: 0 0 0 1px; background-color: #A6A2A2; cursor: pointer;}
.s4_debug .menu .info {float: right; font-size: 11px; font-weight: normal;}
.s4_debug .container {background-color: #CECECE; margin: 0 5px; float: none !important;}
.s4_debug .container .item {padding: 5px;}
.s4_debug .container .item .label {padding-left: 13px; cursor: pointer;}
.s4_debug .container .item .container {margin: 5px 0 0 15px !important;}

.s4_debug .menu .collapsed:hover {background-color: #E6E1B3;}
.s4_debug .menu .expanded {background-color: #E6E1B3 !important;}
.s4_debug .container .item .expanded {background: url('/img/_default/minus.png') no-repeat 1px 2px !important;}
.s4_debug .container .item .label {background: url('/img/_default/plus.png') no-repeat 1px 2px;}
