@charset "utf-8";
/* Fixed Styles */
body,html{
	height:100%;
}

/* Main Elements */
.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.groupItem
{
	margin-bottom: 10px;
	padding: 3px;
}
.groupItem .itemHeader
{
	line-height: 11px;
	background-color: #EEEEEE;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	height: 4px;
	margin-bottom:0px;
	position: relative;
	display:none;
}

.groupItem .itemHeader a
{
	color:#FF6600;
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.groupWrapper p
{
	overflow: hidden;
}

.editLink{
	border-top:1px #333333 dotted;
	padding-top:5px;
}
