@charset "UTF-8";
/* CSS Document */

#ticker								{ border: solid 1px #BFBFBF; border-right: none; border-left: none; border-collapse: collapse; margin: 0 0 5px 0; width: 100%; }
td.tickersubject					{ text-align: right; width: 15%; }
#tickerlink							{ width: 85%; }
#tickerlink ul, #tickerlink li		{ list-style: none; margin: 0; padding: 0; }
td.tickersubject a, #tickerlink a	{ color: #555555; display: block; font-size: .9em; text-decoration: none; }
#tickerlink a:hover					{ color: #555555; }
td.tickersubject a, #tickerlink a	{ padding: .45em 0 .45em 0; }
#tickerlink a						{ padding-left: 10px; }

#tickerlink li.error				{ color: #f00; }

