

/*Reorder List*/
.ClsDragHandle 
{
    width:30px;
	height:15px;
	background-color:Blue;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}
.ClsCallbackStyle 
{
	border:dashed 1px #006699 ;/*thin green inset;*/		
}
.ClsCallbackStyle table 
{
	background-color:#5377A9;	
	color:Black;
}
.ClsReorderListContainer
{
	width: 95%;
	font-size:8pt;
	
}
.ClsReorderListContainer li 
{
	list-style: url(../images/drag_handle.gif) ;
	
	
	margin:2px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF !important;
	
}
.ClsReorderListContainer li a 
{
	color:#FFF !important; font-weight:bold;	
}

.ClsReorderCue 
{
	border:dashed thin black;
	width:100%;
	height:25px;
}
.ClsItemArea 
{
margin-left:5px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

.ClsItem
{
	color:#FFF !important;
	font-size:1em;  /* 0.7em */
	white-space:nowrap;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : #ebebeb; /* inherit; */
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99 !important;
	color: black;
	padding: 1px;
	cursor:pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : #ebebeb !important; /* window; */
	color : windowtext;
	padding : 1px;
	
}

/*Textbox Watermark*/

/*
.unwatermarked {
	height:18px;
	width:148px;
}
*/

.watermarked {
/*	height:20px;
	width:150px;  */
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	
}
