#banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.1em;
    z-index: 999998;
}

#box {
	background-color: #a3a3a3;
	color: #FFFFFF;
	bottom: 0;
	height: 0px;
	padding-left:10px;
	padding-right:10px;
	overflow-y: scroll;
}

#box a {
	color: #000000;
}

#handle {
	background-color: #01468b;
	color: white;
	width: 150px;
	cursor: pointer;
}

#handle *{
	vertical-align: middle;
	padding:5px;
}






body {
	font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
	font-size: 75%;
}

h1 {
	font-family: Trebuchet MS !important;
	font-size: 1.5em !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	color: #01468b;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2 {
	line-height: 1.3em;
	margin-top: 0.667em;
	margin-bottom: 0.667em;
	color: #01468B;
	font-family: Trebuchet MS !important;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	color: #01468b;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0.769em;
	margin-bottom: 0.769em;
}

h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.909em;
	margin-bottom: 0.909em;
	color: #01468b;
	font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	border: 1px solid #666;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

th, thead th, tbody th {
	text-align: left;
	padding: 0;
	border-bottom: none;
}

th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

ul ul ul ul {
	list-style-type: katakana;
}

pre, code {
	font-size: 1.1em;
	font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

a:active {
	border: none;
	outline: none;
}

a:focus, :focus img {
	border: 0px;
	-moz-outline-style: none;
	outline: none;
	text-decoration: none;
}

.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear-block {
	height: 1%;
}

.clear-block {
	display: block;
}

/* usato nelle pagine di bilancio, news, ecc x dl */
tr.even, tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

tbody th {
	border-bottom: 1px solid #ccc;
}

thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}

.progress {
	font-weight: bold;
}

.progress .bar {
	border: 1px solid #00375a;
	height: 1.5em;
	margin: 0 0.2em;
}

tr.selected td {
	background: #ffc;
}

html.js .js-hide {
	display: none;
}

ul.menu {
	list-style: none;
	border: none;
	text-align: left;
}

ul.menu li {
	margin: 0 0 0 0.5em;
}

div.fieldgroup {
	margin: .5em 0 1em 0;
}

div.fieldgroup .content {
	padding-left: 1em;
}

.views-view-grid tbody {
	border-top: none;
}

#page {
	line-height: 1.286em;
}

blockquote {
	margin: 1em 2em;
}

ul, ol {
	margin-left: 0;
	padding-left: 2em;
}

.item-list ul {
	margin: 0;
	padding: 0 0 0 2em;
}

li {
	margin: 0;
	padding: 0;
}

ul.menu li, li.expanded, li.collapsed, li.leaf {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 0 2em;
	padding: 0;
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}

abbr.created {
	border: none;
	cursor: auto;
	white-space: normal;
}

#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#content .section {
	margin: 40px 0 0 18px !important;
	padding: 0;
}

.section {
	margin: 0 20px 0 0;
	padding: 0;
}

.region-sidebar-second {
	float: left;
	width: 200px;
	margin-left: 760px;
	margin-right: -960px;
	padding: 0;
}

div.tabs {
	margin: 0 0 5px 0;
}

div.warning, tr.warning {
	color: #000;
	background-color: #ffc;
}

div.error, tr.error {
	color: #900;
	background-color: #fee;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
}

#logo img {
	vertical-align: bottom;
}

h1.title, h2.title, h3.title {
	margin: 0;
}

ul.links {
	margin: 1em 0;
	padding: 0;
}

ul.links.inline {
	margin: 0;
	display: inline;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

.pager {
	clear: both;
	margin: 1em 0;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

li a.active {
	color: #000;
}

.new {
	color: #c00;
}

.form-item .description {
	font-size: 0.85em;
}

form th, form thead th {
	text-align: left;
	padding-right: 1em;
	/*border-bottom:3px solid #cccccc;*/
}

form tbody th {
	border-bottom: 1px solid #cccccc;
}

root {
	display: block;
}

#main-wrapper {
	clear: left;
	position: relative !important;
}

#main-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main-wrapper #content .section p a {
	color: #01468b;
	text-decoration: none;
}

#content-area h2 {
	color: #01468B;
	font-family: Trebuchet MS !important;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

.view-content h2 {
	text-indent: 5px;
}

