/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
table.DTCR_clonedTable {
	background-color: white;
	z-index: 202;
}

div.DTCR_pointer {
	width: 1px;
	/*background-color: #0259C4;
	*/
	z-index: 201;
}

div.DTCR_pointer {
	margin-top: -80px;
	margin-left: -7px;
	width: 13px;
	height: 9px;
	background: url('../../images/col_move.png') no-repeat top left;
}

div.DTCR_pointer.OF {
	margin-top: -50px;
}

div.DTCR_pointer.OT {
	margin-top: -70px;
}