/******************
HTML Tags
******************/

body
{
	background: #EEF6E9;
}

/*#content p, #content-side p, #footer-container p, table
{
    margin: 10px 10px 10px 0px;
}*/

#content p, #content-side p, #footer-container p
{
	margin: 10px 10px 10px 0px;
}


#content-side img
{
	border: none;
}

/******************
FORM STYLES
******************/

#content-container form
{
	margin: 20px 0px;
	padding: 0px 0px 0px 0px;
}

#content-container fieldset
{
	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 20px;
}

/* a nested fieldset */
#content-container fieldset fieldset
{
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}

#content-container legend
{
	margin-bottom: 0px;
	padding: 0px 10px 5px 5px;
	color: #666666;
	font-weight: bold;
}

/* a nested legend */
#content-container fieldset fieldset legend
{
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
}

#content-container label
{
	display: block;
	padding-top: 8px;
}

.mainnav-right
{
	margin: 0px;
	padding-right: 100px;
	text-align: right;
}

.mainnav-right form
{
	margin: 0px;
	padding: 5px;
	text-align: right;
}

.mainnav-right form fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.mainnav-right form legend
{
	display: none;
}

.mainnav-right label
{
	display: none;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
	color: #017CBC;
	text-decoration: underline;
}

a:visited
{
	color: #660099;
}

a:hover
{
	color: #41C457;
	text-decoration: none;
}

