/* Новые стили для pop-up'а */
.ui-resizable-se {
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  background: url("/images/ii/expander.png") no-repeat 0 0;
  cursor: pointer;
}

.b-popupBlock {
  min-width: 200px;
  min-height: 140px;
  top: inherit;
  left: inherit;
}

.b-popupBlock H2 {
  cursor: move;
}

/* У фильтра по периоду больше нет класса dateRangeSelector */
.widgetCalendar INPUT {
  color: white;
  background: url("/images/ii/button-range.gif") repeat;
  border: none;
  width: 83px;
  height: 29px;
  vertical-align: baseline;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 168px;
  right: 4px;
}

/* Новые классы у инпутов фильтра источника */
.rep_item .cities SELECT {
  width: 190px;
}

.rep_item .holdings SELECT {
  width: 240px;
}

.rep_item .netstreams SELECT {
  width: 180px;
}

.rep_item .stations SELECT {
  width: 250px;
}

/* Лейбл обёрнут в спан */
.rep_item .local SPAN.arch LABEL {
  float: right;
  font-size: .75em;
  color: #4d4e4f;
  margin-top: 4px;
  position: relative;
  top: 1px;
  z-index: 99; /* Без этого не нажимается */
}

.rep_item .local SPAN.arch LABEL INPUT {
  vertical-align: middle;
  margin: auto 0 0 4px;
  padding-right: 0;
}

/* Курсор для табиков */
.tabs LI {
  cursor: pointer;
}

.tabs LI.active {
  cursor: normal; /* Где-то в другом месте уже прописан, поэтому эта строчка не работает */
}