﻿.PanelAnagraficaPersona
{
	background-image: url(Images/Icon/User.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-left: 90px;
}
.PanelAnagraficaSistema
{
	padding-left: 90px;
}
.PanelAnagraficaContatti
{
	background-image: url(Images/Icon/Contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-left: 90px;
}
.PanelAnagraficaInformazioni
{
	background-image: url(Images/Icon/Information.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 30px;
	padding-left: 90px;
	padding-bottom: 20px;
	
}
.PanelAnagraficaDiocesi
{
	padding-left: 90px;
}
.TdAnagTesto
{
	width: 120px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 11px;
}
#DivTableButton
{
	text-align: center;
}
#tblAnagraficaUtenteView td
{
}
.TdAnagTestoView
{
	width: 110px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;		
}
.TdAnagDatiView
{
	border-bottom: dotted 1px #adadad;
}
/* Tabella Elenco Anagrafiche */
#tblAnagrafiche
{
}
#tblAnagrafiche thead
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
}
#tblAnagrafiche thead td
{
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px;
	text-align: center;
}
#tblAnagrafiche tbody td
{
	border-bottom: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	padding-left: 5px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}
