#NewsArticleContainer
{
	margin: 15px 2px 0px 0px;
	width: 625px;
	float: left;
	overflow: hidden;
}

.NewsImageCaption, input.NewsImageCaption
{
	font-size: 8pt;
	margin: 0px;
	display: block;
	padding: 1px;
	width: 198px;
	color:#FFFFFF;
	float:left;
}
/* Authoring */
.AuthoringHeadlineLabel
{
	width:23%;
	line-height:18px;
	margin-left:2px;
	float:left;
}
.AuthoringHeadlineTextBox
{
	width:75%;
	line-height:18px;
	float:left;
}
.AuthoringPageNameLabel
{
	width:23%;
	line-height:18px;
	margin-left:2px;
	float:left;
}
.AuthoringPageName
{
	width:75%;
	line-height:18px;
	float:left;
}
.AuthoringTopicLabel
{
	width:23%;
	line-height:18px;
	margin-left:2px;
	float:left;
}
.AuthoringTopicDDL
{
	width:75%;
	line-height:18px;
	float:left;
}
/* End Authoring*/

/*
 * RSS Control
 */
 
 .RssFeed 
 {
 	width: 100%;
 	float: right;
 }
 
 #PillarColumnCentral>span
 {
 	width: 100%;
 	float: right;
 }
 
.RssFeed .RssItem 
{
	width: 98%;
	float: left;
	clear: left;
	padding: 0.5em 0em 0.5em 0em;
}

.RssFeed .RssItem .MetaData
{
	width: 14%;
	float: right;
	text-align: right;
}

.RssFeed .RssItem .Text
{
	float: left;
	width: 72%;
	padding-left: 2px;
}

.RssFeed .RssItem .Text h1
{
	margin: 0px;
	padding: 0px;
}

.RssFeed .RssItem .Text p
{
	margin: 0px;
	padding: 0px;
}

.RssFeed .RssItem .Text a:hover
{
	text-decoration: underline;
}

.RssFeed .RssItem .Thumbnail
{
	width: 12%;
	float: left;
}

.RssFeed .RssItem img
{
	float: left;
	width: 95%;
}

.RssFeed .RssItem hr
{
	clear: left;
	float: left;
}

.RssFeed .Paging, .RssFeed .TitleImage
{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float:right;
	text-align: center;
}

.RssFeed .Paging p
{
	margin: 0px;
	padding: 0px;
}