
body {
	background:#D5D6D7 scroll 0 0;
	color:#333333;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	text-align:center;
}

.sortable-container li {
	background:url('images/groupContent.png') 0 0;
	background-repeat:repeat-y;
	border-width: 0px;
	border-style: solid;
	font-size:.7em;
	list-style-image:none;
	list-style-position:outside;
	/*list-style-type:circle;*/
	list-style-type:none;
	margin:0 0 15px 0;
	border-color: #7C8078;
	width:300px;
	text-align: left;
	overflow:hidden;
	/*height: 100px;*/
}

.groupHeader{
	background:url('images/groupHeader.png') 0 0;
	background-repeat:no-repeat;
	min-height: 48px;
	width: 300px;
	cursor: move;
}


.groupHeaderContent, .groupFooterContent{
	width: 270px;  /* 300 - 30 for 15px margin on each side */
	margin-left: 15px;
	padding-top: 10px;
}

.groupContent {
	width: 270px;  /* 300 - 30 for 15px margin on each side */
	margin-left: 15px;
}

.groupFooter{
	background:url('images/groupFooter.png') 0 0;
	background-repeat:no-repeat;
	min-height: 48px;
	width: 300px;
}
.outlineBox{
	border: 1px dotted #ADADAD;

}

.list{
	position: relative; 
	float: left; 
	width: 300px
}

.list li{
	
	
}