/* CSS Document */

body {
background:#fff url(../media/bg.jpg) repeat-x 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
/*	  height:100%; 
  max-height:100%;
  overflow:hidden; */
}
#wrapper{
width:100%;
text-align:center;
background-color:transparent;}

#contenitore-testata{
float:left;
width:100%;
margin-top: 30px;
}

#nome-dominio, #icone-di-servizio{
width:480px;
height:60px;
float:left;
}
#icone-di-servizio p{
color:#fff;
font-size:10px;
text-align:right;
margin-top:30px;
margin-right:10px;
}
#icone-di-servizio a{
color:#fff;
text-decoration: none;
}
#icone-di-servizio img{
border:0;
}

#contenitore-menu{
margin-top:1px;
float:left;
width:100%;
}

#contenitore-generale{
width:100%;
height:100%;
padding-left:20px;
margin-top:3px;
margin-bottom:15px;
float:left;
text-align:left;
background-color:#f9f9f9;
border-left:1px dashed #ccc;
border-right:1px dashed #ccc;
border-bottom:1px dashed #ccc;
padding-bottom:30px;
}
#contenitore-degli-eventi{
width:100%
float:left;
text-align:left;
background-color:#f9f9f9;
display:inline;
}

#box-servizio{
width:200px;
float:right;
display:inline;
margin-right:29px;
text-align:left;
background-color:#f9f9f9;
}
.include-icone, .include-guida, .include-form{
width:660px;
margin:29px 29px 9px 39px;
float:left;
text-align:left;
display:inline;
background-color:#f9f9f9;
}

.icona-funzione{
width:48px;
height:70px;
background-position:top;
background-repeat:no-repeat;
background-color:#f9f9f9;
float:left;
margin:0px 30px 0px 0px;
display:inline;
text-align:center;
}
.icona-funzione a{
color:#000;
font-size:10px;
text-decoration:none;
}
.icona-funzione a:hover{
background-color:#e4e4e4;
}

.icona-funzione img{
border:0;
display:block;
margin-bottom:5px;
}
h1{
position:relative;
margin-top:10px;
margin-left:15px;
font-size:28px;
text-align:left;
color:white;
}
h2{
color:#c00;
font-size:16px;
}
.pending, .deleted, .accepted, .notaccepted{
font-weight:900;
}
.pending{
color:#996;
}
.deleted{
color:#f00;
}
.accepted{
color:#060;
}
.notaccepted{
color:#f90;
}
#box-servizio h3{
color:#fff;
font-size:14px;
font-weight:900;
text-align:center;
background:url(../media/supporto.gif) no-repeat center;
margin-top:29px;
padding:4px 0px;
}
/* //////////////////// ACCORDION //////////////// */
#accordion {
	margin:20px 0px;
}

h4.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h5 {
	margin:0px;
	padding:4px;
}
/* //////////////////// footer //////////////// */
#footer {
  height:50px;
  clear:both;
  background-color:#414141;
  color:#fff;
  text-align:center;
  padding-top:10px;
  }

#barra-di-stato {
width:947px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
background-color:#fff;
height:18px;
border-left:3px solid #d2e0e6;
border-top:3px solid #d2e0e6;
padding: 0 5px;
  }
 
 /* ////////////// pagina di login /////////////// */
#wrapper_login{
position:absolute;
width:500px;
height:270px;
margin-top:-135px;
margin-left: -250px;
top:50%;
left:50%;
background:url(../media/login.gif) center no-repeat #f9f9f9;
}
#wrapper_login form{
position:relative;
margin-top:130px;
margin-left:0;
}
#wrapper_login form input{
width:100px;
}
#wrapper_login form fieldset{
width:310px;
position:relative;
margin-left:30px;
padding:7px;
border: 2px dashed #ccc;
}
#bottone-invio{
width:100px;
margin-left:180px;
background-color:#176857;
color:#fff;
font-size:11px;
border:2px #ccc outset;
}
#wrapper_login form p{
text-align:center;
padding:0;
margin:5px;
}
#wrapper_login form legend{
background-color:#176857;
color:#fff;
font-weight:900;
padding:2px 4px;
}

input[type=text]:focus, input[type=password]:focus{
background-color:#e8fde8;
}

/* //////////////////////////// FORMATTAZIONE DEI MODULI - FORM ///////////////// */

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
#dataentry{
	margin-left:20px;
	width:500px;
	padding:0;
	margin:0;
}
	
	#dataentry p{
		font-size:11px;
		color:#665;
		text-align:left;
	}
	#dataentry fieldset{
	margin-top:5px;
	padding:10px;
	border:1px solid #dbdbdb;
	}
	#dataentry legend{
	background-color:#003e7b;
	color:#fff;
	font-size:11px;
	font-weight:900;
	padding:5px;
	}
	#dataentry label{
		font-weight:900;
		text-align:right;
		width:140px;
		float:left;
	}
	#dataentry .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#dataentry input{
		font-size:11px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		margin:2px 0 5px 15px;
	}
	#dataentry select, #dataentry textarea{
		font-size:11px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		margin:2px 0 5px 15px;
	}
	#dataentry textarea{
	width:300px;
	}
	#dataentry button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	.errorMessage{ 
	position:absolute;
	color:red;
	padding-left:5px;		
		}
		
		input.bottone_invio{
		width:70px; 
		margin-left:370px; 
		background-color:#c00; 
		color:#fff; 
		 }
		 
		.allinea{ 
	margin-left:15px;
	color:#063;
	font-weight:900;		
		}