.clearfix .content .view-content {
	display: inline-block;
}

#header .section {
	height: 100px;
	padding: 15px 0;
	position: relative;
}

#content .section p {
	line-height: 1.8em;
}

#content .section #content-area {
	padding: 0 0 0 0 !important;
	text-align: justify;
	width: 700px;
	margin: 30px 0 0;
}

#homePageIconDiv {
	width: 100%;
	height: 100%;
}

#menu {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	font-size: 12px;
	background: url(../img/menuSfondo_right.jpg) repeat-x left top;
	vertical-align: middle;
	clear: both;
}

#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu ul {
	padding: 0;
	margin: 0;
	left: 0px;
	top: 0px;
}

#menu .menuItem.left {
	background-color: #01468B;
	background: url(../img/menuSfondo_right.jpg) repeat-x left top;
	/*background-color: #E6E6E6;*/
}

#menu .menuItem.left a {
	/*color: #01468B;*/
	color: #FFFFFF;
}

#menu .menuItem.left.selected {
	/*	border: solid 1px #E6E6E6;*/
	/*background: url(../img/menuSfondo_selected_left.jpg) repeat-x left top;*/
	/*background-color: #01468B;*/
	background: none;
	background-color: #E6E6E6;
}

#menu .menuItem.left.selected a {
	/*color: #ffffff;*/
	color: #01468B;
	border-right: 1px solid #E7E7E7;
}

/*
#menu .menuItem.last.left.selected {
	border: solid 1px #01468B;
	background: url(../img/menuSfondo_selected_right.jpg) repeat-x left top;
}

#menu .menuItem.last.left.selected a {
	color: #01468B;
}
*/
/*
#menu .menuItem.right {
	background-color: #01468B;
	background: url(../img/menuSfondo_right.jpg) repeat-x left top;
}

#menu .menuItem.right a {
	color: #FFFFFF;
}

#menu .menuItem.right.selected {
	background: url(../img/menuSfondo_selected_right.jpg) repeat-x left top;
}

#menu .menuItem.first.right.selected {
	border: solid 1px #01468B;
}

#menu .menuItem.right.selected a {
	color: #01468B;
}
*/
.riempitivo {
	background-color: #01468B;
	width: 1px;
	height: 23px !important;
	margin-top: 7px;
}

#menu * {
	text-align: center;
}

#menu ul li {
	padding: 0;
	list-style: none;
	float: left;
	height: 34px;
}

#menu ul .menuItem a {
	display: block;
	border: none;
	text-decoration: none;
	width: auto;
	padding: 0px;
	text-align: center;
	margin: 8px 0 0;
	padding-top: 2px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding: 2px 9px 4px\9;
}

#menu ul .menuItem.left a {
	/*border-right: 1px solid #636363;*/
	border-left: 1px solid #E7E7E7;
}

/*
#menu ul .menuItem.last a {
	border-right: 0px;
}*/

/*
#menu ul .menuItem.right a {
	border-right: 1px solid #ffffff;
}

#menu ul .menuItem.right.selected a {
	border-right: 1px solid transparent;
}
*/
#menu ul .home {
	background: url(../img/home_icon.jpg) no-repeat left top;
	width: 34px;
	/*margin-top: 2px;
	margin-right: 1px;*/
}

#menu ul .homeSelected {
	background: url(../img/home_icon_selected.jpg) no-repeat left top;
	width: 34px;
}

/*subMenu*/
#wrapper_subMenuBar {
	float: left;
}

#subMenuBar {
	width: 200px;
}

#subMenuBar ul {
	font-size: 0.96em;
	/*margin: 40px 0 0;*/
	width: 180px;
	list-style: none outside none;
	text-align: left;
}

#subMenuBar ul li {
	list-style: none outside none;
}

#subMenuBar ul {
	padding: 0 0 0 5px !important;
}

#subMenuBar .active {
	background-color: #E6E6E6 !important;
}

#subMenuBar  ul li a {
	border-top: 1px solid #C3C3C3;
	color: #01468B;
	display: block;
	font-family: trebuchet MS, sans-serif;
	font-size: 1.12em;
	padding: 7px 7px 7px 10px;
	text-decoration: none;
}

#subMenuBar  ul li.sub a {
	color: #616161;
}

