/*********************************
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 {
	padding: 0 20px;
	font-size: 1.083em;
	background:#FFF;
}
	.tickerContainerSleeve {
		border-bottom: 1px solid #D9EFF8;
		padding: 0 0 15px;
	}

	.tickerContainer UL {
		margin: 0;
	}

		.tickerContainer LI {
			margin: 0;
			padding-left: 0;
			display: none;
			background: none;
		}

	.tickerContainer .tickerEvent {
		float: left;
		margin-right: 10px;
		padding-right: 15px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #F140A9;
		letter-spacing:1px;				
		background: url(/magazine/graphics/bullet.arrow.png) no-repeat 100% 6px;
	}
	.tickerContainer #tickerContent {
		float: left;
		max-width: 800px;
		word-wrap: break-word;
		color:#35145C;
	}
		.tickerContainer #tickerContent A {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			color:#35145C;
			letter-spacing:1px;
		}