.groupWrapper
{
	width: 49%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 20px;
	background-color: #C6DBF5;
	border-top: 2px solid #216CA0;
	color: #000;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	position: relative;
	margin-bottom: 1px;
}
.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
li
{
	font-size: 11.5px;
}
.date
{
	color: #cccccc;
}
