@media screen
{
	.box3Row
	{
		float: left;
		width: 180px;
		height: 179px;
		padding: 10px;
		margin-top: 6px;
		margin-bottom: 1px;
	}
	.boxLeft
	{
		margin-right: 6px;
	}
	.boxRight
	{
		margin-left: 6px;
	}
	
	.boxRow1
	{
		height: 219px;
		margin: 1px 1px 6px 1px;
		padding: 10px;
		background: #EEF3F6;
		position: relative;
	}
	.boxRow2
	{
		height: 179px;
		margin: 6px 1px 1px 1px;
		padding: 10px;
	}
	
	.news-bg
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 40px;
		background: url(default/images/news-box-bg.png) bottom left repeat-x;
	}
	.scroll-box
	{
		position: relative;
		border-top: 1px solid #eee;
		z-index: 1;
	}
	
	.boxRow1 .summary-file
	{
		height: 120px;
		overflow: auto;
		overflow-x: hidden;
	}
	.boxRow1 .news-links-with-summary
	{
		clear: both;
	}
	.boxRow1 .news-links-with-summary .scroll-box
	{
		margin-top: 5px;
		height: 96px;
	}
	.boxRow1 .news-links-no-summary .scroll-box
	{
		margin-top: 3px;
		height: 200px;
	}
	
	.boxRow2 .scroll-box
	{
		height: 165px;
	}
}