a:active
{
	color: #FF9900;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-left a:link
{
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
}

.mainnav-left a:visited
{
	color: #6E6E6E;
	text-decoration: none;
	font-weight: bold;
}

.mainnav-left a:hover
{
	color: #41C457;
}

.mainnav-left a:active
{
	color: #017CBC;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link
{
	color: #000000;
	text-decoration: underline;
}

#breadcrumbs a:visited
{
	color: #0A7E2E;
}

#breadcrumbs a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumbs a:active
{
	color: #F0FF4A;
}



/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#content-side a:link
{
	color: #3E8B3B;
	text-decoration: underline;
}

#content-side a:visited
{
	color: #0A7E2E;
}

#content-side a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#content-side a:active
{
	color: #F0FF4A;
}

/******************
HEADINGS
******************/

h1
{
	font-size: 1.4em;
	padding: 10px 0 6px 0;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.0em;
}

h4
{
	font-size: 0.8em;
	margin: 0px 0px 0px 2px;
}

h5
{
	font-size: .7em;
}

h6
{
	font-size: .6em;
}

#three-column-container h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/******************
LAYOUT DIVS
******************/

#header-container
{
	/* background: #828AD0 url(bg-main.jpg) repeat-x;*/
	background: #C2D779;
	height: 68px;
	font-size: 2em;
	margin: 0px;
	font-weight: bold;
}

#header-container a
{
	text-decoration: none;
	color: #FFFFFF;
}

#header-left
{
	float: left;
	width: 420px;
	color: #FFFFFF;
	height: 30px;
	padding: 38px 10px 0px 10px;
	font-size: .77em; /*background: url(bg-curve-top-left.gif) no-repeat;*/
}

#header-right
{
	margin: 0px 175px 0px 280px;
	color: #FFFFFF;
	padding: 41px 10px 0px 0px;
	height: 28px;
	border-right: 5px solid #FFFFFF;
	font-size: .55em;
	text-align: right;
}
#header-ricerca
{
	margin: 0px 175px 0px 280px;
	color: #FFFFFF;
	padding: 41px 10px 0px 0px;
	height: 28px;
	border-right: 5px solid #FFFFFF;
	font-size: .55em;
	text-align: right;
	width: 60px;
}

#posterphoto
{
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#posterphoto img
{
	border: 1px solid #A7A7A7;
	margin: 0px;
	display: block;
}

.mainnav-container
{
	margin: 4px 0px;
	height: 30px;
	clear: both;
	padding: 0px 2px 0px 2px;
}

.mainnav-left
{
	float: left;
	width: 568px;
	padding: 4px 0px 4px 10px;
	border: 1px solid #A7A7A7;
}

.mainnav-right
{
	float: right;
	padding: 4px 7px 4px 4px;
	border: 1px solid #A7A7A7;
	width: 160px;
	height: 20px;
}

#breadcrumbs
{
	margin: 3px 0px 0px 0px; /*color: #FFFFFF;*/
	color: #000000; /*background: #BDAA9B;*/
	background: #C2D779;
	padding: 5px;
}

#content-container
{
	/*background: url(bg-main.jpg) repeat-y right;*/
	background: url(bg-main.jpg) repeat-y right;
}

#content-side
{
	float: right;
	width: 155px;
	color: #000000;
	padding: 10px;
	margin: 0px 0px 4px 0px; /*background: #828AD0 url(bg-main.jpg);*/
	background: #C2D779;
}

#content
{
	padding: 0px 10px 10px 10px;
	margin: 0px 180px 0px 0px;
	border: 1px solid #A7A7A7; /*background: #F5F7F9 url(images/BG_istituzione.jpg) no-repeat scroll right bottom; /*background: url(bg-breadcrumb.jpg) repeat-x;*/ ;
min-height:1000px;
background::#D3C0F7;
}

.det_allegati
{
	width: 92%;
}





#three-column-container
{
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
}

#three-column-left
{
	float: left;
	width: 30%;
}

#three-column-right
{
	float: right;
	width: 30%;
}

#three-column-middle
{
	width: 30%;
	margin: 0px 31% 0px 35%;
}

#footer-container
{
	/*background: #828AD0 url(bg-main.jpg);*/
	background: #C2D779; /*min-height: 120px;*/
	color: #000000; /*margin: 4px 0px 0px 0px;*/
	clear: both;
	min-height: 90px;
}

#footer-left
{
	/*width: 566px;*/
	width: 550px;
	min-height: 90px; /* padding: 1px 0px 0px 10px;*/
	margin: 0px;
	padding-top: 5px;
}

#footer-right
{
	float: right;
	color: #000000;
	padding: 0px;
	width: 176px;
	min-height: 100px;
	border-left: 4px solid #FFFFFF;
	margin: 0px; /*background: url(bg-curve-bottom-right.gif) no-repeat right bottom;*/
}

/******************
Menu Items
******************/

.mainnav-container ul
{
	margin: 0px;
	padding: 0px;
}

.mainnav-container li
{
	padding-right: 10px;
	list-style: none;
	display: inline;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical
{
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

#content ul.list li
{
	list-style: none;
	padding: 1px 0px 1px 12px;
	margin: 0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li
{
	list-style: none;
	margin: 0px;
}

#content ul.link-list-vertical li a:link
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li a:visited
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li a:hover
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
}

#content ul.link-list-vertical li a:active
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

#content-side ul.list, #content-side ul.link-list-vertical
{
	margin: 0px 0px 5px 5px;
	padding: 0px;
}

#content-side ul.list li
{
	list-style: none;
	padding: 1px 0px 1px 12px;
	margin: 0px;
	background: url(bullet-right.gif) no-repeat;
	background-position: 0 .6em;
}

#content-side ul.link-list-vertical li
{
	list-style: none;
	margin: 0px;
}

#content-side ul.link-list-vertical li a:link
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-right.gif) no-repeat;
	background-position: 0 .6em;
}

#content-side ul.link-list-vertical li a:visited
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-right-visited.gif) no-repeat;
	background-position: 0 .6em;
}

#content-side ul.link-list-vertical li a:hover
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-right-hover.gif) no-repeat;
	background-position: 0 .6em;
}

#content-side ul.link-list-vertical li a:active
{
	padding: 1px 0px 1px 12px;
	background: url(bullet-link-right-active.gif) no-repeat;
	background-position: 0 .6em;
}

