﻿.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: #000;
    cursor: move;
    border: outset thin white;
}
.callbackStyle
{
    border: thin blue inset;
}

.reorderListDemo li
{
    list-style: none;
    margin: 2px;
    background-image: url(/images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #000;
}
.reorderListDemo li a
{
    color: #000 !important;
    font-weight: bold;
}
.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}
.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}

