
/* cell style */
td.celledit         {
   background-image: none;
   background-color: #ecefeb;
}

.ui-state-hover td.celledit { 
	background: #d0e5f5 50% 50% repeat-x; 
	font-weight: bold; 
	color: #1d5987; 
}

td.celllink > span     	  {color:inherit; color:#1a25ef;cursor:pointer;}
td.celllink > span.hover  {text-decoration:underline; color:inherit; color:#1a25ef;cursor:pointer;}


.ui-jqgrid {
	border-radius : 0px;
	border-bottom:  1px solid #C5D8DC;
	border-top: 2px solid #C5D8DC;
	border-left: 1px solid #C5D8DC;
	border-right: 1px solid #C5D8DC;
}

.ui-jqgrid tr.ui-row-ltr td.jqgrid-rownum {
	background : none;
}

.ui-jqgrid .ui-icon-asc {margin-left: 1px;}

/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {
	background: none repeat scroll 0 0 #ECF4F7;
	/*border-bottom: 0 none !important;*/
	margin-bottom: -1px;
	z-index: 1;
}

.ui-jqgrid .frozen-div {
	overflow : hidden;
}

.ui-jqgrid .frozen-bdiv {
	margin-top : -1px;
}

.ui-jqgrid .ui-jqgrid-bdiv {
	z-index: 0;
}

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels{
	height : 28px !important;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-right : 1px solid #C5D8DC;
}


.ui-jqgrid .ui-jqgrid-htable th div {
    color	: #5B6971;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column
, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
    background: none repeat scroll 0 0 #ECF4F7;
    color	: #5B6971;
}

.ui-jqgrid tr.jqgrow {
	border-left : none;
	border-right : none;
}

/*
.ui-jqgrid tr.jqgrow td{
	border-right : 1px solid #C5D8DC;
}
*/
.ui-jqgrid tr.ui-row-ltr td {
	border-right : 1px solid #C5D8DC;
}

.ui-jqgrid .ui-jqgrid-pager {
    background: none repeat scroll 0 0 #ECF4F7;
    color	: #5B6971;
	border-radius : 0px;
	border-top	: 1px solid #C5D8DC;
}