/******************
TABLE STYLES
******************/

table.table
{
	width: 100%;
	border: 1px solid #D0D0BF;
	border-collapse: collapse;
}

thead th
{
	border-bottom: 2px solid #D0D0BF;
	padding: 6px;
}

tfoot th
{
	border-top: 2px solid #D0D0BF;
	padding: 6px;
}

.table-row-1 td, .table-row-1 th, .table-row-2 td, .table-row-2 th, th
{
	padding: 2px 6px;
	border: 1px solid #D0D0BF;
}

.table-row-1 td, .table-row-1 th
{
	background: url(bg-table-row-alternate.jpg);
}

/******************
CLASSES
******************/

img.photobig, img.photosmall
{
	border: 1px solid #CCCCCC;
	background: #E0E0E0 url(bg-table-row-alternate.jpg);
	padding: 10px;
}

img.photosmall
{
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
}

.searchbox
{
	height: 14px;
	margin: 0px;
	padding: 0px;
	width: 8.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: baseline;
}

.button-search
{
	height: 19px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}

.separator-side-column
{
	border-top: 1px solid #9CA2DD;
	margin-bottom: -5px;
	padding: 0px;
}

.section-title-not-heading
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.button-big
{
	margin-top: 8px;
}

.small-text
{
	font-size: .8em;
}

.none
{
	display: none;
}

.clear
{
	clear: both;
}
/******************
	Oh My
	******************/

.bottoni
{
	float: left;
	margin: inherit;
	padding-left: 20px;
}

.sottolinea
{
	/*border-bottom: 1px solid #A7A7A7;*/
}

span.label
{
	display: inline-block;
	font-weight: bold;
	width: 160px;
}

.imageComune
{
	float: left;
	margin: 15px;
	padding: 5px;
	border: 2px;
	border-color: #D25D23;
	border-spacing: 10px;
	border-style: solid;
	min-height: 100px;
}
h4
{
	font-weight: bold;
	color: #D25D23;
	font-size: small;
	margin-bottom: 10px;
}



.footerSI
{
	font-size: .8em;
	margin: 0pt;
}



/*
dal sito delle Regione Campania */
#siteInfo1
{
	color: #3D3D6D;
	margin-top: 10px;
}

#siteInfo2
{
	/*BORDER-RIGHT: #cccccc 1px solid; 	BORDER-TOP: #cccccc 1px solid;*/
	font-size: 0.70em; /*BORDER-LEFT: #cccccc 1px solid; 	COLOR: #3D3D6D; 	BORDER-BOTTOM: #cccccc 1px solid;*/
	border-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: normal; /*background-color: #FFFFFF;*/
	padding-left: 15px;
	padding-top: 5px;
	line-height: 1.5em;
	padding-bottom: 3px;
}

#siteInfo3
{
	color: #FFFFFF; /*margin-top:10px; 	background-color:#f1f1f1;*/
	font-size: 0.65em;
	padding: 6px;
}

#siteInfo3 a:link
{
	color: #000000;
	text-decoration: underline;
}

#siteInfo3 a:visited
{
	color: #FFFFFF;
}

#siteInfo3 a:hover
{
	color: #7EA847;
	text-decoration: none;
}

#siteInfo3 a:active
{
	color: #FF9900;
}


#siteInfo2 IMG
{
	vertical-align: middle;
}

#siteInfo4
{
	/* text-align: center;*/ /* margin: 0px 45px 0px 45px;*/
	width: 100%;
	font-size: 0.70em;
	font-weight: bold;
}

#siteInfo4 img
{
	border-right-width: thick;
}



/*------------------------ */

.news_des
{
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	text-align: right;
	font-style: italic;
}
.news_corpo
{
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	text-align: left;
	line-height: 1.5em;
}

/*menu navigazione aree */

