@charset "utf-8";
/* CSS AGR  */


.linkSpaziati a{
	display:inline-block;
	background:url(images/selezione_rosso.gif) no-repeat left center;
	padding:5px 0 9px 13px;
}
.boxEvtDuke {
	margin:10px 0;
	*margin:12px 0 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.boxEvtDukeTop {
	background:url(images/layout/box_top.jpg) no-repeat;
	width:245px;
	height:4px;
}
.boxEvtDukeMiddle {
	background:url(images/layout/box_bg.jpg) no-repeat bottom;
	width:243px;
	*width:245px;
	border:1px solid #fd4e33;
	border-top:0;
	border-bottom:0;
	margin:0;
	padding:10px 0;
	*margin-top:-15px;
	text-align:center;
}
.boxEvtDukeBottom {
	background:url(images/layout/box-bottom.jpg) no-repeat;
	width:245px;
	height:4px;
}
.boxEvtDukeTop,
.boxEvtDukeMiddle,
.boxEvtDukeBottom,
.boxEvtDuke {
	/*float:left;*/
}

.boxEvtDuke h1{
	margin:0;
	padding:10px 0 15px;
	font-size:14px;
	color:#fd4e33;
	font-weight:bold;
	
}
.boxEvtDuke h1 a {
	color:#fd4e33;
	text-decoration:underline;	
}
.boxEvtDuke h1 a:hover {
	color:#333;
	text-decoration:underline;	
}
.boxEvtDuke span,
.boxEvtDuke h1 {
	text-align:center;
	display:block;
}

.linkPdf {
	background:url(images/layout/mini_acrobat.png) no-repeat left 6px;
	display:inline-block;
	padding:10px 0 10px 24px;
	text-align:center;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.linkPdf span {
	text-decoration:underline;
}

.formSender,
.formSender li {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.formSender {
	margin:10px;
	width:500px;
}
.formSender li {
	font-size:11px;
	color:#666;
	margin:3px 0;
	padding-right:50px;
	width:370px;
	float:left;
	font-weight:bold;
}
.formSender li input {
	float:right;
}
.formSender li label {
	float:left;
}
.titoloFondoRosso {
	background:#ee2e24;
	display:block;
	text-align:center;
	font-weight:normal;
	color:#fff;
	padding:9px 0;
	margin:5px 18px;
	font-size:18px;
}
.titoloFondoArancio   { color: #fff; font-size: 18px; font-weight: normal; line-height: 20px; background: #f60; text-align: center; display: block; margin: 5px 18px; padding: 12px 0 }
.sottoTitoloEventi {
	color:#222;
	font-size:13px;
	font-weight:bold;
	margin:5px 0px 15px;
	padding:5px 0;
	background:#dedede;
}
.logoSMAU {
	margin:10px 0;
}

.eventoSMAU p {
	text-align:justify;
}
.eventoSMAUFoot {
	width:500px;
	margin:0 auto;
}

.eventoSMAUFoot h1 {
	margin:10px 0;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
.eventoSMAU .dd {
	display:block;
	/*background:#feecd7;*/
	padding:10px;
	margin:18x;
	border:1px solid #ccc;
	border-left:0;
	border-right:0;
	color:#EE2E24;
	font-size:11px;
}

.evt-logoAgomir,
.evt-content,
.evt-logoCBT,
.evtLoghetti{
	float:left;
	background:url(images/agomirDefPic.jpg) no-repeat;
	width:135px;
	height:47px;
}
.evtLoghetti {
	background:none;
	height:auto;
}
.evt-content {
	background:none;
	width:318px;
	height:auto;
	margin-left:25px;
	padding-left:15px;
	text-align:left;
	border-left:6px solid  #ccc;
	float:right;
}

.evt-logoCBT {
	background:url(images/CBT-Network.jpg) no-repeat;
	width:103px;
	height:47px;
}
/* pulizia dei float*/
.formSender:after,
.eventoSMAUFoot:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	_height: 1%;
}
*:first-child+html .formSender, .eventoSMAUFoot {
	min-height:1px;
}
/* fine della pulizia*/