﻿/*	Reorder List		*/
.reorderList 
{
	border:solid 1px #689AE3;
	border-bottom:solid 2px #689AE3;}
.reorderList .dragHandle
{	width:18px;
	height:12px;
	background-image:url(icons/move.gif);
	background-position:center;
	background-repeat:no-repeat;
	cursor:move;
	}
.reorderList .reorderTemplate {border:dashed 1px black;height:12px;}
.reorderList li {background-color:#689AE3;}
.reorderList ul	{list-style-type: none;}
.reorderList .reorderItem	{
	background-image:url(images/gradientBlueS.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#7AA6E5;
	}
.reorderCue {border:dashed 1px black;}
.reorderList .editTemplate 
{
	background-color:#79A5E5;}
.reorderList .insertTemplate
{
	margin:0px 10px 0px 50px;
	padding-left:20px;
	background-image:url(icons/weather_sun.gif);
	background-position:left;
	background-repeat:no-repeat;
	overflow:visible;
	}

.reorderList .insertTemplate .textBoxWatermarkCssClass 
{
	color:#999999;
	}