﻿/*Reorder List*/

.DragHandle {
	width:10px;
	height:18px;
	background-color: #707070;
	cursor:move;
	border:outset 2px white;
}

.CallbackStyle {
	border:thin blue inset;		
}

.CallbackStyle table {
	background-color: #DDDDDD;	
	color:Black;
}

#content .ReorderList ul
{
	margin-left: 20px;
	list-style-image: none;
	min-height: 150px;
	_height: 150px;
}

#content .ReorderList ul li {
	list-style: none;
	background-color: #EAEAEA;
	color: Black;
	border: none;
	margin-bottom: 5px;
	height: 21px;
	width: 300px;
	background-image: none;
	padding-left: 0px;
}

.ReorderList li a {}

.ReorderCue {
	/*border: dashed 1px black;*/
	height: 21px !important;
	width: 300px !important;
	background-color: #eee;
}

.ItemArea {
	margin-left:15px;
	text-align:left;
}

