﻿/* classes to control RSS formatting in the WhatsNew box */
.above {
	background-color: white;
	padding: 0;
	margin: 0;
}
.rsstitle {
	font-size: larger;
	font-weight: bold;
}
.rssdesc {
	font-style: italic;
	margin-top: .5em;
}
.rsspubdate {
	font-style: italic;
}
.item {
	/*font-size: smaller;*/
	padding: 0px 1em 0em 1em;
}
.itemtitle {
	font-weight: bold;
	margin-bottom: 0em;
}
.itemdesc {
	margin: 0px 0px 0em 2em; /*font-size: smaller;*/
}
.itempubdate {
	font-style: italic;
	margin: 0px 0px .5em 2em; /*font-size: smaller;*/
}
.below {
	font-size: smaller;
	border-top: 1px solid black;
	padding: .25em 1em 0px 1em;
	margin-top: .5em;
}
.note {
	font-size: smaller;
	margin-top: 1em;
}
.rightAlignIcon {
	float: right;
	margin-right: 20px;
}
