/* RSSViewer styles */

div.rss {
	width: auto;
	height: auto;
}

div.rss div.rssItem {
	padding-bottom: 6px;
}

div.rss div.rssItem a, div.rss div.rssItem a:hover {
	font-size: 11px;
	font-weight: normal;
}

div.rss div.rssItem div.rssItemPublishedDate {
	font-size: 9px;
	font-weight: normal;
}

div.rss div.rssItem div.rssItemDescription {
	font-size: 9px;
	font-weight: normal;
}

/*RSSTicker styles*/
.rssTicker{
	color: #E0E4E8; 
    width: auto;
    height:100%;
    overflow:hidden;
	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.*/
}

.rssTicker a{
	text-decoration: none;
	color: #E0E4E8; 
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	position:relative;
 	left:5px;
	top: 4px;
	font-size: 14px;
	overflow:hidden;
	width:186px;
	height:28px;
	font-weight: bold;
	line-height: 13px;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	font-size: 14px;
	overflow:hidden;
	width:70px;
	height:14px;
	font-weight: bold;
 	position:absolute;
 	right:0px;
	top:4px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
    font-size: 13px;
    position:absolute;
    top:32px;
	left:5px;
	width:273px;
	height:40px;
	overflow:hidden;
	line-height: 12px;
}