/* Classi per la formattazione del DocumentLinkViewer */
.tabellaProject
{
}

.DocumentLinksContainer
{
	background-color:#E0DFE3;
}

.LinkCategory
{
	background-color:#cccccc;
	font-size: 70%;
	font-weight: bold;
	border-right: 1 solid #aaaaaa;
	border-bottom: 1 solid #aaaaaa;
	border-left: 1 solid #aaaaaa;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.LinksItem
{
	border-right: 1 solid #aaaaaa;
	border-bottom: 1 solid #aaaaaa;
	font-size: 80%;
	padding-left: 8px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.CellImage
{
	padding-top: 8px;
	vertical-align: top;
	border-left: 1 solid #aaaaaa;
	border-bottom: 1 solid #aaaaaa;
}
.CellImageDx
{
}

.HeaderDx
{
}

.Header
{
}

.HeaderSx
{
}

.FooterDx
{
}

.FooterDocumentLink
{
}

.FooterSx
{
}
/* classe utilizzata nel DocumentPage per modificare l'aspetto dei Link verso altri documenti */
A.popupLink
{
	color:Blue;
	text-decoration:none;
	cursor:default; 
	font-size:70%;
}

.popupLinkOver
{
	color:Blue;
	cursor:pointer;
	font-size:70%;
	text-decoration:underline;
}

.popupLinkDisabled
{
	color: #507ca7;
	font-size:70%;
}
/* Classi applicate al controllo DocumentNews */
.TableNews
{
	padding: 3px;
	width: 99%;
}

.documentLink
{
	color: #000000;
	text-decoration:none;
	cursor:default; 
	font-size:75%;
}

.documentLinkOver
{
	color: #000000;
	cursor: pointer;
	font-size:75%;
	text-decoration:underline;
}

.DatePublishing
{
	color: #507ca7;
	font-size:70%;
}

.WarningDocument
{
	font-size: 80%;
	font-weight: bold;
}

.MessageNews
{
	/*color:#ffffff;
	font-size:70%;
	background-color: #99B2CC;
	width:44px;
	height:8px;
	padding-left: 2px;
	padding-bottom:2px;*/
	display:none;
}
.CellTitleDocument
{
	/*width:87%;*/
	
	padding-left:5px;
	padding-bottom: 1px;
}

.TableDocumentNew
{
	border: 0;
	width: 100%;
	background-color: #E6E6E6;
}
.ImageDocumentSx
{
	width: 7px;
	height:27px;
}
.CellImagesSx
{
	background-image: url(../Layout/Images/angoloSx.gif);
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
.ImageDocumentDx
{
	width: 7px;
	height:27px;
}
.CellImagesDx
{
	background-color: #E6E6E6;
	background-image: url(../Layout/Images/angoloDx.gif);
	background-repeat: no-repeat;
}
.ImageDocumentCenter
{
	height:27px;
}
.CellImagesCenter
{
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	color: F27929;
	text-align: center;
	background-color: #E6E6E6;
	background-image: url(../Layout/Images/sfondo_HeaderTrasperent.gif);
}

.ContainerDocumentNews
{
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 8px;
	padding-top:8px;
}

/*DocumentInfo*/
.LabelInfoLastUpdate
{
	color:White;
	padding-left: 5px;
	font-size: 70%;
	font-weight: bold;
}

.DocumentInfoLastUpdate
{
	color:White;
	padding-left: 5px;
	font-size: 70%;
}
/* Classi di formattazione per il controllo AddressLinkViewer */

.AddressLinkContainer /* tabella generale */
{
	border-top: 1 solid #000000;
	width: 99%;
	padding:0px;
	margin-top:10px;
}

	.TitleAddressLinkViewer /* titolo del controllo */
	{
		vertical-align: top;
		padding-top: 4px;
		color: #000000;
		font-weight:bold;
		font-size:80%;
	}

	.CellContainerTableAddress /* cella contenitore della tabella indirizzi */
	{
	}
		.TableContainerAdress /* tabella indirizzo */
		{
			border: 1 solid #000000;
			width: 50%;
			margin-bottom: 10px;
		}
		.CellInfoAddress /* cella info indirizzi*/
		{
			padding: 5px;
			font-size:70%;
		}
			.DescriptionAdress /* descrizione indirizzo */
			{
				font-weight: bold;
				white-space:nowrap;
			}
			.Address /* indirizzo */
			{
				display: block;
			}
			.TitlePhone /* label telefono */
			{
				font-weight: bold;
			}
			.PhoneAddress
			{
				display: block;
			}
			.TitleFax /* label fax */
			{
				font-weight: bold;
			}
			.FaxAddress
			{
				display: block;
			}
			.TitleSite /* label siti */
			{
				font-weight: bold;
			}
			.SiteAddress
			{
				display: block;
			}
			.TitleReference /* label riferimenti */
			{
				font-weight: bold;
			}
			.ReferenceAddress
			{
				display: block;
			}
			
/*hjgjgggjkg*/
.tableHeaderPopUp
{
	background-image: url(../Layout/Images/sfPopUp.jpg);
}
.tableFooterPopUp
{
	background-image: url(../Layout/Images/fondoHeader.jpg);
	height:30px;
}
.MainAreaPopUp
{
	padding-left:20px;
	padding-top:20px;
}