﻿@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 * Version: 1.1.3
 * (c) Copyright 2011, Zazar Ltd
 *
 */

.rssFeedz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 50px;
	width:775px;
	text-align:left;
}

.rssFeedz a {
	color: #444;
	text-decoration: none;
}

.rssFeedz a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody  {
    border: 0px solid #666;  
           }

.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0.1em;
	width:100%; }

#rss_ticker1 a {
    font-size: 22px;
    }
     
#rss_ticker1 .odd  {
    /*background-color: #e8e8fc;*/ 
    width: 100%;
    font-size:14px;}
    
#rss_ticker1 .even {
    /*background-color: #d4d4e8;*/ 
    width: 100%;
    font-size:14px;}

#rss_ticker2 .odd  {
    /*background-color: #e8fce8; */
    width: 100%;
    font-size:14px;}

#rss_ticker2 .even  {
    /*background-color: #d4e8d4; */
    width: 100%;
    font-size:14px;}