/* RISERVATA.CSS */

/* Tabella Buildings */
.BuildingsTbl{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

.BuildingsTbl-Header{
	text-align: left;
	vertical-align: middle;
}

.BuildingsTbl-Header-p{
	color: #0066CC;
	font-weight: bold;
	font-size: 14pt;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
}

/* Tabella Documents */
.DocumentsTbl{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

.DocumentsTbl-Header{
	text-align: left;
	vertical-align: middle;
	background-color: #999999;
}

.DocumentsTbl-Header-p{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
}





.DocumentsTbl-Cell{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}



/* Tabella Document */



/* fine stili verificati*/

.Sfondo{
	background-image: url("images/branco.jpg");
	background-repeat:no-repeat;
	background-position: bottom center;
}

.NoBackColor{
	background: 0;
}

.Servizi{
	color: #0066CC;
	font-weight: bold;
	font-size: 9pt;
}

.Login {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}



.Documenti{
	color: #000000;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
}

