/*TOOLBAR*/
.layout-designer-toolbar { }
.layout-designer-toolbar ul { list-style: none; }

/*TOOLBAR WIDGETS*/
.widget-toolbar { border: 3px solid darkgray; background-color: whitesmoke; width:150px; height:48px; display:block; cursor: move; }
.widget-toolbar .widget-toolbar-icon { background-image:url(../img/widget-toolbar-icon.png); width:48px; height:48px; float:left; display:inline; }
.widget-toolbar .widget-toolbar-text { float:left; display:inline; position:absolute; line-height:48px; margin-left:3px; font-weight:bold; width:99px; text-align:center; }

/*LAYOUT GRID*/
.layout-designer-container { height:350px; overflow:scroll; }
.layout-grid {width: 100%; border:1px solid red; }
.layout-grid-cell {width:33%; height:318px; background-color:yellow;}
.layout-grid-cell-wait { width:100%; height:100%; background: url(../img/ajax-loader-bar.gif) 50% 50% no-repeat white; }

/*WIDGETS*/
.widget { height:100%; width:100%; background-color:red; position:relative; }
img.background-image { width:100%;height:100%;display:block;position:absolute;top:0;left:0; z-index:1; }
.widget-header { width:100%; height:40px; background-color:red; position:absolute; top:0; left:0; z-index:2; }

.widget-list { background-image}