.ui-jqgrid .ui-pg-input {
	height: 15px;
}

.ui-jqgrid .ui-jqgrid-htable th {
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0pt;
	padding-left: 2px;
}

.ui-jqgrid tr.jqgrow td {
  white-space: normal !important;
  height:auto;
  vertical-align:text-top;
  padding-top:2px;
}

.ui-jqgrid-titlebar-close {
	display: none;
}

.celWhite {
	background: white;
}

.celGreen {
	background: #B8EB76;
}

.celGray {
	background: #E1E1E1;
}

.celRed {
	background: #EB767D;
}

.celOrange {
	background: #FFC394;
}

.celPurple {
	background: #CAB1EB;
}