@charset "UTF-8";
/* Custom css styles for Webpath specific parts of the Flexigrid table widget */

.flexigrid div.fbutton .new-button {
  background: url(images/add.png) no-repeat center left;
}

/* TODO: uncomment when we find good images. */
.flexigrid div.fbutton .approve-button {
  /*background: url(images/add.png) no-repeat center left;*/
}

/* TODO: uncomment when we find good images. */
.flexigrid div.fbutton .reject-button {
  /*background: url(images/add.png) no-repeat center left;*/
}

.flexigrid {
  font-weight: normal;
}

.flexigrid div.hDiv th {
  font-weight: bold;
}