#subMenuBar  ul li.sub.last a {
	color: #616161;
	border-bottom: none;
}

#subMenuBar  ul li.last a {
	border-bottom: 1px solid #C3C3C3;
}

.breadcrumb {
	color: #01468B;
	font-size: 11px;
	padding-bottom: 0;
	padding-left: 14px;
	margin: 20px 0 0 0;
	padding-bottom: 0;
}

.breadcrumb a {
	color: #999999;
	display: inline-block;
	height: 15px;
	position: relative;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #01468B;
}

#contenitoreBoxSnippetHomePage {
	max-width: 960px;
	margin: 17px 0 0 10px;
	padding-top: 6px;
}

#contenitoreBoxSnippetHomePage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.divSnippetGrigi .views-row {
	display: inline-block;
	width: 160px;
	margin-right: 10px;
	float: left;
	background-color: #e6e6e6;
	min-height: 140px;
	padding: 10px;
	position: relative;
}

.divSnippetGrigi p {
	color: #666 !important
}

.group-publication-date .field-field-month, .views-field-field-day-value span
	{
	color: #01468B;
	display: block;
	font-size: 9px;
	margin: 0 0 0px !important;
	height: 15px;
}

.views-field-title span {
	font-family: Trebuchet MS !important;
	text-transform: uppercase;
	color: #01468B;
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
}

.scopriDiPiu {
	border-top: 1px solid #D0D0D0;
	bottom: 0;
	display: block;
	padding: 10px;
	position: absolute;
	right: 5px;
	text-align: right;
	width: 150px;
}

.scopriDiPiu a {
	background: url(../img/arrow.gif) no-repeat scroll right center
		transparent;
	color: #115191;
	font-weight: 500;
	padding: 0 15px 0 0;
	text-decoration: none;
}

.newsDate{
	padding-top:2px;
	font-size:0.9em;
	line-height: 0.7em;
}

.newsTitle {
	font-family: Trebuchet MS !important;
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
	line-height: 1em;
	text-transform: none;
	padding-top:5px;
}

.newsSnippet { /*color: #666666;*/
	display: block;
	font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
}

.newsClickMore {
	border-top-color: rgb(208, 208, 208);
	border-top-style: solid;
	border-top-width: 1px;
	bottom: 0px;
	display: block;
	font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
	font-size: 11px;
	height: 13px;
	line-height: 13.5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 10px;
	position: absolute;
	text-align: right;
	width: 150px;
}

#assistenzaClientiBox {
	display: inline-block;
	float: left;
	position: relative;
}

#contenitoreBoxSnippetHomePage #assistenzaClientiBox a img {
	min-height: 130px;
	max-width: 179px;
}

#assistenzaClientiBox P {
	margin: 0px !important;
}

#rightSideBar #assistenzaClientiBox {
	margin: 20px 0 0 0;
}

#assistenzaClientiBox h2.title {
	background: url(../img/bg_title_h30.jpg) repeat-x scroll left top
		#06417B;
	color: #FFFFFF;
	font-family: Trebuchet MS !important;
	font-size: 1.3em !important;
	font-weight: normal !important;
	height: 23px;
	padding: 7px 0 0 10px;
	text-transform: uppercase !important;
}

.block-menu_block {
	margin-top: 20px;
}

.region-sidebar-second .section {
	margin: 0 10px 0px 11px !important;
	padding: 0;
}

#areaRiservataBox {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	height: 120px;
	display: block;
	background: url("../img/bg_res.jpg") repeat-x scroll left bottom
		transparent;
}

#areaRiservataBox h2.title {
	background: url(../img/bg_title_h37.jpg) repeat-x scroll left top
		#06417b;
	color: #FFFFFF;
	font-family: Trebuchet MS !important;
	font-size: 1.3em !important;
	font-weight: normal !important;
	height: 29px;
	padding: 10px 0 0 10px;
	text-transform: uppercase !important;
}

#linkAVerificaPolApp {
	margin-top: 10px\9;
	background: #e6e6e6;
	height: 93px;
	opacity: 0.9;
	filter: alpha(opacity =    90);
}

#linkAVerificaPolApp p {
	font-family: Trebuchet MS !important;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	color: #01468B;
	padding: 20px 2px 20px 10px;
}

