/*Sample CSS to style the two tickers in the demo*/

.cnnclass{
width: 400px;
/*height: 160px;*/
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
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;
}

.bbcclass{
width: 400px;
/*height: 160px;*/
padding: 6px;
background-color: #F4F4F4;
border: 1px solid #004A00;
}

.liclass
{
	width: 400px;
	/*height: 160px;*/
	padding: 6px;
	background-color:#D2DEFF;
	border: 1px solid #004A00;
}

.uniclass
{
	width: 400px;
	/*height: 160px;*/
	padding: 6px;
	background-color:#F4F4F4;
	border: 1px solid #004A00;
}

.geclass
{
	width: 400px;
	/*height: 160px;*/
	padding: 16px;
	background-color:#D2DEFF;
	border: 1px solid #004A00;
}

.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: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/

}

