/*-----------------------------------------------------------------------------
Sortable Structure:
-----------------------------------------------------------------------------*/
ul.sortable {
	text-align:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

.dotted-bottom { border-bottom: 1px dotted #3A5980; }

.nowrap { white-space:nowrap }

/*-----------------------------------------------------------------------------
Handles:
-----------------------------------------------------------------------------*/
.eventHandle       { cursor: move; }