#linkAVerificaPolApp a {
	background: url(../img/bg_serch_h20.jpg) repeat-x scroll left top
		#20387D;
	color: #fff;
	text-align: center;
	padding: 3px 8px 3px 8px;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: -30px;
	margin-bottom:3px;
}

.view-id-annual_reports ul {
	padding: 0;
}

#content .section .view-id-annual_reports p {
	line-height: 1.3em;
	margin: 3px 0 5px;
}

.view-content ul li, .view-id-annual_reports .view-content  ul li {
	border-top: 1px solid #EEEEEE;
	list-style: none outside none;
	margin: 0 0 0;
	padding-top: 10px;
	display: inline-block;
}

.views-field-field-day-value .date {
	border: 1px solid #DDDDDD;
	clear: both;
	display: block;
	float: left;
	height: 67px;
	margin: 10px 10px 10px 0 !important;
	padding: 0;
	position: relative;
	width: 50px;
}

.scaricaAnnualReportsDiv {
	padding: 0 0 0 62px;
}

.group-publication-date .field-field-day, span span.views-field-field-day-template-value
	{
	background-color: #DDDDDD;
	border: 0 solid;
	color: #01468B;
	display: block;
	font-family: trebuchet MS;
	font-size: 18px;
	padding: 4px 0;
	text-align: center;
	width: 50px;
	font-size: 14px;
}

.group-publication-date .field-field-month,
	.views-field-field-month-value {
	border-left: 0 solid #DDDDDD;
	display: block;
	float: left;
	padding: 4px;
	text-align: center;
	text-transform: uppercase !important;
	width: 25px;
}

.group-publication-date .field-field-year, .views-field-field-year-value
	{
	border-right: 0 solid #DDDDDD;
	display: block;
	margin: 0;
	padding: 4px 0;
	position: relative;
	text-align: left;
	text-transform: uppercase !important;
}

.views-field-field-hours-value, .views-field-field-month-value,
	.views-field-field-year-value {
	font-family: Trebuchet MS;
	font-size: 11px;
}

.views-field-title a, .view-id-annual_reports .views-field-title a {
	padding: 0;
	color: #01468B;
	font-family: Trebuchet MS;
	font-size: 18px !important;
	line-height: 1em;
	text-decoration: none !important;
}

.group-publication-date .field-field-hours,
	.views-field-field-hours-value {
	background-color: #ddd;
	display: block;
	padding: 3px;
	text-align: center;
	font-style: italic;
}

.views-field-field-day-template-value span {
	font-size: 14px;
	color: #01468b !important;
}

.date span {
	color: #323232;
	font-weight: bold;
}

.field-field-month, .date .views-field-field-month-value span, .date .views-field-field-year-value span
	{
	font-size: 11px;
}

.views-field-body {
	margin: 2px 0 8px 0;
}

.views-field-field-day-template-value {
	font-size: 14px;
}

.region-header {
	background-color: #E6E6E6;
	clear: both;
	display: inline-block;
	padding: 3px 0 0 10px;
	position: absolute;
	right: 0;
	width: 346px;
	margin: 10px 0 0;
}

ul.textsize_list li {
	background: none repeat scroll 0 0 transparent;
	list-style-image: none !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.textsize_current_list {
	display: inline-block;
	float: left;
	padding: 0px;
}

#edit-provincia-wrapper {
	margin-top: 1em;
	margin-bottom: 1em;
}

#edit-provincia-wrapper input {
	background-color: #FFFFFF;
	border: solid 1px white;
	color: #999999;
	padding: 2px 0 2px 5px;
	width: 160px;
	float: left;
	display: inline-block;
}

#edit-provincia-wrapper label {
	background: url(../img/bg_serch_h20.jpg) repeat-x scroll left top
		#01468B;
	color: #FFFFFF;
	float: left;
	font-weight: normal;
	height: 18px;
	margin: 0 0 0 5px;
	padding: 3px 3px 0px 5px;
	min-width: 87px;
}

.group-publication-date {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	width: 50px;
	border: 1px solid #ddd;
	font-weight: bold;
	color: #323232;
	font-family: Trebuchet MS !important;
}

.field-field-month, .field-field-year {
	color: #323232 !important;
	display: block !important;
	font-size: 11px !important;
	height: 19px !important;
	padding-top: 10px !important;
}

