<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Ext JS Library 3.3.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/**
 * GridFilters gray Styles
 **/
.ux-filtered-column.sort-asc .x-grid3-sort-icon {
	background-image: url(../images/Extjs/gray/menu/sort_filtered_asc.gif) !important;
}

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
	background-image: url(../images/Extjs/gray/menu/sort_filtered_desc.gif) !important;
}

.ux-gridfilter-text-icon {
	background-image: url(../images/Extjs/gray/menu/find.png) !important;
}

/**
 * RangeMenu Styles
 **/
.ux-rangemenu-gt {
	background-image: url(../images/Extjs/gray/menu/greater_than.png) !important;
}

.ux-rangemenu-lt {
	background-image: url(../images/Extjs/gray/menu/less_than.png) !important;
}

.ux-rangemenu-eq {
	background-image: url(../images/Extjs/gray/menu/equals.png) !important;
}

/**
* column tree styles 
**/
.x-tree-headers {
	background: #f9f9f9 url(../images/ExtJs/gray/grid/grid3-hrow.gif) repeat-x 0 bottom;
}

.sliderTick {
	background: url(../images/Extjs/gray/slider/ticks.gif) no-repeat top center;
}

body.x-body-masked .x-window-plain .x-window-mc {
    background-color: #F4F4F4;
}

</pre></body></html>