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


.rssFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 290px;
	margin-bottom: 2em;
	list-style: none !important;
	list-style-type: none !important;
}
.rssFeed a
{
	color: #069;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.rssFeed a:hover
{
	color: #069;
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; font-size: 18px; color: #000000; }

.rssBody { border: 2px solid #CCCCCC;}

.rssRow h4, .rssRow p, .rssRow div
{
	margin: 0;
	padding: 0.5em;
}

#ticker1 .odd { background-color: #EEEEEE; }
#ticker1 .even { background-color: #FFFFFF; }

#ticker2 .odd { background-color: #FFFFFF; }
#ticker2 .even { background-color: #EEEEEE; }
