/*drag*/
.dragger{
	position: relative;
	background:white;
}
.dragger ul{
	height: 100%;
	margin: 0;
	padding: 0;
}
li.dragbox{
	list-style: none;
	position:absolute;
	border:solid 1px #ccc;
	}
li.dragbox[showheader="false"]{
	padding-top:0!important
}
li.dragbox[showheader="false"] .content{
	top:0!important;
}
li.dragbox[showheader="false"] .loadingbox{
	top:0;
}
li.dragbox.moving{
		z-index: 10006;
	}
.overlap{
	box-shadow:0 0 10px #0099D4 ;
	/*border: 2px #0099D4 solid!important;*/
}
.dragbox .drag_handle{
	opacity: 0;
	z-index: 10006;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 100%!important;
	left:100%!important;
	margin-left: -20px;
	margin-top: -20px;
	cursor: nwse-resize;
	background:url(../images/corner.png) no-repeat right bottom;
	
} 
.dragbox .drag_handle:hover{
	opacity: 1;
}
.dragbox[type="widget"]:hover .drag_handle{
	opacity: 1;
}
.dragbox>.drag_head{
	right: 100px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 25005;
	cursor:move;
}
.dragbox[showheader="false"]>.drag_head{
	height: 10px!important;
}