#ticker.element-large
{
  width: 930px;
  height: 46px;
  background-image: url(/gui-images/sfondo-ticker.png);
  background-repeat: no-repeat;
  padding: 15px;
}

#ticker-channel
{
  float: left;
  margin: 4px 25px 0px 0px;
  font-size: 1.5em;
  width: 75px;
}

#ticker-msgs
{
  float: left;
  width: 830px;
  height: 58px;
  overflow: hidden;
  position: relative;
}

#ticker-msgs .icon
{
  width: 149px;
  top: 35px;
  left: 675px;
  z-index: 100;
  font-size: 0.7em;
  text-align: right;
  font-weight: bold;
  color: #1F497D;
  position: absolute;
  background-color: #d8eff9;
}

#ticker-msgs .icon a
{
  color: #1F497D;
}

#ticker-msgs .icon span
{
  display: block;
  float: right;
  margin-right: 10px;
  line-height: 1.3em;
  font-style: italic;
}

#ticker-msgs .icon img
{
  float: right;
}

#ticker-list
{
  float: left;
  list-style-type: none;
}

#ticker li
{
  float: left;
  width: 830px;
  height: 58px;
  overflow: hidden;
}


#ticker-list .avatar
{
  float: left;
  width: 48px;
  height: 48px;
}

#ticker-list .avatar img
{
  width: 48px;
}

#ticker-list .testo
{
  float: left;
  margin: -2px 0px 0px 25px;
  width: 740px;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
}

#ticker-list .testo a, #ticker-list .links a
{
  color: #1f497d;
  text-decoration: none;
  font-weight: normal;
}

#ticker-list .testo a:hover, #ticker-list .links a:hover
{
  text-decoration: underline;
}

#ticker-list a
{
  color: #1f497d;
  text-decoration: none;
}

#ticker-list a:hover
{
  text-decoration: underline;
}

#ticker-list .links
{
  font-size: 0.85em;
}

