td.ux-grid-hd-group-cell {
	background: url(../../ext_3_1_0/resources/images/default/grid/grid3-hrow.gif) repeat-x bottom;
}
td.ux-grid-hd-nogroup-cell .x-grid3-hd-inner {
	background: none;
}

.ux-filtered-NonGroup-column 
{
    padding-left: 18px;
    background-image: url(../../../Content/Assets/icons/filter.gif);
	background-repeat: no-repeat;
	background-position: left center; 
	/*Added by Almighty on 22 OCT, 2009*/
	/*When a filter is turned on, there should be margin between the column border, the icon and the column name.*/
	/*margin-left:5px;
	margin-right:5px;*/
	margin-left:5px;
	margin-right:5px;
    
    /*Added by Almighty on 22 OCT, 2009*/
    /*When a filter is turned on, the background color of the column title should be a “standout” color like pink – 
	not green (or what we used to have as long as it matches).*/
    background:YELLOW; /*#E2F3BF;*/
	border-left:  1px solid #C7E3B4;
	border-right: 1px solid #C7E3B4;
	border-bottom: 1px solid #C7E3B4;
}

.x-grid3-hd-inner
{
	
}
