/* LAYOUT CSS Document iV4 */
/****************************************
contains styling of the Lay-out screens
****************************************/

.LayoutContainer {
	overflow:hidden;
	margin-left:10px;
	}
	.Layoutlist[style] {
		height:auto!important;
		overflow:hidden;
		}
		.layout_header {
			border-bottom: 1px solid #A1A1A1;
			font-size: 14px;
			line-height: 1.4em;
			text-transform: uppercase;
			margin-bottom:15px;
			}

/* override jquery for comments*/
.ui-widget-header {
	border: 0px!important;
	border-bottom: 1px solid #aaaaaa!important;
	background: none!important;
}

hr.soft {
	background-color: #aaaaaa; height: 1px; border: 0; 
	color: #aaaaaa;
}

.gridster * {
  margin:0;
  padding:0;
}

.controls {
    margin-bottom: 20px;
}

.gridster ul {
    list-style-type: none;
    background-color: #EFEFEF;
}

.gridster li {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}


.gridster {
    margin: 0 auto;
    opacity: .8;
    transition: opacity .6s;
}

.gridster .gs-w {
    background: #DDD;
    cursor: pointer;
}

.gridster .player {
    background: #BBB;
}


.gridster .preview-holder {
    border: none!important;
    background: green!important;
}
 .gridster li header {
        background: #999;
        display: block;
        font-size: 20px;
        line-height: normal;
        padding: 4px 0 6px ;
        margin-bottom: 20px;
        cursor: move;
      }
 .gridster li header.new {
        background: #93C47D;
      }