﻿/* CSS Document */
#maincontent{
	width:599px;
	float:left;
	background-image:url(img/bg-pag.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-bottom:10px;
}
#maincontent p{
margin:8px;
}
#dettagli{
background-color:#EAF8FF;
margin:4px 8px;
padding:6px;
border:2px solid #EEEEEE;
}
.partenza{
	background-image:url(img/calendario2.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding:6px 38px 6px 3px;
	font-weight:bold;
	text-align:right;
	margin-right:8px;
}
#info{
	margin-left:3px;
	margin-right:5px;
	margin-top:10px;
	padding:0px 0px 20px 0px;
	width: 571px;
	background-color:#FFF5D6;
	border-top:1px dashed #E8A746;
	border-bottom:1px dashed #E8A746;
	background-image:url(img/bg-info.gif);
	background-repeat:no-repeat;
	font-size:16px;
	text-align:center;
}
#info p{
	margin:4px;
}
#modulo{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:571px;
	background-color:#FFF5D6;
	font-size:12px;
	background-image:url(img/bg-modulo.gif);
	background-repeat:repeat-x;
	
}
#modulo_center{
	float:left;
	margin:4px 0px 0px 0px;
	width:551px;
	text-align:left;
	line-height:12px;
}
.campi-modulo{border:1px solid #ccc;
font-size:12px;
width:110px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.blu{
	color:#0062A9;
	font-weight:bold;
}

