﻿
.NewsList_Custom1
{
	width: 100%;
}

.NewsList_Custom1 img
{
	border:1px solid black;
}

.NewsList_Custom1 table.block
{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 12px 0 14px 0;
	width: 100%;
}

.NewsList_Custom1 table.block td.title
{
}

.NewsList_Custom1 table.block td.title span.titlediv
{
}

.NewsList_Custom1 table.block td.title span.titlediv a.link
{
	color: #c31a1f;
	text-decoration:none;
}

.NewsList_Custom1 table.block td.title span.titlediv a.link:hover
{
	text-decoration:underline;
}

.NewsList_Custom1 table.block td.title span.titlediv span.full
{
color: #c31a1f;
font-weight:bold;
}

.NewsList_Custom1 table.block td.title span.datediv
{
}

.NewsList_Custom1 table.block td.content
{
	width: 100%;
}

.NewsList_Custom1 table.block td.content div.contentdiv
{
}

.NewsList_Custom1 table.block td.content div.imagediv
{
	/*width: 130px;
		disabled because it pushes the image outside the content div when it's wider than 130 pixels.
	*/
}

.NewsList_Custom1 table.block td.content div.imagediv table.imagetable
{
	width: 130px;
}

.NewsList_Custom1 table.block td.content div.imagediv table.imagetable td.imagecell
{
	width: 130px;
}

.NewsList_Custom1 table.block td.content div.imagediv table.imagetable td.imagecell table
{
	width: 130px;
}

.NewsList_Custom1 table.block td.content table.imagetable td.imagecell td.picture
{
	padding-top:3px;
}


.NewsList_Custom1 table.block td.content div.imagediv table.imagetable td.imagecell table td.description
{
	width: 130px;
}

.NewsList_Custom1 table.block div.more
{
	height: 0px;
	text-decoration:none;
	margin-top:5px;
}

.NewsList_Custom1 table.block div.more a.morelink
{
	text-decoration:none;
}

.NewsList_Custom1 table.block div.more a.morelink:hover
{
	text-decoration:underline;
	color: #c31a1f;
}

.NewsList_Custom1 table.block div.back
{
	margin-top:5px;
	height: 0px;
}

.NewsList_Custom1 table.block div.back a.backlink
{
	cursor: pointer;
	cursor: hand;
	text-decoration:none;
}

.NewsList_Custom1 table.block div.back a.backlink:hover
{
	color: #c31a1f;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
}






