
.groupWrapper
{
	width: 49%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}

.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	font-family: Arial, sans-serif;
	background: #EFEFEF;
	border-top: #4F7DB8 5px solid;
	border-bottom: #4F7DB8 1px solid;
	border-left: #C9C9C9 1px solid;
	border-right: #C9C9C9 1px solid;
	color: #2B4362;
	padding: 7px 10px 0px;
	cursor: move;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.groupItem .itemContent{
	font-family: times,'Times New Roman';
	font-size: 14px;
	line-height: 1.6em;
	border: #C9C9C9 1px solid;
	border-top: 0;
	padding: 10px;
	color: #2B4362;
	background: #ffffff;
}

.groupItem .itemContent p{
	padding: 5px 0;
}

.groupItem .itemContent a{
	color: #2B598C;
	border-bottom: #2B598C 1px dashed;
	text-decoration: none; 
}

.groupItem .itemContent a:hover{
	border: 0;
	background: #E4EFFC;
}

.sortHelper
{
	border: 2px dashed #dfdfdf;
	width: auto !important;
}
.groupWrapper > p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.closeEl{
	padding: 2px;
}
