﻿/* Articles */
.ViewArticle {}
.ViewArticle h1 {}
.ViewArticle h2 {}
.ViewArticle_ArticleDate { padding-top: 10px; font-size: .7em }
.ViewArticle_Author { padding-top: 10px; font-size: .7em }
.ViewArticle_ArticleBody { padding-top: 10px;}
.ViewArticle_ContinueLink { padding-top: 20px; font-size: .9em}
.ViewArticle_CTALinks { margin: 10px 0px 10px 0px;  text-align: center; font-size: .9em }
.ViewArticle_PrintLink {padding-left: 20px; background-image: url('../../UserControls/Shared/UI/images/icon-print.gif'); background-repeat: no-repeat; display: inline-block }
.ViewArticle_PDFLink {padding-left: 20px; background-image: url('../../UserControls/Shared/UI/images/fileicons/pdf.gif'); background-repeat: no-repeat; display: inline-block }

.ViewArticleCategory {}
.ViewArticleCategory h1 {}
.ViewArticleCategory ul {}
.ViewArticleCategory li { font-size: .8em }
.ViewArticleCategory_ArticleTitle {}
.ViewArticleCategory_ArticleDate { display: inline }
.ViewArticleCategory_Description { font-size: .9em }


/* RSS Reader */
.RSSReader {}
.RSSReaderTitle { font-size: 1.3em; font-weight: bold; font-family: Georgia }
.RSSReader ul { margin: 0px 5px 5px 10px; padding: 5px }
.RSSReader li { list-style-type: disc; padding-bottom: 5px }
.RSSReader a {}


/* RSS Tabs */
.TabbedRssNavigator { width: 100%; overflow: auto; font-family: Verdana, Arial, Helvetica, Sans-Serif; }
.TabbedRssNavigator_RssReader { font-size: 11px; padding-top: 10px; padding: 5px; }
.TabbedRssNavigator_MoreLink { padding-top: 5px; font-size: .7em; text-align: right; margin: 5px; }
.TabbedRssNavigator_RssLink { text-align: right; font-size: .7em; margin-top: 7px; margin-right: 5px; margin-left: 5px }