/* CSS Document */

/*Sample CSS to style the two tickers in the demo*/

#newsDiv {
	clear: both;
	height: 30px;
	color: #333333;
	background-color: #CCC;
	font-size: 85%;
	line-height:1.4em;
	padding: 10px 25px 30px 20px;
	margin: 0;
	background-image: url(images/ticker_bg.gif);
	background-repeat: repeat-x;
}

#newsDiv a {
	color: #0066CC;
	font-size: 120%;
}

.cnnclass{
	padding: 0;
	margin-bottom: 1em;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #333;
font-size: 90%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}
