
/*
 * TABLE STYLES:
 * These styles control the jq grid tables
 * header bg: #eaf7f9
 * table row bg: #fff
 * table row select bg: #edefef
 */

.ui-state-highlight {
	background: #B1B3B3 !important;
	border: #EDEFEF !important
}
.ui-widget-content td .ui-state-default{
	background: #EAF7F9 !important;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
	border-right-color: transparent !important;
	text-align: left !important;
}

.ui-jqgrid TR.ui-row-ltr TD {
	border-right-color: transparent !important;
	border-right: 0px !important;
}