/* icons used in the toolbar */
.add {
  background-image:url(img/add.gif) !important;
}
.remove {
	background-image:url(img/delete.gif) !important;
}
.modify {
	background-image:url(img/modify.gif) !important;
}
.search {
	background-image:url(img/search.png) !important;
}
.print{
	background-image:url(img/print.png) !important;
}
/* styles used for the cells */
.readonlycell { 
  background-color:#CCCCCC !important;
}
.coolcell { 
  background-image:url(img/cellbck.jpg) !important;
}
