/*! jQuery UI - v1.10.4 - 2014-08-07
/* Layout helpers
----------------------------------*/
.ui-jqgrid .ui-jqgrid-sortable {cursor:default;}


.ui-widget-content .ui-jqgrid-hdiv {
	/*
	margin-top: -2px;	
	*/
	border-bottom:0px;
	background: #e7f4ff;
	font-weight: bold;
	color: #72777b;
	overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-htable th {
	border-right: 1px solid #929292;
	border-bottom:1px solid #929292;
	background: #eef2fa;
	font-weight: bold;
	color: #000000;
}

.ui-jqgrid-bdiv .ui-state-default {
	border: 1px solid #e2e2e2;
	background: #EEFFF5;
	font-weight: bold;
	height:180px;
}

#gbox_tbl_data_view{
	border-top:1px solid #b1b1b1;
	border-right:1px solid #b1b1b1;
	border-bottom:1px solid #b1b1b1;
}


.ui-state-highlight {width:140px; color: #000000;}

