/*	Press panel -------------------------------------------------- */

	#panel_top_media.press_fr { 
		background:url(/fr/img/bg_panel_press.jpg) no-repeat ; width:100%; height:240px;
	}	
	
	#panel_top_media.press { 
		background:url(/en/img/bg_panel_press.jpg) no-repeat ; width:100%; height:240px;
	}
	
	#panel_top_media.press_de { 
		background:url(/de/img/bg_panel_press.jpg) no-repeat ; width:100%; height:240px;
	}

	h2.press  { 
		color:#202020; width:50%; float:left;
		font-family:Helvetica, Arial, Helvetica, sans-serif; 
		font-size:20px; line-height:25px;font-weight:normal; 
	}
	
	div.pressRSS a.a_rss {
		background:url(/en/img/rss_press_archives.gif) no-repeat top right;
		display:block; float:right; top:-28px; 
		width:54px; height:18px; font-size: 12px; 
	}

	div.pressRSS a.a_rss:hover { 
		background:url(/en/img/rss_press_archives.gif) no-repeat top right; background-position:0 -18px;
		display:block; float:right; top:-28px;
		color:#000; width:54px; height:18px; 
	}
	
	
	table.NewsReleaseTable {
		background-color:white; width:100%;
		border:1px solid #666666; margin-bottom:20px;
	}
	
	table.NewsReleaseTable td, th {
		padding:2px; border:1px solid #ccc; vertical-align:middle;
	}	
	
	table.NewsReleaseTable td.special{
		background-color:#ccc;
	}	

	table.NewsReleaseTable_TOOBIG {
		background-color:white; width:150%;
		border:1px solid #666666; margin-bottom:20px;
	}
	
	table.NewsReleaseTable_TOOBIG td, th {
		padding:2px; border:1px solid white; vertical-align:middle;
	}	
	
	div.release h3 a {color: black;}