where:root {
  --conf-theme-header-bg: #87a73e;
  --conf-theme-header-border-bottom: #919395;

  --conf-theme-subtitle-bg: #2591b2;
  --conf-theme-subtitle-border: #9dbcd0;

  --conf-theme-menu-bg: #9dbcd0;
  --conf-theme-menu-border: #2591b2;
  --conf-theme-menu-link: #000000;

  --conf-theme-support-bg: #dfe7e7;
  --conf-theme-support-border: #7e8383;
  --conf-theme-support-header-bg: #87a73e;

  --conf-theme-sprite-image: url('/images/conf/sprites_orange.png');
  --conf-theme-hover-bg: #919395;
  --conf-theme-hover-color: white;
  --conf-theme-title-sprite-bg: var(--conf-theme-sprite-image);
  --conf-theme-announcement-sprite-bg: var(--conf-theme-sprite-image);
  --conf-theme-announcement-border-top: none;
  --conf-theme-announcement-border-bottom: 1px solid #ccc;
}

.confSubTitleBox {
  background: var(--conf-theme-subtitle-bg) var(--conf-theme-sprite-image) repeat-x 0 -213px;
  border-bottom: 1px solid var(--conf-theme-subtitle-border);
  border-top: 1px solid var(--conf-theme-subtitle-border);
}

.confSubTitle {
  color: #9dbcd0;
}