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

.liverss{
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
padding-top: 10px;
text-align: left;
border-color: #a51b58;
border-width: 1px;
border-style: dotted;
font-family: "Trebuchet MS";
width: 90%;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
-khtml-opacity: 0.8;
/*opacity:.8; /* for modern non-IE browsers - Firefox/Gecko, Opera, Safari */
/*filter:alpha(opacity=80); /* for IE only */
/*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.*/
}

.liverss a{
font-size: 11px;
font-family: "Trebuchet MS";
color: #d74782;
text-decoration: underline;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-size: 10px;                                                       
font-family: "Trebuchet MS";                                                       
color: #df97b6;                                                       
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
padding-bottom: 3px;                                                      
padding-top: 5px;                                                      
font-family: Verdana, Helvetica, Arial, sans-serif;                                                      
color: #c1899e;
font-size: 9px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	font-family: "Trebuchet MS";                                                             
	color: #f4cedf;                                                             
}

