.jlayout *
{
	cursor:pointer;
}

.jmanage td{
  width:30px;
}

.jmanage-hover{
  background-color:red;
}
.jcontainer{
    border:dashed 2px #666000;
}
.jwrap-drag{
  display:block;
  background-color:#eeeeee;
    
}
.jwrap-hover {
border:  dotted 1px #333; 
min-height:100px;
min-width:100px;
}
.jcontrol{
    border:solid 1px blue;
}

.jcontainer-hover{
   
     border:dotted solid 1px;
}
.jwrap{
border:solid 1px #ccc;
margin:0;

}
.jcontainer .jwrap{
  cursor:move;

}
.jsavelayout
{
	display:none;
}

