﻿body 
{
	
}

/* ----------------- RSS Consuming Styles --------------- */
.RSSAggregator
{
	overflow: auto;
	width: 500px;
	height: 300px;
	font-size: 10pt;
	background-color: #dddddd;
	font-family: Verdana, Sans-Serif;
}
.RSSArticle
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	background-color: white;
	margin-top: 8px;
	margin-left:10px;
	width: 460px;
}
.RSSChannelTitle
{
	background-color: #3399cc;
	width: 460px;
	color: #ffffff;
}
.RSSArticleTitle{}
.RSSArticleTime
{
	font-size: 8pt;
	color: #a9a9a9;
}
.RSSArticleDescription
{
	margin-left: 10px;
}

/* ----------------------- RSS Publication Styles ----------------*/
.RSSPubChannelTitle
{
	font-size: 14pt;
	font-family: Verdana, Sans-Serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.RSSPubArticle
{
	font-family: Verdana, Sans-Serif;
	width: 80%;
}
.RSSPubArticleTitle
{
	font-size: 12pt;
	margin-top: 10px;
}
.RSSPubArticleDate
{
	font-size: 10pt;
	color: #a9a9a9;
	margin-bottom: 5px;
}
.RSSPubArticleDescription
{
	font-size: 10pt;
}
.RSSSubscribeIcon{}

/* --------------------- RSS Admin Styles -----------------*/
.RSSAdminAddFeed
{
	margin-top: 10px;
	margin-bottom: 10px;
}