.navitab
{
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	letter-spacing: 1px; /* background:#8188CC url(images/corner.gif) top right no-repeat;*/
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.navitab:hover
{
	text-decoration: none;
	color: #8188CC;
	background: #d0d0d0; /* background:#d0d0d0 url(images/corner.gif) top right no-repeat;*/
}

.hide
{
	display: none;
}

/* dal sito del parco background*/

#bg
{
	/* background: #7DB357; /* transparent url(images/pnv_bottom.jpg) bottom right no-repeat; /*margin-bottom: -1em !important;*/
	width: 760px; /*margin: 10px 10px 10px 10px;     padding: 10px 10px 10px 10px;*/
	margin-left: auto;
	margin-right: auto;
	border-color: #B4DA9F;
	border-width: 14px;
	border-style: solid;
	padding: 5px;
}
#main
{
	/*font-family: "trebuchet MS" , tahoma, verdana, arial, helvetica, sans-serif; 	background-color: #FFFFFF; 	color: #666666; 	font-size: .8em; 	line-height: 160%; 	width: 760px; 	margin-left: auto; 	margin-right: auto;*/
	font-family: "trebuchet MS" , tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #666666;
	font-size: .8em;
	line-height: 160%;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

/*----------------------------- Vecchi css*/

.box1
{
	border-right: #a2a3a2 1px solid;
	font-size: 11pt;
	border-left: #a2a3a2 1px solid;
	color: #000000;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	text-decoration: none;
}

.box2
{
	border-right: #a2a3a2 1px solid;
	font-size: 11pt;
	border-left: #a2a3a2 1px solid;
	color: #000000;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 8px;
}

.box3
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	background-color: white;
}

.box4
{
	border-right: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-image: url(images/txtab1.gif);
}

.box5
{
	font-size: 8pt;
	color: #000000;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	background-color: white;
}

.button
{
	border-right: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	font-size: 8pt;
	border-left: #a2a3a2 1px solid;
	color: #003366;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
}

.topbox
{
	font-weight: bold;
	font-size: 11px;
	color: #CECECE;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 2px;
	background-color: #174463;
}

.menustyle
{
	border-style: solid;
	border-color: #A2A3A2;
	border: 1px;
	font-size: 11pt;
	font-family: Tahoma,Verdana,Arial;
	color: #003366;
	font-weight: bold;
	cursor: default;
}

.menuitem
{
	background-color: #DBEBF7;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: #A2A3A2;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: default;
}
.menuitem2
{
	background-color: #003366;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: #a2a3a2;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: default; /*color: azure; */
}

.mouseover
{
	background-color: silver;
	color: black;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: default;
}

.boxfooter
{
	border-right: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	color: #d3d3d3;
	border-bottom: #a2a3a2 1px solid;
	font-size: 1px;
	font-family: Arial;
	background-color: #d3d3d3;
}

.textmenu
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	padding-left: 2px;
}

.menutit
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana,Arial,Tahoma;
	font-variant: small-caps;
	padding-left: 2px;
}

.loginbox
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
}

.padtop
{
	padding-top: 10px;
	border-bottom: 1px solid rgb(162, 163, 162);
}

.textscroll
{
	font-size: 11px;
	color: #5F5F5F;
	font-family: Verdana,Arial,Tahoma;
	padding: 3px;
}

.toptab
{
	border-right: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	background-color: #d3d3d3;
}
.menutab
{
	background-color: #003366;
}

.top
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.boxtab
{
	border-right: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: #a2a3a2 1px solid;
	color: #0030ff;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	padding-left: 4px;
}
.boxtab1
{
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	color: #EE0000;
}

