body {
	background: white;
	padding: 0;
	margin: 0;
	_height: 100%;
}

h1, h2, h3 { font-weight: 300; }

h1 { font-size: 2rem; text-transform: uppercase; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.2rem; }


/*
Layout
---------------------------------------------------------------------------- */
#page {
	width: 960px;
	text-align: left;
	background: #ffffff;
	margin: 0 auto;
	}

#page_header {
	border-bottom: 4px solid #151515;
	}
	
div#page_content {
	padding: 10px 10px 0 10px;
	background: white;
	_font-size: 12px;
	_line-height: 150%;
	clear: both;
	height: 750px;      /* per IE5.x e IE6 */
	min-height: 750px;  /* per i browser moderni */
	height: auto !important;  /* per i browser moderni */
	}
div#page_content ul li,
#page_content ol li {
	margin-bottom: 1em;
	}
div#page_content ul li ul li,
#page_content ol li ol li {
	margin-bottom: 0.2em;
	}
	
div#wikitext ul li img {
	vertical-align: bottom;
	}
	
#page_footer {
	border-top: 4px solid #151515; /* color1 */
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 10px 15px 5px;
	font-size: 11px;
	}
#page_footer div,
#page_footer div a {
	font-size: 11px;
	}
#page_footer div.by {
	padding-bottom: 10px;
	}


p {
	text-align: justify;
	}

	
img ~ em {
	_font-size: 11px;
	}
img ~ strong {
	_font-size: 12px;
	}
	

	


	
td.aright,
td.aright p {
	text-align: right !important;
	}
	
	
a { text-decoration: underline }
a.footerlink { color: #666666; }	
a.link_url { 
	text-decoration: none; 
	border-bottom: 1px dotted #0066ff;
	}
	
#main_menu {
	background: #eeeeee;
	padding: 7px 0 7px 0;
	_font-family: 'PT Sans Narrow', Arial, sans-serif;
	}	
#main_menu a {
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	font-size: 0.9rem;
	color: black;
	}	
#main_menu a:hover{
	background: #cccccc;
	}
#main_menu a.active { 
	background: #516ea8; color: white; /* color1 */
	}

#group_menu_dtree2 {
	border-left: 5px solid #5d9eff;
	background: #eeeeee;
	margin-left: -10px;
	margin-right: 10px;
	padding: 10px 5px 20px 5px;
	}
	
#group_menu {
	border-left: 5px solid #5d9eff;
	background: #eeeeee;
	margin-left: -10px;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 200px;
	}
#group_menu a {
	text-decoration: none;
	color: black;
	}
#group_menu a.mi {
	color: black;
	text-decoration: none;
	display: block;
	}
#group_menu a.mi:hover {
	background: #cccccc;
	}
#group_menu a.mi.active,
#group_menu a.mi.active:hover {
	background: #516ea8; /* color1 */
	color: white;
	}

#group_menu .ml1 {
	_font-family: 'PT Sans Narrow', Arial, sans-serif;
	_font-size: 18px;
	padding: 10px 0 0 5px;
	}
#group_menu .ml2 a.mi {
	_font-family: 'PT Sans Narrow', Arial, sans-serif;
	_font-size: 14px;
	text-indent: -10px;
	margin-left: 0px;
	padding: 2px 0 2px 25px; 
	}
#group_menu .ml2 a.mil1 { 
	}
#group_menu .ml2 a.mil2 { 
	_background-image: url('https://www.elettra.eu/pub/images/dtree/nolines_minus.gif');
	_background-repeat: no-repeat;
	padding: 2px 0 2px 35px; 
	}
#group_menu .ml2 a.mil3 { padding: 2px 0 2px 45px; }


span.shadow img {
	border: 1px solid #777777;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	}
a img {
	border: 0;
	}

p#regopen {
	margin: 40px;
	display: block;
	}
p#regopen a {
	width: 240px;
	padding: 20px 40px 20px 40px;
	border-radius: 10px;
	background: #215ba0;
	_font-size: 16px;
	color: white;
	text-align: center;
	}	

@media print {
	.print_break { page-break-before: always; border: 0; }
	.editbar, #main_menu { display: none; }
	}	

	
