/** Add css rules here for your application. */

.icon-new {
  background: url(icons/new.gif) no-repeat center left !important;
}

.icon-delete {
  background: url(icons/delete.gif) no-repeat center left !important;
}

.icon-save {
  background: url(icons/save.png) no-repeat center left !important;
}

.icon-view {
  background: url(icons/view.png) no-repeat center left !important;
}

.icon-edit {
  background: url(icons/edit.png) no-repeat center left !important;
}

td.x-grid3-td-notification {
    overflow: hidden;
}
td.x-grid3-td-notification div.x-grid3-cell-inner {
    white-space: normal;
}

.gwt-Frame {
	margin: 0px 0px 0px 0px;
	border: 0px none;
}
