﻿.reorderList
{
    padding:0px;
    margin:0px;
    color:Black;
    padding-bottom:5px;
}

.reorderList .itemArea
{
    /*padding-right:13px;*/
    padding-left:10px;
    border:0px;
    min-height:36px;
    vertical-align:middle;
    margin-top:12px;
}
.reorderList .itemArea > table
{
    padding-bottom:12px;
}

.reorderList .itemAreaDisabled
{
    padding-left: 39px !important;
}


.reorderList .itemAreaLeeg
{
    /*padding-right:13px;*/
    padding-left:10px;
    border:0px;
    height:40px;
    vertical-align:middle;
    background-color:#eeeeee;
    line-height:40px;
}

.reorderList .tr0
{
    background-color:#eeeeee;
}

.reorderList .tr1
{
    background-color:White;
}

.reorderList .dragHandle 
{
	width:24px;
	height:36px;
	background-image: url('../Images/draghandle.png');
    background-repeat:no-repeat;
	cursor:move;
    margin-top: 15px;
}

.reorderList li 
{
	list-style:none;
	/*margin-left:-40px;*/
}

.dragVisualContainer
{
    z-index:999999999;
}

.dragVisualContainer li  
{
    list-style:none;
}

.reorderList .reorderCue 
{
	border:dashed thin black;
	width:100%;
	height:36px;
}

.reorderList a
{
    color:black;
}

.divReorderList
{
    cursor:pointer;
}