.title
{
	font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.tl
{
	border-top: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Arial;
}

.l
{
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
}

.lb
{
	border-bottom: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
}

.brt
{
	border-top: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
	color: #ffffff;
}

.boxg
{
	border-top: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 10px;
	font-family: Verdana,Arial,Tahoma;
	color: #3f3f3f;
}

.blank
{
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
	color: #ffffff;
}

.textp
{
	font-size: 11px;
	background-image: url(images/txtab1.gif);
	color: #5f5f5f;
	font-family: Verdana,Arial,Tahoma;
	border-bottom: #a2a3a2 1px solid;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.textp3
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Verdana,Arial,Tahoma;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.textp2
{
	font-size: 11px;
	color: #5f5f5f;
	font-family: Verdana,Arial,Tahoma;
}


.text
{
	font-size: 12px;
	color: #5f5f5f;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Verdana,Arial,Tahoma;
}

.textitalic
{
	font-size: 11px;
	color: #5f5f5f;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}

.text11
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	text-align: justify;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.text1199
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	text-align: right;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.text11red
{
	font-size: 11px;
	color: #CC0000;
	font-family: Verdana,Arial,Tahoma;
}
.text10redbold
{
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana,Arial,Tahoma;
}
.text11bold
{
	font-weight: bold;
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}

.text11blu
{
	font-size: 11px;
	color: #006666;
	font-family: Verdana,Arial,Tahoma;
}

.title11
{
	font-size: 11px;
	font-weight: bold;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
	padding-bottom: 5px;
}

.title12g
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana,Arial,Tahoma;
	background-color: #3590CF;
}

HR
{
	color: #a2a3a2;
}

.text10
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}
.text10blu
{
	font-size: 11px;
	color: #224875;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}
.text10blu2
{
	font-size: 10px;
	color: #224875;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 3px;
	border-bottom: #c4e1f5 1px dotted;
}
.text10blu3
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 3px;
	font-weight: bold;
}
.text10blu4
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 3px;
}
.text10blu5
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
}
.text10blu6
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	font-weight: bold;
}
.text10ind
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.text8ind
{
	font-size: 8px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.text10nd
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;
}

.text10reg
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}

.title11blu
{
	font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.titletab
{
	font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
}

.textrow
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
}

.textrow
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
}


.ITEMSTYLEHYPERLINK
{
	color: #3f3f3f;
	font-weight: bold;
}
A:LINK
{
	color: #3f3f3f;
	margin-left: 2px; /*background-color: #C2D762;*/
}
A:VISITED
{
	color: #3f3f3f;
}

A:HOVER
{
	color: #3f3f3f;
}

.boxgr
{
	border-left: 1px none #CDCECF;
	border-right: 1px none #CDCECF;
	border-bottom: 1px solid #CDCECF;
	border-top: 1px solid #CDCECF;
	background-color: #FAFCFD;
}
.titlebrd
{
	font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana, Arial, Tahoma;
	border-left: 1px none #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-top: 1px none #a2a3a2;
	background-color: #F3F8FC;
}
.back
{
	font-weight: bold;
	font-size: 9pt;
	color: #e4f1fb;
	font-family: Verdana, Tahoma, Arial;
	right: 5px;
}
.titlebrd2
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
	background-color: #F3F8FC;
	border-top: 1px dashed #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-left: 1px none #a2a3a2;
}
.titlebrd3
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Tahoma;
	border-left: 1px none #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-top: 1px none #a2a3a2;
	background-color: #F3F8FC;
	padding-left: 5px;
}
.title12g2
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana,Arial,Tahoma;
	background-color: #2660A6;
	padding-left: 5px;
}
.help
{
	background-color: #BEDCF1;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	padding: 0px 0px 0px 3px;
	cursor: default;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;
}
.help2
{
	background-color: #BEDCF1;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
	cursor: default;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;
}
.text9nd
{
	font-size: 10px;
	color: #E7F5FE;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	text-decoration: none;
}
.nd
{
	font-size: 10px;
	color: #C7E1E9;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 1px;
}
.menutit2
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma;
	font-variant: small-caps;
	padding-left: 2px;
}
.box6
{
	border-right: #a2a3a2 1px solid;
	font-size: 11pt;
	border-left: #a2a3a2 1px solid;
	color: #000000;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 5px;
}
.line
{
	border-bottom: 1px solid rgb(162, 163, 162);
}
.boxfooter2
{
	border-top: #a2a3a2 1px solid;
	background-color: #d3d3d3;
}
.login
{
	background-color: #BEDCF1;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 0px 5px;
	cursor: default;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px solid #A2A3A2;
	text-align: justify;
}
.txtbox
{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	width: 90px;
	border: 1px solid #999999;
	font-weight: normal;
}
.txtbox2
{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	border: 1px solid #999999;
	font-weight: normal;
}
.textboldblu
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Tahoma;
	border: 1px none #a2a3a2;
}
.iscr
{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-left: 3px;
}
.login2
{
	background-color: #BEDCF1;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 0px 5px;
	cursor: default;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px solid #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;
	text-align: justify;
}
.text10b
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	text-align: justify;
}
.text10j
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 2px;
	padding-right: 5px;
	text-align: justify;
}
.textlnk
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}
.textlnk2
{
	font-size: 10px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}
