/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	background-image:url(/img/body-bg.jpg); 
/*	background-color: #f6f6f6;
	background-image:url(img/body-bg.jpg); */
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
	margin:1px;
	padding:1px;
}

div {
	margin:0px;
	padding:0px;
	border: 0px solid black;
}

a:link {
	color: #00367B;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	color: #00367B;
	font-weight: normal;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	color: #00367B;
	font-weight: normal;
	background-color: transparent;
}


table {
	border-collapse: collapse;
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
}

td {
	padding:2px;
	margin:1px;
	vertical-align:top;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

/* form */

.divForm {
	border:0px solid black;
	padding-top:5px;
}

.titleForm {
	font-weight:bold;
}

.labelForm {
	text-align:left;
	vertical-align:top;
	padding: 2px;
	float:left;
	font-weight:bold;
	border: 0px solid black;
	width: 18%;
}

.fieldForm {
	text-align:right;
	vertical-align:top;
	padding: 2px;
	float:left;
	border: 0px solid blue;
	width: 78%;
}

.notesForm {
	text-align:left;
	vertical-align:top;
	padding: 10px;
}

.button {
	background-color: #fff;
	border: 1px solid #809DB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000;
}

.textbox {
	background-color: #fff;
	border: 1px solid #809DB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

.Bottone {
	background-color: #fff;
	border: 1px solid #809DB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000;
}

.sfondoButton {
	background-image:url(../img/button.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000;
	width:82px;
	height:26px;
	text-align:center;
	vertical-align:middle;
}
 
 .sfondoButtonB {
	background-image:url(../img/buttonB.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#000;
	width:82px;
	height:26px;
	text-align:center;
	vertical-align:middle;
}

.modulo {
	background-color: #fff;
	border: 1px solid #809DB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
	margin:2px;
}

.Stile_campo {
	font-size: 10px;
	font-weight: normal;
	border:solid 0px;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* div */

.floatLeft {
	float:left;
	
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}


/* pagine */

.tblCentrata {
	width:948px;
	border:1px solid white;
	margin-left:auto;
	margin-right:auto;
	background-color:#E0DFE3;
}

.tdTop {
	height:187px;
	text-align:center;
}

.tdSn {
	width:235px;
	background-image:url(../img/sfondo-grigio.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.tdCn {
	width:477px;
	background-image:url(../img/sfondo-grigio2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}

.tdDx {
	width:236px;
	background-image:url(../img/sfondo-grigio.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.tdBottom {
	/*height:55px;*/
	background-color: #6C91B5;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid white;
	font-size:12px;

}

.credits {
	color:white;
	text-align:center;
	margin:10px 0px;
}

.titoloLogin {
	height:29px;
	background-image:url(../img/icoLogin.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloDownload {
	height:29px;
	background-image:url(../img/icoDownload.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin-left:10px;
}


.titoloRicerca {
	height:29px;
	background-image:url(../img/icoCerca.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.titoloNewsletter {
	height:29px;
	background-image:url(../img/icoNewsletter.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloNews {
	height:29px;
	background-image:url(../img/icoNews.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloVideo {
	height:29px;
	background-image:url(../img/icoVideo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloLinks {
	height:29px;
	background-image:url(../img/link.png);
	background-position:top right;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:2px 4px;
}

.titoloConsigliati {
	height:29px;
	background-image:url(../img/icoConsigliati.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloRicercaSardegna {
	height:29px;
	background-image:url(../img/icoSardegna.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloRicercaMondo {
	height:29px;
	background-image:url(../img/icoMondo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.titoloHouseBrokerGroup {
	height:29px;
	background-image:url(../img/icoHouseBrokerGoup.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.sfondoGrigio {
	background-image:url(../img/sfondo-grigio.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.sfondoGrigio2 {
	background-image:url(../img/sfondo-grigio2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:29px;
}

.sfondoContatti {
	background-image:url(../img/sfondoContatti.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:29px;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.sfondoConsigliati {
	background-image:url(../img/sfondoConsigliati.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:29px;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.sfondoRicerca {
	background-image:url(../img/sfondoRicerca.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:29px;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.boxLogin {
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

.sfondoFotoBianco {
	background-image:url(../img/sfondoFotoBianco.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:15px;
	text-align:center;
}

.sfondoFotoBiancoGrande {
	background-image:url(../img/sfondoFotoBiancoGrande.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

.sfondoFotoGrigio {
	background-image:url(../img/sfondoFotoGrigio.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:18px;
	text-align:center;
}

.bordoFoto {
	border: 1px solid white;
}

.titoloPagina {
	margin:4px;
	font-weight:bold;
}

.sfondoScheda {
	background-image:url(../img/sfondoScheda.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:29px;
	font-weight:bold;
	padding:5px;
	font-size:12px;
}

.ulLink {
	/*list-style-image:url(../img/link.png);*/
	
}

.boxLeft {
	float:left;
	width:201px;
}
.boxRight {
	float:right;
	width:201px;
}

.etichettaGrigia {
	text-align:center;
	padding:5px 0px;
	font-weight:bold;
	background-color:#E0DFE3;
}

.etichettaInattivi {
	text-align:center;
	padding:5px 0px;
	font-weight:bold;
	background-color:#E0DFE3;
	color:#9D9AA7;
}

/* testi ABC */
.ABC_testi {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
.ABC_testi2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #fff;}


a.ABC_link:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}

a.ABC_link2:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #fff; text-decoration:none}
a.ABC_link2:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #fff; text-decoration:none}
a.ABC_link2:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #fff; text-decoration:none}


.ABC_testi_last {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
a.ABC_link_last:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link_last:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link_last:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}


.ABC_testi_eventi {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
a.ABC_link_eventi:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link_eventi:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link_eventi:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}

.ABC_testi_news {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
a.ABC_link_news:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link_news:visited {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}
a.ABC_link_news:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight: normal; font-style: normal; color: #000000; text-decoration:none}

.Stile_campo {
	font-size: 10px;
	font-weight: normal;
	border:solid 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