#footer {
	padding: 10px;
	background-color: #E6E6E6;
	margin-top: 20px;
	margin-top: 10px\9;
}

.bloccoFooter {
	vertical-align: top;
	display: inline-block;
	padding: 0 25px 0 0px;
	width: 157px;
}

.bloccoFooter ul li {
	list-style: none outside none;
}

.bloccoFooter ul li a {
	text-decoration: none;
	color: #666666;
	margin: 6px 0 6px 0;
	display: block;
}

.bloccoFooter ul li span a {
	color: #01468B;
	display: block;
	margin: 11px 0 0;
}

#bloccoFooterLogo {
	text-align: right;
	padding-right: 20px;
	padding-top: 30px;
}

#bloccoFooterLogoInternal {
	border-right: 1px solid #01468B;
	padding-top: 20px;
	padding-right: 20px;
}

#bloccoFooterLogo p {
	color: #666666;
	font-size: 9px;
	padding: 0 0 0 10px;
}

#bloccoFooterLogo p span {
	color: #01468B;
}

#bloccoFooterLogo a {
	margin: 0 0 0 -10px;
}

.contenitoreMappaGMAPS {
	overflow: hidden;
}

#map_canvas {
	height: 344px;
}

.item-list .pager {
	border-top: 0px solid #E6E6E6;
	display: block;
	float: left;
	margin: -11px 0 0;
	padding: 1px 0 0;
	text-align: left;
	width: 100%;
}

.views-exposed-widgets {
	margin-bottom: .5em;
	background-color: #e7e7e7;
}

.views-exposed-widget #edit-submit-agenzie {
	background-color: #00458A !important;
	background-image: none;
	border: 0 none;
	color: #FFFFFF;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.views-exposed-widget {
	margin: 0;
	padding: 0;
}

#content-area {
	margin-top: 20px;
}

.ms_block {
	border-left: 1px solid #DDDDDD;
	display: inline-block;
	float: left;
	height: 194px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 165px;
}

.ms_block_01 {
	padding: 0px 5px 0px 0px !important;
	border: 0 !important;
}

.ms_block ul {
	margin: 0;
	padding: 0;
}

.ms_block li {
	list-style: none;
	list-style-image: none;
	margin: 10px 0;
}

.ms_block li a {
	color: #818285;
	text-decoration: none;
}

.ms_block li span a {
	color: #01468B !important;
	display: block;
	margin: 11px 0 0;
}

abbr {
	border: 0;
	color: #444;
}

.country-name {
	display: inline-table;
	margin: 0 5px;
}

h2.sedi {
	margin: 10px 0 0 5px;
}

.rapportoCessato {
	color: #fe0000;
}

.inattiva {
	color: #707070 !important;
}

#header {
	height: 100px;
	padding: 15px 0;
	position: relative;
	clear: right;
}

#header .top_right {
	float: right;
	background-color: #E6E6E6;
	clear: both;
	display: inline-block;
	margin: 10px 0 0;
	padding: 3px 0 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 302px;
	height: 46px;
}

#wrapper_contenuto {
	float: left;
	max-width: 560px;
	min-height: 300px;
}

.senzaSubMenu #wrapper_contenuto {
	max-width: 760px;
}

#searchButton {
	background: url("../img/search_icon.jpg") no-repeat scroll left top
		transparent;
	border: 0 none;
	cursor: pointer;
	float: left !important;
	height: 21px;
	width: 21px;
}

.clear {
	clear: both;
}

#news {
	display: inline-block;
	float: left;
	position: relative;
	background: url("../img/bg_res.jpg") repeat-x scroll left bottom
		transparent;
	background-color: #2c6aa7;
	color: #FFFFFF !important;
	margin-right: 10px;
}

#news h2 {
	font-family: Trebuchet MS !important;
	background: url("../img/bg_title_h30.jpg") repeat-x scroll left top
		#06417B;
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: normal !important;
	height: 23px;
	padding: 7px 0 0 10px;
	text-transform: uppercase !important;
}

#news .content {
	width: 160px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	min-height: 120px;
}

#news .content div a {
	color: #FFFFFF;
	padding: 0 15px 0 0;
	text-decoration: none;
	background: url(../img/arrow_light.gif) no-repeat scroll right center
		transparent;
}

