﻿.rootli
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}
.childli
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
}

.deadli 
{
	height:35px;
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-top: -33px;
	
}
.rootul 
{
	margin: 0px;
	display: block;
	padding: 0px;
}
.childul
{
	margin-left: 30px;
	padding: 0px;
	display: block;
}
.handle
{
	background: #576c5f;
	width: 190px;
	height: 25px;
	border: 1px solid #a2a9b1;
	color: White;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	font-weight: bold;
	cursor: move;
}
.handlespace 
{
	margin-bottom: 2px;
}
.dragPlaceHolder
{
	width: 190px;
	height: 25px;
	border: 1px dashed #ABB6AF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.dragContainer > li.dragItems
{
	display: block;
	border: 1px solid black;
	width: 200px;
	float: left;
}
#containerHome
{
	display: block;
	padding: 0;
}

.contentDragContainers
{
	width: 185px;
	height: 100px;
    border: 1px solid black;
    float: left;
}

.dragContainer .header
{

}

.dragContainer .headerText
{
	width: 80px;
	float: left;
}

.closeLink
{
	right: 2px;
	position: absolute;
	top: -2px;
	color: white;
}

.dragContainer .content
{
    clear: both;
}
 


