@charset "utf-8";
/* 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;
}

/* Nesting Sorting */
.page-list{
	list-style: none;
	margin: 0;
	padding-bottom: 1px;
	display: block;
}

.clear-element {
	clear: both;
}

.page-item1 > div,
.page-item2 > div,
.page-item3 > div,
.page-item4 > div {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: 1px dotted #CC0000;
	margin: 1px 0 0 0;
}
.page-item2 > div{
	padding-left: 30px;
}

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