/* {{{ objectlists, dialogs, form-steps */
.formContent, .adminBlock {
  margin-bottom: 3em;
}
.adminBlock table {
  margin-bottom: 10px;
}

.adminBlock ul.objectOptions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.adminBlock .objectOptions li {
  display: block;
  background: none;
  margin: 0px 10px 0px 0px;
  white-space: nowrap;
  float: left;
  height: 19px;
}
.adminBlock td, .adminBlock th {
  padding: 3px;
  vertical-align: top;
}
.adminBlock th {
  text-align: left;
  font-weight: normal;
}
.adminBlock tr.header th {
  font-weight: bold;
}
.adminBlock div.category {
  height: 19px;
}
.listaction {
  line-height: 16px;
  background-image: url(/images/icons/run.png);
  background-repeat: no-repeat;
  padding: 0px 0px 3px 18px;
}
.list-create {
  background-image: url(/images/icons/create.png);
  background-repeat: no-repeat;
}
.list-edit {
  background-image: url(/images/icons/edit.png);
  background-repeat: no-repeat;
}
.list-delete {
  background-image: url(/images/icons/delete.png);
  background-repeat: no-repeat;
}
.list-createsub {
  background-image: url(/images/icons/createsub.png);
  background-repeat: no-repeat;
}
.list-pictures {
  background-image: url(/images/icons/pictures.png);
  background-repeat: no-repeat;
}
.list-videos {
  background-image: url(/images/icons/videos.png);
  background-repeat: no-repeat;
}
.list-cut {
  background-image: url(/images/icons/cut.png);
  background-repeat: no-repeat;
}
.list-paste {
  background-image: url(/images/icons/paste.png);
  background-repeat: no-repeat;
}
.lockaction span,
.suspendaction span,
.activateaction span {
  display: none;
}
.lockaction,
.suspendaction  ,
.activateaction {
  line-height: 19px;
  height: 19px;
  display:block;
  width:19px;
}

.suspend-off {
  background: url(/images/icons/unsuspend.png) no-repeat;

}
.suspend-on {
  background: url(/images/icons/suspend.png) no-repeat;
}

.suspend-off:hover {
  background: url(/images/icons/suspend.png) no-repeat;

}
.suspend-on:hover {
  background: url(/images/icons/unsuspend.png) no-repeat;
}

.activate-off {
  background: url(/images/icons/activate.png) no-repeat;

}
.activate-on {
  background: url(/images/icons/deactivate.png) no-repeat;
}

.activate-off:hover {
  background: url(/images/icons/deactivate.png) no-repeat;

}
.activate-on:hover {
  background: url(/images/icons/activate.png) no-repeat;
}

.lock-off {
  background: url(/images/icons/unlock.png) no-repeat;

}
.lock-on {
  background: url(/images/icons/lock.png) no-repeat;
}

.lock-off:hover {
  background: url(/images/icons/lock.png) no-repeat;

}
.lock-on:hover {
  background: url(/images/icons/unlock.png) no-repeat;
}


/*
.lockaction span {
  display: none;
}
.lockaction {
  line-height: 19px;
  height: 19px;
}

.lock-unlocked {
  background: url(/images/icons/unlock.png) no-repeat;
  padding-left: 10px;
}
.lock-locked {
  background: url(/images/icons/lock.png) no-repeat;
  padding-left: 10px;
}

*/

.moveaction span {
  display: none;
}
.moveaction {
  line-height: 19px;
  height: 19px;
}
a.moveaction, 
a.activateaction, 
a.lockaction,
a.moveaction:hover,
a.lockaction:hover,
a.activateaction:hover,
a.suspendaction:hover {
  text-decoration: none;
}
.move-up {
  background: url(/images/icons/up.gif) 1px 50% no-repeat;
  padding-left: 9px;
}
.move-down {
  background: url(/images/icons/down.gif) 1px 50% no-repeat;
  padding-left: 9px;
}
.move-top {
  background: url(/images/icons/top.gif) 1px 50% no-repeat;
  padding-left: 9px;
}
.move-bottom {
  background: url(/images/icons/bottom.gif) 1px 50% no-repeat;
  padding-left: 9px;
}

span.moveaction, div.listaction span, span.activateaction {
  filter: alpha(opacity=40);
	opacity: .4;
}
th.object-group {
  font-weight: bold;
}
.list-multi-action {
  margin: 5px 0;
}
.list-multi-action img, .list-multi-action button {
  vertical-align: middle;
}
.translations table {
  width: 100%;
}

/* }}} */