.titlebox
{
	background-color: #BEDCF1;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
	cursor: default;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;
}
.mailbox
{
	border-top: 1px solid #A2A3A2;
	border-right: 1px solid #A2A3A2;
	border-bottom: 1px solid #A2A3A2;
	border-left: 1px solid #A2A3A2;
}
.label1
{
	border-top: 1px solid #A2A3A2;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #A2A3A2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #E7F5FE;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
.tlabel1
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #E7F5FE;
	border-top: 0.5pt solid rgb(162, 163, 162);
	border-left: 0.5pt solid rgb(162, 163, 162);
	border-right: 0.5pt solid rgb(162, 163, 162);
}
.tlabel2
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #E7F5FE;
	text-decoration: none;
	border-top: 0.5pt solid rgb(162, 163, 162);
	border-left: 0.5pt solid rgb(162, 163, 162);
	border-right: 0.5pt solid rgb(162, 163, 162);
}
.linedot
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #224875;
	border-bottom: 0.5pt dashed rgb(162, 163, 162);
}

.linedot2
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 0.5pt dashed rgb(162, 163, 162);
	border-top: 0.5pt dashed rgb(162, 163, 162);
}

#formtable td
{
	background-color: #F4FBFF;
}
.textlnk3
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	background-color: #F4F4F4;
}
.titletab2
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	text-align: center;
}
.titlebrd4
{
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Tahoma;
	border-left: 1px none #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-top: 1px none #a2a3a2;
	background-color: #F3F8FC;
	padding-left: 5px;
}
.linedot3
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
	padding-right: 5px;
	border-bottom: 0.5pt solid rgb(162, 163, 162);
	border-top: none;
}
.titletab3
{
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	border: none;
}
.box
{
	text-decoration: none;
	border: 1px solid #a2a3a2;
}
.textrow2
{
	font-size: 11px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
}

#ctl00_MenuCategorieOrizzontaleInternet1_dtlCategorie
{
	border: 2px solid #A7A7A7;
	float: left;
	padding: 4px 2px 4px 10px;
	width: 98%;
	background: #3E8B3B;
}

.nav_cat a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.nav_cat a:active
{
	color: #017CBC;
}
nav_cat a:visited
{
	color: #FFDDEF;
	font-weight: bold;
	text-decoration: none;
}

.nav_cat
{
	padding: 1px 1px 1px 0px;
	margin: 0 0 1px 0;
	text-decoration: none;
	letter-spacing: 0.5px; /* background:#8188CC url(images/corner.gif) top right no-repeat;*/
	text-decoration: none;
}

.nav_cat:hover
{
	text-decoration: none;
	color: #000000;
	background: #008E04; /* background:#d0d0d0 url(images/corner.gif) top right no-repeat;*/
}

/*----------------------------*/


.post_left
{
	background: #EBF4E2 url(images/q2.gif) no-repeat scroll 0px 10px;
	border: 1px dotted #92BF68;
	margin-top: 20px;
	padding: 0;
}

