﻿

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(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;
	padding:0;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.dragVisualContainer li  {
    list-style:none;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}
.reorderListTitle {margin:0 10px 0 15px;}
.reorderListTitleImg 
{
    border:0 !important;
    background-image: url(TreeList/CssImages/TreeLineLast.gif);
    background-repeat:no-repeat;
    width:33px;
    height:12px;
 }

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}
.reorderListDemo ul {margin:0 25px 0 30px;}
.reorderListDemo li table, .reorderListDemo li table tr td { margin:0; padding:0; line-height:1.5em}
.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;
}

/* END Reorder List*/
.FuntionImgButton
{
  position:relative;
  float:right;
  padding: 4px 4px 0 4px;
    }
.ItemEditPanel    
{
    margin:0 10px 0 15px;
    }