/* CSS Document */
* {
margin:0;
padding:0;
}

html, body{
	margin: 0px 0px 0px;
/*	background:url(../img/bg.jpg) no-repeat; */
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-align:justify;
}

a {
	color:#333333;
	text-decoration:underline;
}

input {
	background-color:#FEFEFE;
}

textarea {
	background-color:#FEFEFE;
	border:#999999 solid 1px;
}

img {
	border:0;
}

table {
	border:0;
}
td {
	margin:0;
	padding:0;
}
/* IDS */
#sitecontainer {
	margin-left:-405px;
	text-align:center;
	position:absolute;
	left:50%;
}

#content {
	width:765px;
	height:740px;
	text-align:left;
	position:absolute;
	top:0px;
	padding:0px;
}
#colSx {
	float:left;
	width: 170px;
	height:600px;
	padding:20px;
	padding-top:85px;
	padding-left:32px;	
}
#colSx h2, #colSx h3 {
	color:#ED1C23;
}

#AvisProvincialeMilano {
	float:left;
	height:55px;
}

#SegnalaAdUnAmico {
	float:left;
	width:140px;
	height:80px;
	padding-top:45;
	text-align:center;
	
	}

#colCentrale {
	float:left;
	width: 330px;
	padding:18px;
	padding-top:10px;	
}

#colCentrale h2, #colCentrale h3 {
	color:#ED1C23;
}

#colDex {
	float:right;
	width: 140px;
	padding:5px;	
	padding-left:0px;
	color:#000000;
	font-size:9px;
}

#colDx {
	float:right;
	width: 140px;
	padding:5px;	
	padding-left:0px;
	color:#000000;
	font-size:10px;
}
#colDx h2, #colDx h2 a {
	font-size:14px;
	margin:0 0 4px 0;	
	display:inline;
	color:#000000;
}


#colDx img {
	display:inline;
}

#usersList {
	color:#333333;
}

#header h1 {
	display:none;
}
#header ul {
	float:right;
	margin-top:30px;
}
#header ul li {
	text-align:right;
	list-style:none;
	line-height:20px;
	color:02579A;	
}

#header {
	width:765px!important;
	width:765px;	
	height:90px;
	margin-bottom:0px;
}

#logo {
	background:url(../img/logo.gif) no-repeat;
	float:left;
	width:136px;	
	height:53px;
	margin-top:33px;
	margin-left:58;
}


#gioiadidonare {
/*	background:url(../img/scoprilagioia.gif) no-repeat; */
	float:right;
	width:260px;
	height:143px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:90px;
}
#header2 {
/*	background:url(../img/testata.jpg) no-repeat; */
	width:765px!important;
	width:765px;	
	height:260px;
	margin-bottom:0px;
}
#BloccoSotto {
/*	background:url(../img/centralesotto.jpg) no-repeat; */ 
	width:765px!important;
	width:765px;
	height:500px;
	margin-top:0px;
}
#footer {
	background:url(../img/bgLink.gif) no-repeat;
	width: 273px;
	height: 23px;
	padding:2px;
	padding-left:15px;
	font-size:16px;
}
#form {
	padding:0;
	margin-top:10px;
}
#intro {
}
#intro h2 {
	margin-top:200px;
	font-size:19px;
	margin:0 0 2px 0;
}
#intro h3 {
	font-size:16px;
	margin:5px 0 2px 0;	
}
#boxTop {
	background: url(../img/boxTop.jpg) no-repeat;
	width:200px;
	height:195px;
	padding:0px;	
}
#boxBottom {
	background:url(../img/boxBottom.jpg) no-repeat;
	width:200px;
	height:210px;
	padding:0px;		
}
#privacy {
	display:none;
	z-index:99;
	width:400px;
	height:400px;
	/*background:#FFFFFF url(../img/bgPrivacy.gif) no-repeat;*/
	background:#FFFFFF;
	padding:15px;
	border:solid 2px #CCCCCC;
	margin-left:50px;
	margin-top:50px;	
	position:absolute;
	left:50px;
	top:50px;	
}
#privacy img {
	float:right;
}
#privacy h1{
	display:block;
}
#privacy ol, #privacy h5 {
	margin:0;
	padding:0;
}
#privacyText {
	width:370px;
	height:390px;
	overflow:auto;
	color:#FFFFFF;
	padding:4px;
	background-color:#B1262B;
}
#PaginazioneRicerca {
	margin-top:10px;
}
#PaginazioneRicerca a{
	font-weight:bold;
	text-decoration:none;
	padding:4px;	
}
/* CLASSES */
.RigaUtente,.RigaUtenteOver{
	cursor:default;
	width:280px;
	height:16px;	
	overflow:hidden;
	padding:2px;
	text-overflow : ellipsis;
	white-space : nowrap;
}
.RigaUtente{
	background:#FFFFFF;
	border-bottom:1px solid #666666;
	color:#000000;	
}
.NoContacted {
	font-weight: bold;
	color:#ED1C23;
}
.RigaUtenteOver{
	background:#2971AB;
	border-bottom:1px solid #666666;
	color:#FFFFFF;
}


/* FORM CLASSES */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #3075AE;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #3075AE;
	color : #3075AE;
}
input.validation-passed, textarea.validation-passed {
	/*border: 1px solid #00CC00;*/
	border: 1px solid #3075AE;
	color : #000;
}

.validation-advice {
	margin: 0 0 0 5px;
	padding: 2px;
	background-color: #3075AE;
	color : #FFF;
	font-weight: bold;
	display:inline;
}

.custom-advice {
	margin: 0 0 0 5px;
	padding: 2px;
	background-color: #3075AE;
	color : #FFF;
	font-weight: bold;
	display:inline;	
}

fieldset {
	padding-top: 1em;
	margin-bottom: 0.5em;
	border:0;
	/*border-top:1px dotted #CCCCCC;*/
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.1em;
	padding-left: 0;	
}

.field-label {
	display:inline;
/*	padding-bottom:5px; */
}

.field-widget {
	display:inline;
}
/* FORM CLASSES */


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These 'decoy' styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
}

a.sIFR-hasFlash {
	visibility: hidden;
}

.sIFR-hasFlash #header li {
	visibility: hidden;
}
.Stile6 {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.Stile7 {
	font-size: 14;
	color: #FF0000;
	font-weight: bold;
}

