.x_tbrowser_paging {
    border: 0px;
    cursor: pointer;
}

.x-date-middle {
    padding-top:2px;padding-bottom:2px;
    width:130px; /* FF3 */
}

.x-grid3-hd-row td.ux-filtered-column {
    font-style: italic;
    font-weight: bold;
}

.tbrowser_tabpanel { height: 24px }
.tbrowser_tabpanel x-tab-panel-bwrap { display: none }
.tbrowser_tabpanel ul.x-tab-strip{width:100%;}
.tbrowser_tabpanel ul.x-tab-strip li{float:right;margin:0 2px 0 0;}

.x-tab-panel-header { padding-bottom: 0px; border: 0px }


.x-grid3-hd-row .ux-filtered-column {
    border-left:  1px solid #C7E3B4;
    border-right: 1px solid #C7E3B4;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
    background-image: url('../images/header_bg.gif');
}

.ux-filtered-column .x-grid3-hd-btn {
    background-image: url('../images/hd-btn.gif');
}

.ux-filtered-column.sort-asc .x-grid3-sort-icon {
    background-image: url('../images/sort_filtered_asc.gif');
}

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
    background-image: url('../images/sort_filtered_desc.gif');
}

.ux-gridfilter-text-icon {
    background-image: url('../images/find.png');
}

/**
 * RangeMenu.js Styles
 **/
.ux-rangemenu-gt {
    background-image: url('../images/greater_then.png');
}

.ux-rangemenu-lt {
    background-image: url('../images/less_then.png');
}

.ux-rangemenu-eq {
    background-image: url('../images/equals.png');
}

/**
 * TreeMenu.js Styles
*/
.ux-tree-menu {
    background-image: none;
}

.ux-tree-menu-wrap {
    position: relative;
    overflow: auto;
}

.ux-tree-menu-search-icon {
    position: absolute;
    top:    3px;
    left:   3px;
    width:  18px;
    height: 18px;
    background: url('../images/find.png') top left no-repeat;
}

.ux-tree-menu-search {
    padding-left: 19px;
}

/**
 * Ext.ux.grid.RowActions.css
 *
 * Style sheets for Grid RowActions Plugin
 *
 * @author   Ing. Jozef Sakáloš
 * @date     27. March 2008
 * @verson   $Id: Ext.ux.grid.RowActions.css 140 2008-04-06 01:24:10Z jozo $
 *
 * @license Ext.ux.grid.RowActions.css is licensed under the terms of
 * the Open Source LGPL 3.0 license.  Commercial use is permitted to the extent
 * that the code/component(s) do NOT become part of another Open Source or Commercially
 * licensed development library or toolkit without explicit permission.
 *
 * License details: http://www.gnu.org/licenses/lgpl.html
*/

/* styles for rows */
.ux-row-action-cell .x-grid3-cell-inner {
    padding: 1px 0 0 0;
}
.ux-row-action-item {
    float:left;
    min-width:16px;
    height:16px;
    background-repeat:no-repeat;
    margin: 0 5px 0 0;
    cursor:pointer;
    overflow:hidden;
}
.ext-ie .ux-row-action-item {
    width:16px;
}
.ext-ie .ux-row-action-text {
    width:auto;
}
.ux-row-action-item span {
    vertical-align:middle;
    padding:0 0 0 20px;
    line-height:18px;
}
.ext-ie .ux-row-action-item span {
    width:auto;
}

/* styles for groups */
.x-grid-group-hd div {
    position:relative;
    height:16px;
}
.ux-grow-action-item {
    min-width:16px;
    height:16px;
    background-repeat:no-repeat;
    background-position: 0 50% ! important;
    margin: 0 0 0 4px;
    padding: 0 ! important;
    cursor:pointer;
    float:left;
}
.ext-ie .ux-grow-action-item {
    width:16px;
}
.ux-action-right {
    float:right;
    margin: 0 3px 0 2px;
    padding: 0 ! important;
}
.ux-grow-action-text {
    padding: 0 ! important;
    margin:0 ! important;
    background:transparent none ! important;
    float:left;
}
