﻿/* NEWS */
table.news 
{
}

table.news td 
{
	padding: 10px;	
	width: 50%;
	vertical-align: top;
}

div.news div.newsPreTitle 
{
	color: Gray;
	font-size: 8px;
}

div.news div.newsTitle 
{
	font: normal bold 12pt arial;	
	text-align: justify;
}

div.news div.newsTitle a 
{
	color: Black;
	font: normal bold 12pt arial;	
}

div.news div.newsAbstract 
{
	line-height: 1.5em;
	text-align: justify;
	font-size: 8pt;
}

div.news div.continue 
{
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

div.news div.hrDotted 
{
	height: 10px;
	background-position: bottom center;	
	clear: both;
}

/* small news */ 

div.smallNews div.newsPreTitle 
{
	color: Gray;
	font-size: 8px;
}

div.smallNews div.newsTitle 
{
	font: normal bold 14px arial;	
	color: #5656a9;
}
div.smallNews div.newsTitle a
{
	font: normal bold 14px arial;	
	color: #5656a9;
}

div.smallNews div.newsAbstract 
{
	line-height: 1.5em;
	text-align: justify;
	font-size: 8pt;
}

div.smallNews div.continue 
{
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

div.smallNewsImage 
{
	float: left;
	margin: 0px 10px 5px 0px;
}

div.smallNews div.hrDotted 
{
	margin-top: 5px;
}

/* - - - - */

div.newsImageContainer
{
	float: right;
	width: 310px;
	text-align: center;
	padding-left: 10px;
}

div.newsImageContainer img 
{
	border: 1px solid black;
}

div.smallNewsImage img 
{
	border: 1px solid #000000;
}

/* LEFT BAR */

div#leftBarArea div.LeftNewsContainer div.NewsTitle 
{
	font: normal bold 16px arial;
	color: #5a72a9;
	margin: 0px 2px 5px 0px; 
}

div#leftBarArea div.LeftNewsContainer div.NewsPreTitle 
{
	font: normal normal 10px tahoma;
	color: #777777;
}

div#leftBarArea div.LeftNewsContainer div.NewsSubTitle 
{
	font: normal bold 14px arial;
	text-align: right;
} 

div#leftBarArea div.LeftNewsContainer div.NewsSubTitle a
{
	font: normal bold 14px arial;
	color:#000000;
} 

div#leftBarArea div.LeftNewsContainer div.NewsAuthor 
{	
	color: Gray; 
	font-size: 10px; 	
	margin-bottom: 10px;
}

div#leftBarArea div.LeftNewsContainer div.News 
{
	padding: 5px;	
	margin-bottom: 20px;
} 

div#leftBarArea div.LeftNewsContainer div.NewsAbstract 
{
	text-align: justify;
	line-height: 1.4em;
	font-size: 8pt;
} 

div#leftBarArea div.LeftNewsContainer div.Continue 
{
	text-align: left;
	padding: 2px;
	font-size: 10px;	
} 

div.LeftNewsContainer 
{
	margin: 0px 5px 15px 5px;
	border: 1px solid #DCDCDC;
	padding: 10px;	
	text-align: justify;
}
