@charset "utf-8";
/* CSS Document Download by http://www.codefans.net*/
html {
	height: 100%; 
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	width:100%;
	font-size:12px;
}
p{line-height:21px;}
.w250{ width:250px;}
.w500{ width:500px;}
.w750{ width:750px;}
.wnone{ display:none}
.groupWrapper {	
	float: left;
	margin-right:1px;
	min-height: 400px;
}
.serializer {
	clear: both;
}
.groupItem {
	width:100%;	
	margin-bottom: 20px;
	cursor: move;
}
.groupItem .itemHeader {
	line-height: 28px;
	background-color: #DAFF9F;
	border-top: 2px solid #B5EF59;
	color: #000;
	padding: 0 1px;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}
.groupItem .itemHeader a {
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.groupItem .itemContent {
	line-height: 28px;
	border-top: 1px solid #B5EF59;
	color: #000;
	font-size: 12px;
	position: relative;
	cursor:move;
}

.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	height: 100px !important;
}
.ui-sortable-placeholder * {
	visibility: hidden;
}
.portlet {
	background-color:#FFFFCC;
	cursor:move
}