
.reload {
    background-image:  url(../images/reload.gif) !important;
}
.add {
    background-image:url(../images/add.gif) !important;
}
.copy {
    background-image:url(../images/copy.gif) !important;
}
.cancel {
    background-image:url(../images/cancel.gif) !important;
}
.edit {
    background-image:url(../images/edit.gif) !important;
}
.detail {
    background-image:url(../images/detail.png) !important;
}
.remove {
    background-image:url(../images/delete.gif) !important;
}
.save {
    background-image:url(../images/save.gif) !important;
}
.filter {
    background-image: url(../images/filter.gif) !important;
}
.removefilter {
    background-image:url(../images/filter-undo.gif) !important;
}
.import {
    background-image:url(../images/import.gif) !important;
}
.export {
    background-image:url(../images/export.gif) !important;
}
.filterclean {
    background-image:url(../images/filter_clean.gif) !important;
}
.play {
    background-image:url(../images/play.gif) !important;
}
.schedule {
    background-image:url(../images/schedule.png) !important;
}
.log {
    background-image:url(../images/log.png) !important;
}
.sortcolumns {
    background-image:url(../images/sort_columns.png) !important;
}

.profiledelete {
	background-image:url(../images/profile.png) !important;
}

.removetag {
    background-image:url(../images/removetag.gif) !important;
}

.voters {
    background-image:url(../images/voters.gif) !important;
}

.x-form-field-wrap .x-form-browse-trigger {
  background: transparent url(../images/browse-trigger.gif) no-repeat 0 0;
  cursor: pointer;
  right: 0px;
}

.x-form-field-lookup {
    background-image:url(../images/browse-trigger.gif) !important;
}

.clear-trigger {
    background-image: url(../images/clear-trigger.gif) !important;
}

/*
 * FileUploadField component styles
 */
 
.x-form-file-wrap {
    position: relative;
    width: 343px;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    width: 320px;
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}








//  default settings overriden:

.x-item-disabled {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}


.x-item-disabled {
    color: black;
}

.x-item-disabled * {
    color: black !important;
}

.x-toolbar .x-item-disabled * {
    color: gray !important;
}



.x-form-field-wrap .x-form-add-trigger {
    background-image: url(../images/clear-trigger-plus.gif);
}

.select {
    background-image:url(../images/import.gif) !important;
}
.deselect {
    background-image:url(../images/cancel.gif) !important;
}


.align-to-top {
	 vertical-align: top; 
}

.quickfilter-op-disabled {
    background-color: lightgray;
}

.filter_on{
	width: 12;
	height: 12;
	background: url(../images/filter_on.gif) no-repeat;
}
.filter_off{
	display: none;
  background: url(../extjs/resources/images/default/s.gif);
}
