
/* Bold and Italic for current page menu item. active-menu-item is a custom css class. */
.active-menu-item, .active-menu-item .x-btn-text {
    font-weight: bold;
    /*font-style: italic;*/
}

/* Icons for RadioColumn */
.x-grid3-body .x-grid3-radio-col-td .x-grid3-cell-inner {
	padding: 1px 0 0 0!important;
}
.x-grid3-radio-col {
	width: 100%;
	height: 16px;
	background: transparent url(../images/radiooff.gif) no-repeat center center;
}
.x-grid3-radio-col-on {
	width: 100%;
	height: 16px;
	background: transparent url(../images/radioon.gif) no-repeat center center;
}


.x-btn-small .x-btn-icon-new-map,
.x-menu-icon-new-map {
    background-image:url(../images/22.gif);
}

.x-btn-small .x-btn-icon-add-file,
.x-menu-icon-add-file {
    background-image:url(../images/9.gif);
}

.x-btn-small .x-btn-icon-download,
.x-menu-icon-download {
    background-image:url(../images/4.gif);
}

.x-btn-small .x-btn-icon-files,
.x-menu-icon-files {
    background-image:url(../images/33.gif);
}

.x-btn-small .x-btn-icon-ok,
.x-menu-icon-ok {
    background-image:url(../images/27.gif);
}

.x-btn-small .x-btn-icon-save {
    background-image:url(../images/1.gif);
}

.x-btn-small .x-btn-icon-cancel,
.x-menu-icon-cancel {
    background-image:url(../images/6.gif);
}

.x-btn-small .x-btn-icon-add,
.x-menu-icon-add {
    background-image:url(../images/38.gif);
}

.x-btn-small .x-btn-icon-edit,
.x-menu-icon-edit {
    background-image:url(../images/13.gif);
}

.x-btn-small .x-btn-icon-delete,
.x-menu-icon-delete {
    background-image:url(../images/11.gif);
}

.x-btn-small .x-btn-icon-expand {
    background-image:url(../images/8.gif);
}

.x-btn-small .x-btn-icon-collapse {
    background-image:url(../images/7.gif);
}

.x-btn-small .x-btn-icon-reload {
    background-image:url(../images/2.gif);
}


.x-btn-small .x-btn-icon-user-add,
.x-menu-icon-user-add {
    background-image:url(../images/36.gif);
}

.x-btn-small .x-btn-icon-user-edit,
.x-menu-icon-user-edit {
    background-image:url(../images/37.gif);
}

.x-btn-small .x-btn-icon-user-delete,
.x-menu-icon-user-delete {
    background-image:url(../images/35.gif);
}

.x-btn-small .x-btn-icon-user-enable,
.x-menu-icon-user-enable {
    background-image:url(../images/34.gif);
}

.x-btn-small .x-btn-icon-user-passwd,
.x-menu-icon-user-passwd {
    background-image:url(../images/40.gif);
}

.x-btn-small .x-btn-icon-archive,
.x-menu-icon-archive {
    background-image:url(../images/5.gif);
}

.x-btn-small .x-btn-icon-mail-add,
.x-menu-icon-mail-add {
    background-image:url(../images/21.gif);
}

.x-btn-small .x-btn-icon-note,
.x-menu-icon-note {
    background-image:url(../images/33.gif);
}

.x-btn-small .x-btn-icon-data-add {
    background-image: url(../images/12.gif);
}

.x-btn-small .x-btn-icon-database-delete {
    background-image: url(../images/12.gif);
}

.x-btn-small .x-btn-icon-check-out,
.x-menu-icon-check-out {
    background-image: url(../images/5.gif);
}

.x-btn-small .x-btn-icon-shopping-cart-add {
    background-image: url(../images/shopping_cart_add.gif)
}

.x-btn-small .x-btn-icon-shopping-cart-delete {
    background-image: url(../images/shopping_cart_delete.gif)
}

.x-btn-small .x-btn-icon-optimize {
    background-image: url(../images/calculate.gif)
}

.x-btn-small .x-btn-icon-shopping-cart {
    background-image: url(../images/shopping_cart.gif)
}

.x-btn-large .x-btn-icon-shopping-cart {
    background-image: url(../images/shopping_cart_32x32.gif)
}

.x-tree-node-leaf .user {
    background-image:url(../images/34.gif);
}

