/* ticker */
#ticker_holder{height:30px;position:relative;display:block}
#ticker-container{background-repeat:repeat-x;font-family:verdana,sans-serif;font-size:12px;font-weight:bold;height:100%;line-height:30px;margin:0;overflow:hidden;padding:0;position:absolute;top:0;width:100%}
.ticker_container .title_container{float:left;margin:0;padding:0 5px;position:relative;z-index:1}
.ticker_container .renderer_output{height:100%;margin:0;padding:0;width:100%;line-height:30px}
.ticker_controls{float:right;height:100%;margin:0;padding:7px 5px 0 0;position:absolute;right:0;top:0;z-index:2}
#ticker_container .title_container li{list-style-type:none;line-height:30px}
.title_container li a{}
#ticker_content li{list-style-type:none;line-height:30px}
#ticker_content li a{text-decoration:none}
.start_stop.stopped{background-position:-23px 1px;margin-top:0}
.ticker_controls li{background-image:url(ticker_buttons.gif);background-repeat:no-repeat;cursor:pointer;float:left;margin:0 0 0 4px}
.ticker_container .prev{background-position:-46px 1px;height:17px;margin-top:0;width:17px}
.ticker_container .next{background-position:-66px 1px;height:17px;margin-top:0;width:17px}
.ticker_container .start_stop{background-position:0 1px;height:17px;margin-right:1px;margin-top:0;width:20px}
.ticker_container .start_stop.started:hover{background-position:0 -17px;margin-top:0}
.ticker_container .start_stop.stopped{background-position:-23px 1px;margin-top:0}
.ticker_container .start_stop.stopped:hover{background-position:-23px -17px;margin-top:0}
.ticker_container .prev:hover{background-position:-46px -17px}
.ticker_container .next:hover{background-position:-66px -17px}
.ticker_controls span{display:none}
.ticker_container .ticker_all{margin-top:0;background:url(ticker_all.png) no-repeat left;margin-left:10px;margin-right:5px;display:block}
.ticker_container .ticker_all span{display:block;text-indent:-10000px;height:18px;width:98px;cursor:pointer}
#ticker_content li a:hover{text-decoration:underline}
