/*
	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: 2px;
}

table.NewsItem
{
	width: 100%;
	border: 0;
	padding: 2px;
}

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: 0px;
}

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%;
	height: 100%;
}

a.Scroller
{
	border: 0px;
}

a.Scroller:hover
{
	border: 0px;
}
/*
	News slideshow styles:
		slideshow - the style applied to the slideshow div and links
*/
div.currentnewsitem
{

}
div.newsitem
{
	display: none;
}