/* icons used in the toolbar */
.add {
  background-image:url(images/add.gif) !important;
}
.remove {
	background-image:url(images/delete.gif) !important;
}
.icon-edit {
  border:0 none;
  background:transparent;
  font:normal 11px tahoma,verdana,helvetica;
  padding-left:3px;
  padding-right:3px;
  cursor:pointer;
  margin:0;
  overflow:visible;
  -moz-outline:0 none;
  outline:0 none;
  height: 16px;
	width: 16px;
  float: left;
  background-position: center;
	background-repeat: no-repeat;
	background-image:url(images/edit.png) !important;
}
.parentfolder {
	background-image:url(images/parentfolder.png) !important;
}

/* extension statictextfield */

input.x-static-text-field {
  background: transparent;
  border: none;
  color: inherit;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ext-ie .x-menu-item-icon {left: -24px;}
.ext-strict .x-menu-item-icon {left: 3px;}