.dragTextCell{
  font-family:arial;
  font-weight:bold;
  font-size:9pt;
  padding:0px 10px 0px 10px;
  color:white;
}
.dragAccessD{
	background-image:url(../imgs/false.gif);
	width:22px;
	height:22px;
}
.dragAccessA
{
	width:22px;
	height:22px;
	background-image:url(../imgs/true.gif);
}

.dragSpanDiv{ 	height:22px; overflow:hidden; border: 1px #9370DB solid; background-color:#9496D6; padding:0px; margin:0px;
	filter:alpha(opacity:90);
	-moz-opacity:0.9;
	opacity:0.9;
 }
 .dragSpanDiv td{
	background-color: transparent;
 }


 .dragAndDropRow{ background-color : #0066FF; color:white; }

