/* icons used in the toolbar */
.add {
  background-image:url(images/add.gif) !important;
}
.remove {
	background-image:url(images/delete.gif) !important;
}
.search {
	background-image:url(images/search.png) !important;
}

/* styles used for the cells */
.readonlycell { 
  background-color:#CCCCCC !important;
}
.coolcell { 
  background-image:url(images/cellbck.jpg) !important;
}