div.post_left blockquote
{
	background: transparent url(images/q3.gif) no-repeat scroll right bottom;
	color: #609133;
	margin: 0;
}

blockquote
{
	-x-system-font: none;
	background: transparent url(images/open_quotes.gif) no-repeat scroll 20px 10px;
	font-family: Georgia,Times,serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	padding: 15px 90px 15px 90px;
}

.lineColored
{
	background: transparent url(images/line.gif) no-repeat scroll right center;
	display: block;
	height: 30px;
}

.descrizione
{
	text-align: justify;
	margin: 5px;
	margin-bottom: 10px;
}

.urlsito
{
	margin-bottom: 5px;
}

.sottolinea
{
	margin-bottom: 5px;
}

.post_body
{
	margin: 5px; /* color: #D25D23;     font-size: 1.2em;*/
	font-weight: bolder;
	padding: 5px;
}

.comment_author
{
	/* color: #6DA43A;*/
	margin: 10px;
}

.post_metadata
{
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.comment_author ul
{
	margin: 10px;
}

/*
.post_title
{
    margin-top: 20px;
    padding: 0;
}
.post_title h2.post_left
{
    margin-left: 15px;
    border: none;
    background: none;
    font-style: italic;
    font-size: large;
}

*/
#precedente
{
	/* margin: 10px 130px 10px 130px;     padding: 10px 0px 10px 100px;     background-color: #FFFFAA;*/
	margin: 5px;
	padding: 15px;
	width: 250px;
	background: transparent url(images/box-green-br.gif) no-repeat scroll right bottom;
	color: #FFFFFF;
}

#login
{
	width: 550px;
	margin: auto;
}

.greenMajor
{
}


.green
{
	background: transparent url(images/box-green-tl.gif) no-repeat scroll left top;
}

.foott
{
	float: left;
}

#siteInfo4 .tfoot
{
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: center;
}

.tfoot td
{
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	width: 33%;
	min-height: 1px;
}
.tfoot tbody
{
	width: 90%;
}

.tfoot tr
{
	min-height: 1px;
}


#ja-pathway
{
	background: #E6E6E6 url(images/pright.gif) no-repeat scroll right center;
	display: block;
	float: right;
	font-size: 90%;
	line-height: 23px;
	padding: 0 8px 0 0;
	margin: 15px 5px 5px 5px;
	width: 113px;
}

#ja-pathway div.innerpad
{
	background: transparent url(images/pleft.gif) no-repeat scroll left center;
	display: block;
	float: right;
	margin: 0;
	padding: 0 0 0 8px;
}

#ja-pathway
{
	font-size: 90%;
	line-height: 23px;
}

.bac_data_evento
{
	display: none;
	font-weight: bold;
}

.bac_ora_evento
{
	display: none;
}

.bac_contenuto
{
	margin: 0px 5px;
}

.bac_contenuto h3
{
	color: #79C7D2;
	font-weight: bold;
	font-size: medium;
}

.boxverde
{
	background-color: #EBF4E2;
	padding: 3px;
	margin: 3px;
}

.boxarancio
{
	background-color: #3E8B3B;
	padding: 3px;
	margin: 3px;
}
.boxconvegni
{
	background-color: #e2ff88;
	padding: 3px;
	margin: 3px;
}
.boxcarto
{
	background-color: #757e12;
	padding: 3px;
	margin: 3px;
}
.boxguide
{
	background-color: #fbffd2;
	padding: 3px;
	margin: 3px;
}

.foto_documento
{
	min-height: 40px;
	border: solid 5px #FF9900;
	width: 450px;
	float: left;
	margin: 5px 2px 5px 2px;
}

.foto_documento a
{
	float: left;
	min-height: 40px;
	margin: 5px;
}

.foto_nome
{
}
.GoBack
{
	float: left;
}

.com_nome
{
	float: right;
	color: #FF9900;
}
