html, body {
    margin: 0;
    padding: 0;
    /*font-size: 75%;*/
}

A {
    text-decoration: underline;
}

.ibutton {
  width:17px;
  float:left;
  text-decoration: none;
}
 
/* This makes it so columns can wrap */
th.ui-th-column div{
  white-space:normal !important;
  height:auto !important;
  padding:2px;
}

/* Color the selected line - was too light */
.ui-state-highlight {
  background: #CCCCCC !important;
}

/* Headers are huge so make them smaller (Can't make them smaller than this)*/
.ui-jqgrid-titlebar {
  height: 34px !important;
}

/* This stretches the header search cell so the clear looks correct */
.ui-search-table td {
    width: 100%;
}

/* Style up the standard buttons */
.lbc-button {
    font-size: 12px;
    height: 25px;
    margin: 5px;
    padding: 5px;
}

.ui-widget {
  font-size: 9pt;
}
.ui-dialog-title {
  font-size: 10pt !important;
}
