.drop-background{
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	background: #fff;
	float: left;
	display:inline-block;
	width: 177px;
	min-height:176px;
	max-height:176px;
	overflow:auto;
	/*border:1px inset blue;*/
}
.droptrue {
	list-style-type: none;
	margin: 0;
	background: #fff;
	width: 150px;
	min-height:160px;
	max-height:160px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	/*border:1px inset red;*/
}

.droptrue li {
	margin: 2px 5px 5.3px 5px;
	padding: 5px;
	font-size: 10px;
	width: 136px; /* largura do droptrue -21 */
	cursor:default;
	color:#000;
}

/*muda a cor quando está selecionando*/
ul.droptrue .ui-selecting {
	background: #FECA40;
}

/*muda a cor quando está selecionado*/
ul.droptrue .ui-selected {
	background: #F39814;
	color: #FFF;
}

.sortable_links{
	color:#333;
	text-decoration:none;
}

.sortable_links:hover{
	text-decoration:underline;
}
