/*Sample CSS to style the two tickers in the demo*/
.titl_ziare
	{
	background-color:#FF0000;
	color:#FFFFFF;
	font-family:Garamond, Georgia;
	font-weight:bold;
	font-size:12px;
	width:70%;
	margin:0px 0px 0px 5px;
	padding-left:10px;
	text-align:left;
	}

.cnnclass
	{
	width: 320px;
	padding: 3px;
	background-color: #F8F8ED;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	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
	{
	width:320px;
	text-decoration: none;
	color:#852B1B;
	}

.bbcclass
	{
	width:320px;
	padding: 6px;
	background-color: lightyellow;
	border: 1px solid #004A00;
	font-family:Trebuchet,Georgia;
	font-size:9px;
	}

.rsstitle
	{ /*shared class for all title elements in an RSS feed*/
	font-weight: bold;
	width:320px;
	}

.rssdate
	{ /*shared class for all date elements in an RSS feed*/
	color: gray;
	font-size: 85%;
	width:320px;
	}

.rssdescription
	{
	/*shared class for all description elements in an RSS feed*/
	width:320px;
	text-align:justify;
	}

