/*
	News styles - these are the styles applied to the news items
*/

/*
	News styles:
		NewsOuter - the style applied to the outer table
		NewsItem - the style applied to the inner news item table
		NewsTitle - the style applied to the title cell
		NewsSummary - the style applied to the new summary cell
		NewsIcon - the style applied to the image cell
		NewsDate - the style applied to the date paragraph
*/

table.NewsOuter
{
	width: 100%;
	border: 0;
	padding: 2 2 2 2;
}

table.NewsItem
{
	width: 100%;
	border: 0;
	padding: 2 2 2 2;
}

td.NewsTitle
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

td.NewsSummary
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

td.NewsIcon
{
	width: 20%;
}

a.NewsIcon
{
	border: solid 1px #000000;
}

p.NewsDate
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	text-align: right;
}

/*
	News scroller styles:
		Scroller - the style applied to the scroller div and links
*/
div.Scroller
{
	width: 100%;
}

a.Scroller
{
	border: 0px;
}

a.Scroller:hover
{
	border: 0px;
}

/*
    RSS Feed Styles
*/
ul.rssnews
{
	list-style-type: none;
	margin: 2px;
	padding-left: 0px;
}
ul.rssnews li p
{
	margin: 0px;
}
ul.rssnews li p a
{
	font-weight: bold;
}
ul.rssnews li
{
	margin-left: 0px;
	margin-bottom: 5px;
}
