img {border: none;}

body {
	background: White;
	color: Black;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	margin: 0px;
	padding: 10px;
}

#header #logo h1 a span {display: none;}

.langswitch,
ul.buttons,
ul#navbar,
#SecondaryNavbar,
.side_content
{display: none;}

#prefooter {

	padding-top: 20px;
	clear: both;
	text-align: left;
	height: 170px;
	background: url(../pics/loghi_footer_2010.gif) no-repeat 0 20px;
	position: relative;
}

#prefooter .label { position: absolute; font-size: 10px; color: #666; background: #fff; padding-right: 5px;}
#prefooter #collaborazione { top: 25px; left: 0;}
#prefooter #patrocinio { top: 25px; left: 340px;}
#prefooter #partner { top: 115px; left: 0;}

#footer {margin-top: 5mm; border-top: 1pt solid #333; padding-top: 5mm;}


.credits {float: right;}

/* liste stampabili */


.AF_ROComponent {
	margin: 0 ;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	font-size: 9pt;
}

.AF_RO_Label {
	float: left;
	width: 310px;
	padding-right: 10px;
}

.AF_RO_Value {font-weight: bold;}

.AF_ROGroup {
	margin-bottom: 1em;
	list-style: none;
	padding: 0;
}
.AF_ROGroup .AF_ROComponent{
	padding-left: 30px;
}
.AF_ROGroup .AF_RO_Value {
	font-weight: bold;
	margin-left: -20px;
}
.grouplabel {
	font-weight: bold;
	display: block;
	padding: 12px 0 6px 10px;
	width: 100%;
	font-size: 10pt;
}

.AF_Fieldset {
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
}

.AF_Fieldset legend {
	font-weight: bold;
	font-size: 10pt;
	background: #FFF;
	padding: 0 1em;
}

/* clearfix */
.AF_ROComponent:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.AF_ROComponent {
    display: inline-block;
}

html[xmlns] .AF_ROComponent {
    display: block;
}

* html .AF_ROComponent {
    height: 1%;
}

