@CHARSET "ISO-8859-1";
											/* TOP */
body {	overflow:auto;
		margin: 0;
		padding: 0;
		font-family: Verdana, Geneva, sans-serif;
		background-color:#1cadda;
}

img	{
		border:none;
}
#box{
	width:1200px;
	height:660px;
	margin:5px auto;
	border:1px solid #000;
	position:relative;
}
											/* HEADER */

#headerindex {
		margin: 0;
		padding: 0;
		position:absolute;
		z-index:4;
}

#header{
	width:960px;
}
#ritiro{
	z-index:6;
	position:absolute;
	margin-top:50px;
	margin-left:10px;
}
#ritiro a{
	text-decoration:none;
	color:#000;	
}
#ritiro a:hover{
	text-decoration:none;
	color:#2e3192;	
}
#mappomino{
	z-index:-1;
	width:600px;
	height:594px;
	position:absolute;	
}


#omino{		
    height:700px;
	width:767px;
	z-index:1;
	position:absolute;
}


#ddt{
	position:relative;
	margin:10px 105px;
	z-index:5;
	float:left;
}

#login{
	height:100px;
	margin:50px auto;
	width:200px;	
}
#login2{
	height:100px;
	width:200px;	
}

										
										/* menu */

#phpmenu{
	margin-top:215px;
	margin-left:800px;
	border:2px solid #2e3192;
	width:205px;
	height:396px;
	position:absolute;	
	border-radius: 10px 10px 10px 10px;
	box-shadow:inset 0px 0px 50px #000;
	background-color:#fff000;
	float:left;
	z-index:1;
}
#phpmenu a{
	text-decoration: none;
	color:#2e3192;
	
}
#phpmenu a:hover{
	color:#2e3192;
}
#phpmenumod{
	margin-right:10px;
	margin-top:20px;
	border:2px solid #2e3192;
	width:205px;
	height:400px;
	position:relative;
	float:right;
	border-radius: 10px 10px 10px 10px;	
	box-shadow:inset 0px 0px 50px #000;
	background-color:#fff000;	
}
#phpmenumod a{
	text-decoration: none;
	color:#2e3192;
	
}
#phpmenumod a:hover{
	color:#2e3192;
}
#tasti{
	margin-top:35px;
	margin-bottom:35px;
	text-align:center;
	font-size:23px;
	
}

.linea {
	margin:0 auto;
	box-shadow:0px 0px 7px #000;
	width:150px;
}
#tasti a:hover{
	margin-top:50px;
	text-align:center;
	font-size:23px;
	text-shadow: 3px 3px 7px #000;
	font-weight: bold;
	color:#2e3192;
}

										/* fine menu */


										/* CONTENUTO */
#list{
	
	margin-left:5px;
	margin-top:-45px;
	
}
#contenuto{
	margin:10px auto;
	width:960px;
	height:950px;
	border:1px solid #000;
	position:relative;
	border-radius: 3px 3px 3px 3px;
	background-color:rgba(255,255,255,0.8);
}
#contenuto2{
	margin:10px auto;
	width:960px;
	height:100%;
	border:1px solid #000;
		
	border-radius: 3px 3px 3px 3px;
	background-color:rgba(255,255,255,0.8);
	
}
#contenutologin{
	margin:10px auto;
	width:960px;
	height:650px;
	border:1px solid #000;
	position:relative;	
	border-radius: 3px 3px 3px 3px;
	background-color:rgba(255,255,255,0.8);	
}
table{
	width:785px;
	margin:10px auto;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	
	
}
thead {
	width:650px;
	margin:10px auto;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
}
td, th{
	
	border-collapse: collapse;
	
}
td,th{
	padding: 3px 5px
	
}

th{
	text-align: left;
	
}
input {
	width:100%;
	border-radius: 5px 5px 5px 5px;
}
input:focus{
	border:2px solid #f00;
}
select:focus{
	border:2px solid #f00;
}
.radio{
	border:2px solid #f00;
}
#pagamento {
	width:200px;
	height:100px;
}

textarea { 
    resize: none; 
}
div.ui-datepicker{
	font-size:10px;
	
}

									 /* FINE CONTENUTO */



										  /* FOOTER */
#footerindex {
	width:1200px;
	height:100px;
	float:bottom;
	padding: 0;
	position:relative;
	bottom:0;
}
#footer {
	width:960px;
	height:100px;
	float:bottom;
	padding: 0;
	position:relative;
	bottom:0;
	clear:both;
	z-index:1;
}
#footer2 {
	width:960px;
	height:100px;
	float:bottom;
	padding: 0;
	position:absolute;
	bottom:0;
	
	z-index:1;
}