.x-btn-small .x-btn-icon-move-left,
.x-menu-icon-move-left {
    background-image: url(../images/24.gif);
}

.x-btn-small .x-btn-icon-move-right,
.x-menu-icon-move-right {
    background-image: url(../images/23.gif);
}

.x-btn-small .x-btn-icon-move-left-all,
.x-menu-icon-move-left-all {
    background-image: url(../images/26.gif);
}

.x-btn-small .x-btn-icon-move-right-all,
.x-menu-icon-move-right-all {
    background-image: url(../images/25.gif);
}

.x-tree-node-leaf .user-disabled {
    background-image:url(../images/35.gif);
}

/*.x-tree-node-collapsed .classifier-empty {
    background-image:url(../images/15.gif);
}

.x-tree-node-expanded .classifier-empty {
    background-image:url(../images/16.gif);
}

.x-tree-node-leaf .classifier-empty {
    background-image:url(../images/14.gif);
}

.x-tree-node-leaf .classifier-full {
    background-image:url(../images/14.gif);
}

.x-tree-node-collapsed .classifier-full {
    background-image:url(../images/17.gif);
}

.x-tree-node-expanded .classifier-full {
    background-image:url(../images/18.gif);
}*/

.x-tree-node-collapsed .classifier-empty {
    background-image:url(../images/folder-grey.gif);
}

.x-tree-node-expanded .classifier-empty {
    background-image:url(../images/folder-open-grey.gif);
}

.x-tree-node-leaf .classifier-empty {
    background-image:url(../images/leaf-grey.gif);
}

.x-tree-node-leaf .classifier-full {
    background-image:url(../images/leaf-green.gif);
}

.x-tree-node-collapsed .classifier-full {
    background-image:url(../images/folder-green.gif);
}

.x-tree-node-expanded .classifier-full {
    background-image:url(../images/folder-open-green.gif);
}

.x-actioncolumn-fixed-size {
    height: 16px;
    width: 16px;
}


.x-action-col-cell img {
    height: 16px;
    width: 16px;
}

.x-grid-icon-sent {
    background: url(../images/5.gif);
}

.x-grid-icon-ok {
    background: url(../images/27.gif);
}

.x-grid-icon-cancel {
    background:url(../images/6.gif);
}

.x-grid-icon-edit {
    background:url(../images/13.gif);
}

.status-disabled *, .status-online *, .status-offline * {
    margin-left: 15px;
}
.status-disabled {
    background:url(../images/user-delete.gif) left no-repeat !important;
}

.status-online {
    background:url(../images/status-online-icon.png) left no-repeat !important;
}
.status-offline {
    background:url(../images/status-offline-icon.png) left no-repeat !important;
}
.mappanel-zoom-in-button {
    background: url(../images/zoom_in.gif) no-repeat !important;
}
.mappanel-zoom-out-button {
    background: url(../images/zoom_out.gif) no-repeat !important;
}

.account-not-active {
    background: #ffb8bf;
}

.account-hidden {
    background: #56b7e5;
}

.left-info-icon-window-body {
    padding-left: 60px;
    padding-top: 5px;
    background-image: url(../../ext-3.4.0/resources/images/common-info-big.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

.left-warning-icon-window-body {
    padding-left: 60px;
    padding-top: 5px;
    background-image: url(../../ext-3.4.0/resources/images/common-warning-big.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

.left-error-icon-window-body {
    padding-left: 60px;
    padding-top: 5px;
    background-image: url(../../ext-3.4.0/resources/images/common-error-big.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
}

.x-grid3-row td,
.x-grid3-summary-row td,
.x-grid3-cell-text,
.x-grid3-hd-text,
.x-grid3-hd,
.x-grid3-row {
	-moz-user-select: text;
	-webkit-user-select:text;
}

/* tristate checbox tree */
.styledCheckbox {
    height: 13px;
    width: 13px;
    filter: alpha(opacity=0.0);
    opacity: 0.0;
    outline: 0;
}

.styledCheckboxWrap {
    position: relative;
    background: url(../images/checkbox.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    margin: 3px;
}

.ext-webkit .styledCheckboxWrap {
    padding-bottom:1px;
}
.wrapChecked{ background-position: 0px -13px; }

.wrapPartial{ background-position: 0px -26px; }