﻿/*Reorder List*/
.dragHandle {
width:10px;
height:15px;
background-color:Blue;
background-image:url(images/bg-menu-main.png);
cursor:move;
border:outset thin white;
}

.reorderListCallback {
border:thin blue inset; 
}

.reorderListCallback table {
background-color:#5377A9; 
color:Black;
}


.reorderList li {
list-style:none;
margin:2px;
background-image:url(images/bg_nav.gif);
background-repeat:repeat-x;
color:#FFF;
}

.reorderList li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
border:dashed thin black;
width:100%;
height:25px;
}
