@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 * Version: 1.0.1
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.rssFeed
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	width: 480px;
	margin-bottom: 2em;
}
.rssFeed a
{
	color: #222;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #a01010;
	text-decoration: none;
	border-bottom: 1px dashed #a01010;
}

.rssHeader { padding: 0.2em 0; text-align:center; }

.rssBody { border: 1px dashed #a01010; }
.rssRow h4, .rssRow p, .rssRow div
{
	margin: 0;
	padding: 0.5em;
}

#ticker1 .odd { background-color: #f8f8f8; border-bottom: 1px dashed #a01010; }
#ticker1 .even { background-color: #ffffff; border-bottom: 1px dashed #a01010; }

#ticker2 .odd { background-color: #f8f8f8; border-bottom: 1px dashed #a01010; }
#ticker2 .even { background-color: #ffffff; border-bottom: 1px dashed #a01010; }
