
.iconNew {
    background-image: url(images/common/new.png) !important;
}

.iconEdit {
    background-image: url(images/common/edit.png) !important;
}

.iconPDF {
    background-image: url(images/common/pdf.png) !important;
}

.iconEXCEL {
    background-image: url(images/common/excel.png) !important;
}

.iconRefresh {
    background-image: url(images/common/refresh.png) !important;
}

.iconDelete {
    background-image: url(images/common/delete.png) !important;
}

.iconPrint {
    background-image: url(images/common/print.png) !important;
}

.iconAccpted {
    background-image: url(images/common/accepted.png) !important;
}

.iconCancel {
    background-image: url(images/common/cancel.png) !important;
}

.iconActive {
    background-image: url(images/common/active.png) !important;
}

.iconDiv {
    width: 16px;
    height: 16px;
}

.iconDivCol {
    float: left;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: relative;
    top: 0px;
}

.x-grid3-hd-over .iconDivCol {
    float: left;
    background-repeat: no-repeat;
    margin-left: -1px;
}

.iconDivColValueRenderBool {
    margin-left: 8px;
    height: 15px;
    overflow: visible
}

.iconDivColValueRenderBool .x-checkbox-checked-render {
    margin: 0px;
}

.iconDivColValueRenderBool .x-checkbox-unchecked-render {
    margin: 0px;
}

.iconDivCol div {
    display: none;
}

.iconDivCol span {
    padding-left: 12px;
}

.x-menu-item .iconDivCol {
    float: none;
    background-position: -100px -100px;
    margin-left: 0px;
    position: relative;
    top: 0px;
}

.x-menu-item .iconDivCol div {
}

.x-menu-item .iconDivCol span {
    display: none;
}

.x-grid3-check-col {
    background-image: url(images/common/unchecked.gif);
}

.x-grid3-check-col-on {
    background-image: url(images/common/checked.gif);
}

.x-grid3-check-col-td-disabled .x-grid3-check-col {
    background-image: url(images/common/unchecked-disabled.gif);
}

.x-grid3-check-col-td-disabled .x-grid3-check-col-on {
    background-image: url(images/common/checked-disabled.gif);
}

.x-checkbox-checked-render {
    background-image: url(images/common/checked.gif);
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    margin: auto;
}

.x-checkbox-unchecked-render {
    background-image: url(images/common/unchecked.gif);
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    margin: auto;
}

.x-view-drag-insert-above {
    border-top: 1px dotted black;
}

.x-view-drag-insert-below {
    border-bottom: 1px dotted black;
}

.x-view-drop-ok-append .x-dd-drop-icon {
    background-image: url(images/common/drop-add.gif);
}

.x-view-drop-ok-above .x-dd-drop-icon {
    background-image: url(images/common/drop-over.gif);
}

.x-view-drop-ok-below .x-dd-drop-icon {
    background-image: url(images/common/drop-under.gif);
}

.x-view-drop-ok-between .x-dd-drop-icon {
    background-image: url(images/common/drop-between.gif);
}

.x-view-drop-nodrop .x-dd-drop-icon {
    background-image: url(images/common/drop-no.gif);
}

.x-dd-drop-nodrop .x-dd-drop-icon {
    background-image: url(images/common/drop-no.gif);
}

.x-menu-check-item .x-menu-item-icon {
    background-image: url(images/common/unchecked.gif);
}

.x-menu-item-checked .x-menu-item-icon {
    background-image: url(images/common/checked.gif);
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
    background-image: url(images/common/group-checked.gif);
}

.x-menu-group-item .x-menu-item-icon {
    background-image: none;
}

.x-group-by-icon {
    background-image: url(images/common/group-by.gif);
}

.x-cols-icon {
    background-image: url(images/common/columns.gif);
}

.x-checkbox, .x-radio {
    height: 15px;
    width: 15px;
}

.x-form-check-wrap .x-checkbox {
    vertical-align: bottom;
}

.x-form-check-wrap .x-radio {
    vertical-align: bottom;
}

.x-checkbox {
    background-image: url('images/common/checkbox.png');
}

.x-radio {
    background-image: url('images/common/radio.png');
}

.x-form-check-wrap .x-form-cb-label {
    top: 1px;
    margin-left: 8px;
}

.x-checkbox-focus, .x-checkbox-over {
    background-position: -15px 0;
}

.x-checkbox-down {
    background-position: -30px 0;
}

