﻿table.threeMainNews td 
{
	vertical-align: top;
}

div.NewsImageContainer 
{
	margin-left: 5px; 
	margin-right: 5px;
	text-align: center;
	width: 350px;
	position: relative;
}

div.NewsImageContainer img 
{		
	border: 1px solid black;
	display: block;
}

div.NewsImageContainer div.GrayNewsTitle 
{
	width: 351px;
	padding: 3px 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(img/black30percent.png);
}

div.NewsImageContainer div.GrayNewsTitle:hover 
{
	width: 351px;
	padding: 3px 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(img/black50percent.png);
}

div.NewsImageContainer div.GrayNewsTitle a:hover 
{
	text-decoration: none;
}

div.NewsImageContainer a 
{
	display: block;
	font: normal bold 14px arial;
	color: White;
	text-align: center;
}

div.NewsLevel1 
{	
	padding: 0px 5px;
}

div#News2 
{
	float: left;
}

div#News3
{
	clear: right;
	padding-top: 10px;
}

div.NewsLevel1 div.NewsTitle 
{
	font: normal bold 12pt arial;	
	padding-left: 5px;
	text-align: justify;
}

div.NewsLevel1 div.NewsTitle a 
{
	color: Black;
	font: normal bold 12pt arial;	
}

div.NewsLevel1 div.NewsAbstract 
{
	text-align: justify;
	font-size: 8pt;
} 

div.NewsLevel1 div.Continue 
{
	text-align: left;
	padding-top: 10px;
	font-size: 10px;
} 

div.NewsLevel1 div.hrDotted 
{
	margin-bottom: 6px;
}

div.NewsLevel2 
{
	text-align: right;		
	clear: left;
	margin: 0px 5px 15px 5px;
	border: 1px solid #DCDCDC;
	padding: 10px;
	text-align: center;
}

div.NewsLevel2 td 
{
	vertical-align: top;
}

div.leftNewsList 
{
	margin: 0px 5px 15px 5px;
	border: 1px solid #DCDCDC;
	padding: 10px;	
	text-align: justify;
}

div.leftNewsList hr.dotted 
{
	margin-top: 10px;
}

div.NewsLevel2 div.NewsTitle 
{
	text-align: justify;
	margin: 0px;
	padding-left: 8px;
}

div.NewsLevel2 div.NewsTitle a 
{
	color: Black;
	font: normal normal 8pt tahoma;
	line-height: 1.8em;
	font-weight: bold;	
}

div.NewsLevel2 div.NewsImage 
{	
	float: left;
	margin: 0px;	
	margin-right: 2px;
}

div.NewsLevel2 div.NewsImage img 
{
	border: 1px solid black;
	width: 90px;
}

div.NewsLevel3 
{
	text-align: right;
	margin: 20px;
}


/* EXTRA NEWS (at the bottom of the page) */

table.extraNews 
{
	width: 580px;
	margin: 0px auto;
	table-layout: fixed;
}

table.extraNews td 
{	
	vertical-align: top;
	padding: 10px;		
}

table.extraNews td.pageTitle 
{
	padding-bottom: 0px;	
	padding-left: 8px;
	padding-right: 8px;
}

table.extraNews td.pageTitle div  {	
	font: normal normal 8pt tahoma;
	background-image: url(img/extra_news_page_back.gif);
	background-position: center;
	background-repeat: repeat-x;	
}

table.extraNews td.pageTitle a.title 
{	
	background-color: #F0F0F0;
	color: #7b0a0a;
	display: inline-block;
	background-image: url(img/extranewstitle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;	
}

table.extraNews td.pageTitle a.rss 
{
	background-color: #F0F0F0;
	display: inline-block;
	float: left;	
	width: 18px;
	text-align: left;
}

table.extraNews td.newsTitle
{
	font: normal normal 8pt tahoma;
	padding-bottom: 0px;
	text-align: justify;	
}

table.extraNews td.newsTitle a 
{
	 color: #295ca0;
}

table.extraNews td.newsImage 
{
	background-image: url(img/extra_news_dotted_border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

table.extraNews td.newsImage img 
{
	border: 1px solid black;
}

table.extraNews td.newsAbstract {
	background-image: url(img/extra_news_dotted_border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	
table.extraNews td.newsAbstract div.abstract 
{
	padding-bottom: 5px;
	height: 70px;
	text-align: justify;
	font-size: 8pt;
}

table.extraNews td.newsAbstract div.abstract div.continue 
{
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
}

table.extraNews td.nextNewsTitle {
	background-image: url(img/extra_news_dotted_border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

table.extraNews td.nextNewsTitle div
{
	font: normal normal 8pt tahoma;
	text-align: justify;
}

table.extraNews td.nextNewsTitle a
{
	color: #295ca0;
}