﻿/*
nemTicker.css
Paul Graves Oct '08
Styles for the nemTicker widget
*/
/*EDITABLE STYLES - Edit the styles below to change the widgets look and feel */

.nemTickerOuter {
  background:#dbdbdb url(../images/news-ticker-bg.gif);
  width:455px;
  height:40px;
  margin: 8px 0 0 10px;
}
.nemTicker {
  height:40px;
  width:455px;
  overflow:hidden;
  color: #000;
  position: relative;
}
.nemTicker a {
  color: #222;
  font-size:1em;
}
.nemTickerContent div {
  margin:0px 10px 15px 60px;
  font-size:1.2em;
}
/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemTickerContent div {
  list-style-type:none;
  padding: 0px;
}
/*END STATIC STYLES */
