table.DnDTable
{
	
}

table.DnDTable tr.nodrop, table.DnDTable tr.nodrag
{
	cursor: auto;
}

table.DnDTable tr.draggable
{
	color: #e77157;
    background-color: #cedfe8;
}
	
table.DnDTable td.dragHandle 
{
	/*
	background-image: url("../images/borde-punteado.png");
	background-position: left;
	background-repeat: no-repeat;
	*/
}

table.DnDTable td.showDragHandle 
{
	background-image: url("../images/iconos/updown.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: move;
}