/* CSS Document */

#columns {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#columns ul{
	padding:0;
	margin:0;
}

#empty_column {
	width: 30px;
}

#drag_column, #empty_column, #drop_column {
	float: left;
	margin-right:2px;
}

#drag_column li:hover{
	background-color: #E5E5ED;
}
#drag_column li a{
	color:#000;
	text-decoration:none;
}
#drag_column li a:hover{
	text-decoration:underline;
	cursor:pointer;
}
#drag_column li.active{
	background-color:#FFC92D;
}
#drag_column li.active a{ 
	color:#000;
}
#drag_column li.inactive{
	background-color:#D5D5E2;
}
#drag_column li.inactive:hover{
	background-color:#E5E5ED;
}
#drag_column li.inactive a{
	color:#000;
}


#drag_column li {
	cursor: move;
	text-align:left;
	width:300px;
	list-style:none;
	margin:0;
	padding:3px 5px 3px 5px;
	font-size:13px;
	margin-bottom:1px;
	background-color: #D5D5E2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5ED;
	border-right-color: #707077;
	border-bottom-color: #707077;
	border-left-color: #E5E5ED;
}

#drop_column ul{
	top: 0px;
}

#drop_column li {
	text-align:left;
	width:300px;
	list-style:none;
	margin:0;
	padding:3px 5px 3px 5px;
	font-size:13px;
	margin-bottom:1px;
	/*background-color: #D5D5E2;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5ED;
	border-right-color: #707077;
	border-bottom-color: #707077;
	border-left-color: #E5E5ED;
}

.drag{
	float:right;
	font-size:12px;
	display:block;
}

.edit{
	float:right;
	font-size:12px;
	padding-right:5px;
	display:block;
}
