/* Start of CMSMS style sheet 'RSS_Feeds' */
div #rssitems {
     border: 1px solid #000;
     padding: 5px;
}
.modulerssentry {
     padding-bottom: 20px;

}

.modulerssentry > a {
        font-weight: bold;
}

.modulerssentry > a:before {
       content: "News Item: ";
}

.modulersssource {
       font-style: italic;
       font-size: small;
}

.modulersssource:before {
        content: "Source: ";
}

.modulersscontent, .modulersssummary {
       padding-left: 25px;
       padding-top: 15px;
}

div#tabTitle {
	background-image: url('/uploads/images/white-tr-sm.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #003366;
	text-indent: 20px;
	width: 200px;
}

div#tabTitleRight {
	background-image: url('/uploads/images/white-tl-sm.gif');
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: small;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div #rssitems h1, div #rssitems h2, div #rssitems h3 {
       font-size: 110%;
       font-weight: bold;
}
/* End of 'RSS_Feeds' */

