.groupWrapper

{

  width:230px;

	float:left;

	margin-right: 4%;

	min-height: 400px;

	/*background:rgb(200,200,256);*/

}



.groupItem

{

}

.groupItem .itemHeader

{

	line-height: 17px;

	background-color: #000000;

	border: 1px solid #000000;

	color: #000;

	padding: 0 10px;

	cursor: move;

	font-weight: bold;

	font-size: 12px;

	height: 17px;

	position: relative;

}



.groupItem .itemHeader a

{

	position: absolute;

	right: 10px;

	top: 0px;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

	color:red;

}

.groupItem .itemHeader a:hover

{

	position: absolute;

	right: 10px;

	top: 0px;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

	color:yellow;

}

.groupItem .handle

{
	line-height: 17px;

	color: #000;

	padding: 0 10px;

	cursor: move;

	font-weight: bold;

	font-size: 12px;

	height: 17px;

	position: relative;

}



.groupItem .handle a

{

	position: absolute;

	right: 10px;

	top: 0px;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

	color:red;

}

.groupItem .handle a:hover

{

	position: absolute;

	right: 10px;

	top: 0px;

	font-weight: normal;

	font-size: 11px;

	text-decoration: none;

	color:yellow;

}

.groupItem .block-toggle
{
position:absolute;
right:1px;
top:1px;
}

.sortHelper

{

	border: 1px solid #666;

	width: auto !important;

	background-color:white;

	opacity:0.2;

	filter:alpha(opacity=20);

}