body,html	{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	height:100%;
	color:#0b4791;
	}
	
#box	{
	width:900px;
	height:600px;
	position:absolute;
	left:50%;
	margin:0 0 0 -450px;
	font-size:12px;
	text-align:left;
}

#boxAg	{
	width:750px;
	height:600px;
	position:absolute;
	margin-left:5px;
	font-size:12px;
	text-align:left;
}

#sfondo {
background-image: url('../images/mailing_webonline.jpg');
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}

img	{
border:0px;
margin:0px;
padding:0px;}

a	{
color:#0b4791;
text-decoration: none;
}

a:hover	{
color:#0b4791;
text-decoration: underline;
}

#login	{
width:250px;
height:250px;
font-size:16px;
float:left;
background-image:url(../images/login_bg.jpg);
color:#FFFFFF;
text-align:center;
}



a.linkmod {
	display:block; 	
	background-image: url(../images/modifica.gif); 	
	width: 20px; 	
	height: 20px; 	
	border-width:0px;
 } /* might need height and width properties */

 
 
a.linkcanc { 
	display:block;  
	background-image: url(../images/cancella.gif); 
	width: 18px; 
	height: 20px; 
	border-width:0px;
} /* might need height and width properties */

a.linknocanc { 
	display:block;  
	background-image: url(../images/no_cancella.gif); 
	width: 22px; 
	height: 24px; 
	border-width:0px;
} /* might need height and width properties */


.prenotazioneOn{
	background-color: #C1EFC3;
}

.prenotazioneOff{
	background-color: #e3e3e3;
}

.prenotazioneWait{
	background-color: #feffbf;
}

input {
color:#0b4791;
}
select {
color:#0b4791;
}

.inputz {
color:#000000;
border: #FF9C01 solid 1px;
}

.mostraElemento{
  visibility: visible;
  display: inline;
}
.nascondiElemento{
  visibility: hidden;
  display: none;
}