@charset "UTF-8";


#dwzDragDiv
{
    display:none;
    position:absolute;
	margin-left:5px;
    background-color:#8ED1D7;
    border:1px dashed #003399;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-webkit-opacity:0.85;
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
}

.DragDropCell
{
	width:25px;
    background-image:url(drag-drop-sort-images/DragDrop.png);
    background-position:center center;
    background-repeat:no-repeat;
    cursor:move;
}

th.DragDropCell
{
    background-image:url(drag-drop-sort-images/DragDropHeader.png);
    background-position:center center;
    background-repeat:no-repeat;
	cursor:default;
}


.DragDropCell_Active
{
    background-image:url(drag-drop-sort-images/DragDropActive.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#ADD8E6;
    cursor:move;
}

.tableSpacer10 { width:10px }

/* Retina backgrounds */

@media (-webkit-min-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:13/10), (min-resolution:125dpi)
{
.DragDropCell { background-image: url(drag-drop-sort-images/DragDrop@2x.png); background-size: 16px 16px; }
th.DragDropCell { background-image: url(drag-drop-sort-images/DragDropHeader@2x.png); background-size: 16px 16px; }
.DragDropCell_Active { background-image: url(drag-drop-sort-images/DragDropActive@2x.png); background-size: 16px 16px; }

}