﻿body {
font-family: Verdana;
}
.Interno 
{
	width:100%;
}
.TitoloGenerale 
{
	font-size:17pt;
	font-style:italic;
	padding-bottom:6px;
	text-align: center;
	color: #ffffff;
	background-image:url('../Img/sfondo_titolo2.jpg');
	background-repeat:repeat-x;
	border-bottom: 2px solid #ff9900;
	border-top: 2px solid #ff9900;
	padding-top: 6px;
	vertical-align: middle;
}
.SingolaColonna 
{
	width:100%;
	vertical-align:top;
}
.CellaCliente 
{
	width:100%;
	height: 40px;
	background-image:url('../Img/sfondoclienti.gif');
	background-repeat:repeat-y;
	background-position:left;
	padding-left: 50px;
	border:1px solid #ff9900;
	background-color:#ffffff;
	color: #78787A;
	font-size:13pt;
}
.DivCliente 
{
	cursor:pointer;
}
.TabellaRepeater 
{
	width:100%;
}
.CellaEsternaRepeater
{
	width:33%;
	vertical-align:top;
}
.DescrizioneCliente 
{
	text-align:center;
	vertical-align:middle;
	width: 400px;
	position: absolute;
	top: 52%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	border:8px solid #78787A;
	z-index:10;
	background-color:White;
	cursor:pointer;
	padding:20px;
	color:#ffffff;
	background-color:#abaaaa
}
