#tbl_news_summary #news #image {
 height: auto;
 width: auto;
 float: left;
 margin: 0px 10px 10px 0px;
 border: 1px solid #DADADA;
}

#tbl_news_summary #news {
 height: auto;
 overflow: auto;
 border-bottom: 1px dotted #000000;
 margin-bottom: 12px;
}

#news #title {
 font-weight: bold;
 color: #000000;
}

#tbl_news_summary #news td
{
 padding: 0px 15px 15px 15px;
}

#tbl_news_summary #news #image img
{
 width: 98px;
}

#tbl_news_summary #title
{
 font-weight: bold;
 margin: 0px;
}

#tbl_news_summary #date
{
 font-size: 10px;
 padding-bottom: 5px;
}

#tbl_news_summary a.link
{
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}

#tbl_news_summary a.link:hover
{
 text-decoration: underline;
}

#tbl_news_summary #summary {
 padding-bottom: 10px;
} 

.clear {clear:both;}

/*** RSS Styles ***/

#RSSLink
{
	position: relative;
	float: right;
	padding: 2px 0px;
	margin-right: 5px;
	display: block;
	width: 16px;
        height: 16px;
	overflow: hidden;
}

#RSSLink a
{
	background-image: url(../../../common/resources/shared/images/syndication.png);
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: center;
	padding-left: 26px;
	white-space: nowrap;
	display: block;
	width: 16px;
        height: 16px;
	overflow: hidden;
}