﻿#NewsHeader
{
	width:684px;
	text-align:center;
}

/* ---------------------------------- */

.NewsCell
{
	width: 660px;
	min-height:120px;
	padding: 10px 10px 5px 14px;
	text-align:left;
}

.NewsCell .titolo
{
	padding-top:15px;
	font-weight:bold;
	font-size:13px;
	color: #4b88cb;
}

.NewsCell .immagine
{
	height:110px;
	margin:0 20px 0 30px;
	border: solid 1px #c5c6c8;
	float:left;
}

.NewsCell .separatore_articoli
{
	width:100%;
	clear:both;
	text-align:center;
}

.NewsCell .translate-links
{
	height:24px;
	line-height:24px;
	text-align:left;

	margin-top:30px;	
}

.translate-links img
{
	margin-left:5px;
	float:left;
	
	width: 24px;
	height: 24px;
}

.translate-loader
{
	margin-left:5px;
}

#facebox {

		/* overlay is hidden before loading */
		display:none;

		/* standard decorations */
		width:600px;
		border:10px solid #666;

		/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(82, 82, 82, 0.698);

		/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		
		font-size:13px;
		line-height:15px;

		padding:10px;
		background-color:#fff;
		/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif*/
	}

	#facebox h2 
	{
		margin:-11px;
		margin-bottom:0px;
		color:#fff;
		background-color:#6D84B4;
		padding:10px 10px 10px 10px;
		border:1px solid #3B5998;
		font-size:16px;
	}

	#facebox .close 
	{
		text-decoration:underline;
		cursor:pointer;
		color:#6D84B4;
		
		padding:2px 0 2px 0;
		margin:0;
	}

	#facebox .immagine
	{
		height:180px;
		margin:5px 20px 10px 20px;
		border: solid 1px #c5c6c8;
		float:right;
	}
	
	#facebox .corpo
	{
		text-align:justify;
	}
	
	#facebox .textWrapper
	{
		width:595px;
		min-height:400px;
		padding-right:5px;
		overflow:auto;
	}
/* ---------------------------------- */

.NavigationPanel
{
	width: 680px;
	padding: 10px 4px 10px 0px;
	text-align:right;
}

.NavigationPanel a
{
	color: #4b88cb;
	font-weight:bold;
    text-decoration: underline;
}

.NavigationPanel a[disabled]
{
	color:Gray;
	font-weight:bold;
    text-decoration: none;
}