.x-checkbox-disabled {
    background-position: -45px 0;
}

.x-checkbox-checked .x-checkbox, .x-checkbox-checked .x-radio {
    background-position: 0 -15px;
}

.x-checkbox-checked .x-checkbox-focus, .x-checkbox-checked .x-checkbox-over {
    background-position: -15px -15px;
}

.x-checkbox-checked .x-checkbox-down {
    background-position: -30px -15px;
}

.x-checkbox-checked .x-checkbox-disabled {
    background-position: -45px -15px;
}

.x-checkbox-grayed .x-checkbox {
    background-position: 0 -30px;
}

.x-checkbox-grayed .x-checkbox-focus, .x-checkbox-grayed .x-checkbox-over {
    background-position: -15px -30px;
}

.x-checkbox-grayed .x-checkbox-down {
    background-position: -30px -30px;
}

.x-checkbox-grayed .x-checkbox-disabled {
    background-position: -45px -30px;
}

.x-item-readonly-sec {
    color: black;
    opacity: 1.0;
    background-color: #F1F1F1;
    background-image: none;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
}

input.x-item-readonly-sec {
    color: black !important;
    opacity: 1.0;
    background-color: #F1F1F1;
    background-image: none;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
}

.x-item-disabled.x-item-disabled-sec {
    color: black;
    opacity: 1.0;
    background-color: transparent;
    background-image: none;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
}

.x-item-disabled input.x-item-disabled-sec {
    color: black !important;
    opacity: 1.0;
    background-color: transparent;
    background-image: none;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
}

.x-item-disabled-sec2 {
    color: black;
    opacity: 1.0;
    background-color: transparent;
    background-image: none;
}

input.x-item-disabled-sec2 {
    color: black !important;
    opacity: 1.0;
    background-color: transparent;
    background-image: none;
}

.ux-mselect2-fieldset-legend {
    padding: 0px;
    margin: 0px;
    zoom: 1;
    border: 1px solid #a2a5a2;
    height: 14px;
    padding: 2px;
    padding-left: 8px;
    background: transparent url('libimages/owns/multiselect_title_bacl.gif') repeat-x 0 0;
}

.ux-mselect2-img {
    display: block;
    margin: 3px;
    cursor: pointer;
    width: 30px;
    height: 20px;
    margin-top: 5px;
}

.ux-mselect2-img-up {
    background: transparent url('images/common/up2.png');
}

.ux-mselect2-img-down {
    background: transparent url('images/common/down2.png');
}

.ux-mselect2-img-left {
    background: transparent url('images/common/left2.png');
}

.ux-mselect2-img-left-max {
    background: transparent url('images/common/leftmax2.png');
}

.ux-mselect2-img-right {
    background: transparent url('images/common/right2.png');
}

.ux-mselect2-img-right-max {
    background: transparent url('images/common/rightmax2.png');
}

.ux-mselect2-img-top {
    background: transparent url('images/common/top2.png');
}

.ux-mselect2-img-bottom {
    background: transparent url('images/common/bottom2.png');
}

.x-grid3-check-col {
    background-image: url(images/common/unchecked.gif);
}

.x-grid3-check-col-on {
    background-image: url(images/common/checked.gif);
}

.x-grid3-check-col-td-disabled .x-grid3-check-col {
    background-image: url(libimages/owns/unchecked-disabled.gif);
}

.x-grid3-check-col-td-disabled .x-grid3-check-col-on {
    background-image: url(libimages/owns/checked-disabled.gif);
}

.text-box-decorated {
    font: bold 11px arial, tahoma, verdana, sans-serif;
    text-align: center;
    padding: 5px;
    border: 1px solid black;
}

.x-grid-own-edit-prop .x-grid3-dirty-cell {
    background-image: none;
}

.x-grid3-td-progress-cell-prg .stan {
    background: transparent url(libimages/owns/progress-bg-green.gif) 0 -33px;
}

.x-grid3-td-progress-cell-stany .high {
    background: transparent url(libimages/owns/progress-bg-green.gif) 0 -33px;
}

.x-grid3-td-progress-cell-stany .medium {
    background: transparent url(libimages/owns/progress-bg-orange.gif) 0 -33px;
}

.x-grid3-td-progress-cell-stany .low {
    background: transparent url(libimages/owns/progress-bg-red.gif) 0 -33px;
}

.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: inherit;
    -khtml-user-select: text;
}


