.calendar-pick {
  background: url(images/calendar_icon.gif) no-repeat scroll center center;
  width: 20px;  
}

.link-edit-button {
  background: url(images/hyperlink.png) no-repeat scroll center center;
  width: 20px;  
}

.drop-target {
  color: red;   
}

.rowdrag-handle {
  cursor: move;
  background: url(images/up_down.png) no-repeat scroll center center;
}

.command-cell {  
  text-align: center;
  vertical-align: middle;
}
  
.singlerow-edit img {
  background: url(images/rowedit.png) no-repeat scroll center center;  
}

.singlerow-cancel img {
  background: url(images/rowcancel.png) no-repeat scroll center center;  
}

.singlerow-save img {
  background: url(images/rowsave.png) no-repeat scroll center center;  
}

