﻿@charset "UTF-8";


.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	//margin: 0em 0em;
	padding: 10px 0px 0px 0px; 
}
.rssFeed a {
	color: #1FA2E1;
	text-decoration: none;
	font-weight: normal;
}
.rssFeed a:hover {
	color: #ff0000;
	text-decoration: underline;
}

//.rssHeader { padding: 0.2em 0; }

//.rssBody { border: 1px solid #999; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { 
	padding:2px 0 2px 25px;
	background:url(../images/bullet_list.png) 0 6px no-repeat;
	//margin: 0px 0px 0px 15px;
 }
//.rssRow { padding: 0.2em; }
//.rssRow h4 { list-style:disc inside none; display:list-item; }
//.rssRow h4 { font-size: 1.1em; }
//.rssRow h4 { border-top-style:solid; border-top-width:1px;border-bottom-style:solid; border-bottom-width:1px; border-color:#cccccc; padding: 4px 0px 4px 0px; }
.rssRow div {
	//font-size: 90%;
	color: #000000;
}

//.odd { background-color: #ffffff; line-height: 10pt;}
//.even { background-color: #dddddd; line-height: 10pt;}

.rssRow .rssMedia {
	//font-size: 1em;
}
