/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*	--------------------------------------------------
=Ticker
-------------------------------------------------- */
div#ticker {
  background:url(/images/ticker_background.png) repeat-x;
  height:34px;
  position:fixed;
  bottom:0;
  width:100%;
  z-index:999;
  overflow:hidden;
  }
div#ticker img {
  position:relative;
  top:2px;
  }
div#ticker a#ticker-close {
  display:block;
  float:left;
  width:18px;
  height:31px;
  background:url(/images/ticker_close.png) no-repeat;
  position:relative;
  top:2px;
  }

div#ticker div#news-scroll {
  position:relative;
  top:11px;
  left:100px;
  height:26px;
  }
div#ticker div#ticker-scroll {
  position:relative;
  top:17px;
  left:100px;
  width:100%;
  height:26px;
}

div#ticker div#news-scroll a {
  font-weight:normal;
  font-style:normal;
  font-weight:bold;
  font-size:12px;
  font-family:inherit;
  text-decoration:none;
  color:#4c4c4c;
  }
div#ticker div#news-scroll a:hover { text-decoration:underline; }

div#ticker div#ticker-scroll a {
  font-weight:normal;
  font-style:normal;
  font-weight:bold;
  font-size:12px;
  font-family:inherit;
  text-decoration:none;
  color:#999999;
  }
div#ticker div#ticker-scroll a:hover { text-decoration:underline; }

div#ticker.collapsed {
  background:url(/images/ticker_background2.jpg) repeat-x;
  height:32px;
  position:fixed;
  bottom:0;
  width:20px;
  z-index:30;
  overflow:hidden;
  }
div#ticker.collapsed img {
  position:relative;
  top:2px;
  display:none;
  }
div#ticker.collapsed a#ticker-close { background:url(/images/ticker_close_hover.jpg) no-repeat; }
