﻿@charset "UTF-8";
/*
 * Example of RSS Ticker Styling
 *
 */

.rssFeed {
	
	font-size: small;
	width: auto;
	margin-bottom: 0.1em;
}
.rssFeed a {
	color: #444;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}

.rssHeader { display: none;}

.rssBody {
    /*border-top: 1px solid #666;*/
    font-size: 12px;
    height: 220px !important;
}

.rssBody ul {
    width: 100%;
}
.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0.1em;
    margin:5px;

}
.rssRow h4 {
    font-size: 14px;
    font-weight: bold;
}

#ticker1 .odd {
    
    background-color: #f5f5f5 ;

}
#ticker1 .even {
    margin:5px;
    background-color: #e8e8e8 ;

}

#ticker2 .odd { background-color: #e8fce8; }
#ticker2 .even { background-color: #d4e8d4; }