@charset "UTF-8";
/* CSS Document */
/*Sample CSS to style the two tickers in the demo*/


	

.gcbclass{
width: 500px;
padding-top:3px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
}

.gcbclass a:link{
color:#fff;
text-decoration: underline;
}

.gcbclass a:hover{
	color:#BF5111;
	text-decoration: underline;
}

.gcbclass a:visited{
	color:#1B5931;
	text-decoration: underline;
}


.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*/
}

/***********************************************
* gAjax RSS Ticker- (c) Dynamic Drive (www.dynamicdrive.com)
* Requires "gfeedfetcher.js" class
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

<style type="text/css">

.titlefield a:link{ /*CSS for RSS title link in general*/
color:#fff;
text-decoration: underline;
}

.labelfield a:link{ /*CSS for label field in general*/
color:#fff;
text-decoration: underline;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#gcb{ /*Demo 1 main container*/
width: 500px;
padding-top: 3px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
}