#homepageSideBar {
	position: absolute;
	margin-right: 10px;
	top: 214px;
	right: 0px;
	max-width: 180px;
	z-index: 20; /* crossfade ha 13 */
}

#rightSideBar {
	padding: 0px;
	width: 180px;
	float: right;
	margin-right: 0px;
	right: 0;
}

a.showAll {
	font-weight: bold;	
}

#bloccoFiltraAgenzie {
	max-width: 190px;
}

#bloccoFiltraAgenzie select {
	margin-bottom: 4px !important;
	color: #999999;
	font-size: 10px;
	width: 95%;	
}

#bloccoFiltraAgenzie #comuneFiltraAge{
	margin-bottom: 0px !important;
}

#bloccoDownloadPolizza, #bloccoDownloadAppendice, #bloccoFiltraAgenzie {
	background: url("../img/bg_res.jpg") repeat-x scroll left bottom
		transparent;
	background-color: #2c6aa7;
	/*blend con l'immagine i sfondo*/
}

#bloccoDownloadPolizza h2.title, #bloccoDownloadAppendice h2.title,
	#bloccoFiltraAgenzie h2.title {
	background: url("../img/bg_title_h37.jpg") repeat-x scroll left top
		#06417B;
	color: #FFFFFF;
	font-family: Trebuchet MS !important;
	font-size: 1.3em !important;
	font-weight: normal !important;
	height: 29px;
	padding: 10px 0 0 10px;
	text-transform: uppercase !important;
}

h2.bloccoDownloadPolizzaTitleFR {
	background: url("../img/bg_title_h37.jpg") repeat-x scroll left top
		#06417B;
	color: #FFFFFF;
	font-family: Trebuchet MS !important;
	font-size: 1.0em !important;
	font-weight: normal !important;
	height: 29px;
	padding: 10px 0 0 7px;
	text-transform: uppercase !important;	
}

#bloccoDownloadPolizza input, #bloccoDownloadAppendice input	{
	color: #999999;
	font-size: 10px;
	width: 95%;
	margin: auto;
}

#bloccoDownloadPolizzaButton, #bloccoDownloadAppendiceButton,
	#bloccoFiltraAgenzieButton {
	cursor: pointer;
	margin-right: 8px;
	color: #777777;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
}

#bloccoDownloadPolizza div.content, #bloccoDownloadAppendice div.content,
	#bloccoFiltraAgenzie div.content {
	padding: 4px;
	padding-left: 6px !important;
}

.downloadImg {
	float: left;
	margin-left: 1px;
	margin-top: 5px;
}

/* Elenco su piu' colonne ricercaAgenzie */
.tabellaAgenzie {
	background-color: #E7E7E7;
	padding: 10px;
}

.agenziaElenco {
	text-align: left;
	padding-bottom: 10px;
	padding-right: 4px;
}
/* Fine Elenco su piu colonne ricercaAgenzie */
#agelabel {
	background: url(../img/bg_title_h37.jpg) repeat-x scroll left top
		#01468B;
	color: #FFFFFF;
	float: left;
	font-family: Trebuchet MS !important;
	font-size: 14px;
	font-weight: normal;
	height: 19px;
	padding: 13px 10px 7px;
	text-transform: uppercase;
	width: 200px;
	display: inline !important;
	clear: none;
}

#edit-province {
	background-color: #FFFFFF;
	border: 0 none;
	margin: 10px 7px 6px 10px;
	padding: 1px 3px 5px;
	width: 407px;
	display: inline;
	clear: none;
}

.mappaSedi {
	color: #666666;
	background-color: #F2F2F2;
	width: 478px;
	display: block;
	float: none;
	padding: 5px;
	padding-left: 10px;
}

