/* CSS Document */
body {
	scrollbar-3dlight-color: #CCE8CA;
	scrollbar-arrow-color: #22681C;
	scrollbar-base-color: #CCE8CA;
	background-color: #CCE8CA;
	margin:0;
}
.logo {
	font-family: Arial;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.menu_medium:link, .menu_medium:visited {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.menu_medium:hover {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.menu_medium_green:link, .menu_medium_green:visited {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #22681C;
	font-weight: normal;
	text-decoration: none;
}
.menu_medium_green:hover {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #22681C;
	font-weight: normal;
	text-decoration: underline;
}

.menu_small:link, .menu_small:visited {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.menu_small:hover {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.menu_small_green:link, .menu_small_green:visited {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #22681C;
	font-weight: normal;
	text-decoration: none;
}
.menu_small_green:hover {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #22681C;
	font-weight: normal;
	text-decoration: underline;
}

.testo_medium {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
}

.testo_medium_white {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #FFFFFF;
}

.testo_medium_red {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color:#990000;
}

.testo_medium_big {
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: #000000;
}

.testo_big {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #000000;
}

.testo_small {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
}

.testo_small_green {
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #22681C;
}

.titolo_medium_green {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #22681C;
	font-weight:bold;
}

.titolo_medium_red {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #C00;
	font-weight:bold;
}


.titolo_big_green {
	font-family: Trebuchet MS;
	font-size: 14pt;
	color: #22681C;
	font-weight:bold;
}

.titolo_big_white {
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight:bold;
}

.border_continuo_bottom{
	border-bottom: 1pt solid #22681C;
}

.border_continuo_right_AED9AC {
	border-right: 1pt solid #AED9AC;
}

.border_continuo_right_339933 {
	border-right: 1pt solid #339933;
}

.border_continuo_right_22681C {
	border-right: 1pt solid #22681C;
}

.table_header_green {
	font-family: Trebuchet MS;
	font-size: 12pt;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	background-color: #AED9AA;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE8CA;
	border-right-color: #96CF92;
	border-bottom-color: #96CF92;
	border-left-color: #CCE8CA;
}
.table_bg_green_chiaro {
	background-color: #CCE8CA;
}


#popup{
	position:absolute;
	width:600px;
	height:773px;
	top:10px;
	left:10px;
	z-index:10000;
}
#popup_sha{
	position:absolute;
	width:600px;
	height:773px;
	top:15px;
	left:15px;
	background-color:#000;
	z-index:9999;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}