.jobs li{
  cursor:url(../images/grab.cur), move;
}
.jobs .dragging span{
  cursor:url(../images/grabbing.cur), move;
  display:block;
  overflow:hidden;
  height:38px;
  width:161px;
  background:#F5F5F5;
  padding:6px 6px 6px 35px;
  color:#00ADEF;    
}

#favourites{
  list-style:none;
  padding:0 6px 60px 6px;
  overflow:hidden;
}
.drag_job{
  background:#E6F7FD;
}
.drop_job{
  background:#C0F0FA;
}
#favourites li{
  height:60px;
  margin:7px 0 0 0;
  background:#F5F5F5;
  clear:both;
  overflow:hidden;
}
#favourites li.favourite_progress{
  padding-top:10px;
  font-size:1.2em;
  height:30px;
}
#favourites li.favourite_progress .handle{
  background:#F5F5F5 url(../images/progress.gif) no-repeat 10px 0px;
}
#favourites li .position{
  margin:6px 6px 0 0;
  font-size:1.2em;
  display:block;
  color:#989898;
  line-height:1.2em;
}
#favourites li span{
  display:block;
  color:#323232;
}
#favourites li .handle{
  display:block;
  width:35px;
  height:50px;
  float:left;
  background:url(../images/movable.gif) no-repeat 10px 15px;
  cursor:n-resize;
}

#favourite_drop{
  height:108px;
  background:url(../images/drop_jobs_here.gif) no-repeat top left transparent;
  margin:16px 6px -136px 20px;
  font-size:1.3em;
  color:#A5A5A5;
  font-weight:bold;
  padding:12px 80px 0px 10px;  
}
#fav_head.trash span{
  background:url(../images/trash.gif) no-repeat 6px 3px;
}
#fav_head.trash_over span{
  background:url(../images/trash_over.gif) no-repeat 6px 3px;
}
#fav_head.trash_progress span{
  background:url(../images/progress.gif) no-repeat 10px 8px;
}