.sottoMappaSedi span {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	margin: 10px 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.titoloSede {
	font-family: Trebuchet MS !important;
	font-size: 14px;
}

.paddedContent p {
	line-height: 1.8em;
}

.paddedContent {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

.paddedContent li {
	text-align: left;
}

.paddedContent h1 {
	margin-top: 20px;
}

/*INIZIO Usato per la paginazione agenzie */
#elencoAgePaginato, #elencoAgeCessatePaginato {
	background-color: #f2f2f2;
	padding-left: 19px;
	padding-right: 19px;
	min-width: 500px;
}

.agePaginata {
	border-bottom: 1px solid silver;
	padding: 3px;
	padding-bottom: 13px;
	margin-bottom: 5px;
}

.agePaginata a.map {
	text-decoration: none;
	font-weight: bold;
}

.agePaginata.inattiva a {
	color: #666666;
}

ul.simplePagerNav li {
	display: block;
	floaT: left;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 12px;
}

ul.simplePagerNav li a {
	color: #000000;
	text-decoration: none;
}

li.currentPage {
	background: #E6E6E6;
}

ul.simplePagerNav li.currentPage a {
	color: #000000;
}

/*FINE Usato per la paginazione agenzie */
#contenitoreIframe {
	padding-left: 5px;
	padding-top: 3px;
	overflow: hidden;
}

#contenitoreIframe iframe {
	width: 178px;
	height: 77px;
	border: none;
}

#crossfadeImmagini {
	position: relative;
	width: 960px;
	height: 453px;
}

#attachments {
	margin-left: 70px;
}

#attachments td {
	padding: 3px;
	padding-right: 5px;
}

.interlinea {
	line-height: 1.8em;
}

#riassuntoReclami {
	text-align: left;
}

#riassuntoReclami th {
	white-space: nowrap !important;
}

#riassuntoReclami td {
	padding: 5px;
}

#elencoReclami td {
	padding: 7px;
}

.senzaSubMenu #wrapper_contenuto.homePageWC {
	max-width: 960px;
}

#spacerFooter {
	display: none;
}

#edit-provincia-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newsBody {
	padding-left: 70px;
}

#sediDiv {
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

#tabellaAnnReps table {
	width: 540px !important;
	text-align: left;
}

#tabellaAnnReps th, #tabellaAnnReps td {
	border: solid 1px white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:10px;
	padding-bottom:10px;
}

#tabellaAnnReps th {
	text-align: center;
}

#tabellaAnnReps .bluScuro {
	background-color: #638cae;
	color: #FFFFFF;
	font-weight: bold;
}

#tabellaAnnReps .bluMedio {
	background-color: #c5d4e1;
	color: #000000;
	text-align: center;
}

#tabellaAnnReps .bluChiaro {
	background-color: #d9e3eb;
	color: #000000;
	text-align: center;
}

.contenitoreDlPDF {
	padding: 5px;
	margin: auto;
}

.contenitoreDlPDF img {
	padding-top: 12px;
	padding-bottom: 7px;
}

.contenitoreDlPDF  * {
	/*font-size: 0.9em;*/
	text-align: center;
	padding: 5px;
	
}

.contenitoreDlPDF:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contenitoreDlPDF div {
	display: inline-block;
	float: left;
	margin: 4px;
	max-width: 100px;
	text-align: center;
}

.contenitoreDlPDF  a {
	color: #638cae;
	text-decoration: none;
}

#contenitoreDlAltro {
	padding-bottom: 60px;
}

#errorDiv {
	background-color: #FFEEEE;
	border: solid 1px red;
	margin-left: 270px;
	margin-top: 60px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}


#selectLanguageBlock {
	/*display:none;*/	
	position: absolute;
	right:0;
	top: 70px;
}

.tempWarning {
	padding-top:10px;
	padding-right:10px;
	padding-bottom:5px;
	color: #DD0000;
}

.contenitoreVideo  {
	text-transform: italics; 
	text-align: center;
}

.videoEmbedded {
	border: solid 1px #d8d8d8;
}

.contentScrollable {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 540px;
	padding-right: 8px;
}

#divTabellaCookies{
	padding: 2px;
	padding-bottom: 5px;
	width: 540px;
	overflow-x: scroll;
	overflow-y: hidden;
}

#tabellaCookies {
	border: solid 1px #000000;
	border-collapse: collapse;
}

#tabellaCookies td, #tabellaCookies th{
	border: solid 1px #000000;
	text-align: center;
	padding: 5px;
}

#cookiePolicyTipiCookie {
	list-style-type: lower-latin;
	line-height: 1.8em;
}

.marquee {
	padding-bottom: 10px;
	color: #1a135b;
	font-size: 14px;
	font-weight: bold;
}
