.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
	min-width: 75px;
}
.colSortActive {
	color: red !important;
}

.ui-jqgrid tr.ui-row-ltr td {
	height: 18px;
}

.ui-jqgrid-btable tr.ui-state-highlight  {
	border: 0;
}

.ui-jqgrid-btable tr.ui-state-highlight td  {
	border: 0;
	background: none;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

.ui-jqgrid-btable tr.ui-state-highlight td.jqgrid-rownum {
	color: red;
	font-weight: bold;
}

.ui-jqgrid-btable .ui-state-default {
	border: 0;
	outline: 0;
}



.ui-jqgrid-btable .ui-state-highlight {
	background: none;
}

.ui-jqgrid-btable * {
	font-size: 11px;
}

.ui-jqgrid-btable tr.ui-state-hover td  {
	/*border: 0;
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;*/
	background: none;
}

.ui-jqgrid-btable tr.selected  td {
	/*border: 0;*/
	background: #FBFF99;
	/*border-top: 2px solid black;
	border-bottom: 2px solid black;*/
}