/*********************************
The styles in this stylesheet are
common to the ticker only. No other
styles are permitted in this style
sheet.
*********************************/

.tickerContainerSleeve:AFTER {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

.tickerContainer {
	margin: 0 0 15px;
	font-size: .917em;
	line-height:15px;
}
	.tickerContainerSleeve {
		min-height: 26px;
	}

	.tickerContainer UL {
		margin: 0;
	}

		.tickerContainer LI {
			margin: 0;
			padding-left: 0;
			display: none;
			background: none;
		}

	.tickerContainer .tickerEvent {
		float: left;
		padding-right: 15px;
		font-weight: bold;
		color: #221E1F;
	}
	.tickerContainer #tickerContent {
		float: left;
		max-width: 500px;
		word-wrap: break-word;
	}
		.tickerContainer #tickerContent A {
			font-weight: normal;
			color:#221E1F;
		}