#maincontent a:hover {
  line-height: 1.2em;
  display: inline;
}

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */

/*
width: 738px; 
*/
background: #000;
background:#577AB3;
background: #23519C;
height: 17px;
height: 19px;
margin: 0 auto; 
padding: 0;
overflow: hidden; 
width:898px;
font-size:11px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width:898px;
/*
width: 718px;
*/

overflow: hidden;

}
ul.newsticker { /* that's your list */
position: relative;
/*
left: 750px;
*/
left: 900px;

font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
width:898px;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
background: #000;
background:#577AB3;
background: #23519C;
white-space: nowrap;

margin-top:2px;
font-size:11px;

}

ul.newsticker li .headline{
  color:#FFAA00;
}

/*Initially set the ticker display to none*/
#news_ticker{
/*
  display:none;
*/
  visibility:hidden;
}

/*NEW JSCROLLER*/
/* Scroller Box */

#scroller_container {
  height: 17px;
  overflow: hidden;
  background-color:#000;
  font: bold 10px Verdana;
}

#jscroller2_left {
  margin-top:2px;
  background-color:#000;
  font: bold 10px Verdana;
}

/* Scoller Box */

/* CSS Hack Safari */

#dummy {;# }

#scroller_container {
  /*
  overflow: auto;
  */
}



/*END NEW JSCROLLER*/



ul.newsticker a {
white-space: nowrap;
padding: 0;
/*
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
*/
} 
ul.newsticker span {
margin: 0 0 0 0;
} 


span.temp_much_warmer{
  color:black;
  color:#FF0000;
  color:#FF0000;
}

span.temp_warmer{
  color:black;
  color:#FF9900;
}

span.temp_similar{
  color:black;
  color:#C0C0C0;
}

span.temp_colder{
  color:black;
  color:#99CCFF;
}
span.temp_much_colder{
  color:white;
  color:#3366FF;
}

span.temp_missing{

  color:#ffffff;
}

/*END TEMP CSS*/

/*START PRCP CSS*/
span.prcp_much_wetter{
  color:#339966;
}

span.prcp_wetter{
  color:#CCFFCC;
}
span.prcp_similar{
  color:#C0C0C0;
}
span.prcp_drier{
  color:#FFFF99;
}
span.prcp_much_drier{
  color:#FFCC99;
}

span.prcp_missing{
  color:black;
}