﻿body
{
}
LI
{
    list-style: none;
}
/*Reorder List*/.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: #f57a20;
   /* background-image: url(../../App_Themes/Images/bg-menu-main.png);*/
    cursor: move;
    border: outset thin white;
}
.callbackStyle
{
    border: thin blue inset;
}
.callbackStyle table
{
    background-color: #5377A9;
    color: Black;
}
.reorderListDemo li
{
    list-style: none;
    margin: 2px; /*background-image: url(App_Themes/Images/bg_nav.gif);*/
    background-repeat: repeat-x;
    color: Blue;
}
.dragVisualContainer li
{
    list-style: none; /*background-image: url(App_Themes/Images/bg_nav.gif);*/
    background-repeat: repeat-x;
}
.reorderListDemo li a
{
    font-weight: bold;
}
.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}
.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
}
