/* andreas02 - a free xhtml/css website layout by Andreas Viklund - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jan 29, 2007)
Modified by Nick Young, 26 January 2008 for use with Drupal 5.0.
*/


/* /////////////////////////////////////////////////////// */
/* modified by Fabio Gianni (LdP Progetti GIS), 14.05.08  */
/* ///////////////////////////////////////////////////// */

/* ///////////////////// */
/* STRUTTURA del LAYOUT */

html {
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	padding: 0;
	margin: 0;
}


body {
	padding: 15px 0 0 0;
	margin: 0 auto;
	background-color: #EAEAEA;
	background-image: url(images/background_html.gif);
	background-position: top left;
	background-repeat: repeat;
	/*width: 75%;*/		/*fix for IE6 - width will not work on body tag, must have its own container */
	text-align: center; /*fix for IE6 - width will not work on body tag, must have its own container */
}


#pagecontainer{
	width: 75%;
	margin: 0 auto;
	padding: 0;
	text-align: left; /*fix for IE6 - counteracts the centring in body... */
	font-size: 100%;
	background-color: #ffffff;
}
#pagecontainer.logged{
	width: 99%;
	padding: 0;
	text-align: left; /*fix for IE6 - counteracts the centring in body... */
	font-size: 100%;
	background-color: #ffffff;
}

#container {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 0;
	float: left;
	width: 100%;
}

#main {
	padding: 1.3em .6em 2em .6em;
	margin: 0 0 0 0;
	background-color: #ffffff;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	height: 100%;
}

#main.logged {
	float: right;
	width: 79%;
	padding: 1.3em .6em 2em .6em;
	margin: 0 0 0 0;
	background-color: #ffffff;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 0;
	height: 100%;
}

#container #sidebar.logged {
	float: left;
	margin: 0 0 2em .4em;
	padding: 1.3em 0 0 0;
	text-align: left;
	white-space: normal;
	width: 16%;
}

#footer {
	clear: both;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	border-top: 15px solid #B7D5CB;
}



/* selector generici */

.form-required {color: #ff7900;}


div {margin: 0; padding: 0; border: 0;}

img {margin: 0; padding: 0; border: 0;}

a img {border:0;}

img.float-right {margin: 0 0 0 15px; padding: 0; border: 0; float: right !important;}
img.float-left {margin: 0 15px 0 0; padding: 0; border: 0; float: left !important;}
.clear-left {clear: left !important; font-size: .001em;	line-height: .001em; margin: 0;	padding: 0;	height: 0; border: 0;}
.clear-right {clear: right !important; font-size: .001em;	line-height: .001em; margin: 0;	padding: 0;	height: 0; border: 0;}
.clear-both {clear: both !important; font-size: .001em;	line-height: .001em; margin: 0;	padding: 0;	height: 0; border: 0;}

div.clear-both, hr.clear {
	clear: both;
	font-size: .001em;
	line-height: .001em;
	margin: 0;
	padding: 0;
	height: 0;
	border: 0;
}

hr.info {
	margin: .4em 0 .2em 0;
	padding: 0;
	border: 1px dotted Silver;
}

span.da-finire { color: Red; }

acronym, abbr {
	border: 0;
	cursor: help;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #9F9F9F;
}

p {line-height: 130%;}


q {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	letter-spacing: .05em;
	line-height: 130%;
}

blockquote {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

span.linguastraniera {
	font-style: normal;
	border: 0;
}


a.target_blank { background-image: url(images/ico-freccia-fuori.png); background-position: right; background-repeat: no-repeat; padding: 0 1.3em 0 0; margin: 0; }
a.target_blank:link { background-image: url(images/ico-freccia-fuori.png); background-position: right; background-repeat: no-repeat; padding: 0 1.3em 0 0;}
a.target_blank:visited { background-image: url(images/ico-freccia-fuori.png); background-position: right; background-repeat: no-repeat; padding: 0 1.3em 0 0;}
a.target_blank:hover { background-image: url(images/ico-freccia-fuori.png); background-position: right; background-repeat: no-repeat; padding: 0 1.3em 0 0;}
a.target_blank:active { background-image: url(images/ico-freccia-fuori.png); background-position: right; background-repeat: no-repeat; padding: 0 1.3em 0 0;}

a.approfondisci:link { background-image: url(images/help.png); background-position: top left; background-repeat: no-repeat; padding: 2px 0 2px 20px;}
a.approfondisci:visited { background-image: url(images/help.png); background-position: top left; background-repeat: no-repeat; padding: 2px 0 2px 20px;}
a.approfondisci:hover { background-image: url(images/help.png); background-position: top left; background-repeat: no-repeat; padding: 2px 0 2px 20px;}
a.approfondisci:active { background-image: url(images/help.png); background-position: top left; background-repeat: no-repeat; padding: 2px 0 2px 20px;}

form .form-item label { color: #CC0000; font-weight: normal; text-transform: lowercase; }

form .form-item .form-text {color: #303030; font-weight: normal; font-size: 1em;
 padding: .1em; border: 1px solid #A7805D;}
form .form-item .form-text:focus {background-image: none; background-color: #ffffb9; border: 1px solid #A7805D; }

form .form-submit {
	margin: 0;
	padding: .1em;
	border: 1px solid Gray;
	background-color: #e4e1e1;
	color: #3030A0;
	font-weight: normal;
	text-transform: lowercase;
	font-family: "Verdana" , sans-serif;
}

form#user-login {font-size: .9em; }


table {font-size: .9em; border-collapse: collapse; margin: 1em 0 1em 0; }
table th {
	background-color: #f0f0f0;
	color: #af2f2f;
	border-top: 1px solid #bdb988;
	border-bottom: 3px solid #bdb988;
	padding-bottom: .2em;
	text-transform: uppercase;
}
table td {padding: .2em .2em 1em .2em;}
table tr.even td {background-color: #f5f3dd;}
table tr.odd td {background-color: #fdfcf0;}
table td div.form-item {font-size: .7em; padding: 1em .2em .2em .2em}
table td input.form-submit {font-size: .7em; margin: 1em .2em .2em .2em; font-weight: bold;}

div#main table#attachments {font-size: .7em; }
div#main div#attach-wrapper {width: 95%;}


/* Toptab menu */
div#top {
	background-color: #406C5F;
	background-image: url(images/angolo_sx_choice.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
}

#toptabs {
	font-size: 0.7em;
	text-align: right;
	border: 0;
	margin: 0 0 0 16px;
	padding: .5em 1em .5em 0;
	font-weight: transparent;
	background-color: #406C5F;
	background-image: url(images/bg_choice.jpg);
	background-position: right top;
	background-repeat: no-repeat;

}

#toptabs p {
	text-align: right;
	color: #808080;
	display: inline;
}

#toptabs ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#toptabs li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 3px 0 3px 20px;
}

#toptabs li a, 
#toptabs li a:link, 
#toptabs li a:visited {
	display: inline;
	list-style: none;
	color: #ffffff;
	background-color: transparent;
}

#toptabs li a:hover {color: #DFB71B; text-decoration: underline;}

#toptabs li a.active,
#toptabs li a.active:link,
#toptabs li a.active:visited 
{
	color: #CC0000;
	text-decoration: none;
	background-color: transparent;
}

#toptabs li a.active:hover {text-decoration: none;}


#toptabs li.leaf.first {background-image: url(images/tree.png); background-position: left center;
 background-repeat: no-repeat; margin: 0 1em 0 0;padding: 3px 0 3px 20px;}
#toptabs li.leaf {background-image: url(images/font.png); background-position: left center;
 background-repeat: no-repeat; margin: 0 1em 0 0;padding: 3px 0 3px 20px;}
#toptabs li.leaf.last {background-image: url(images/key.png); background-position: left center;
 background-repeat: no-repeat; margin: 0;padding: 3px 0 3px 20px;}



/* Site title section */
div#background-testata {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/testata.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 112px;
}

#logo {
	margin: 0;
	padding: 5px  20px 0 60px;
	background-color: transparent;
}

#logo a#immagine-logo {
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 67px;
	text-decoration: none;
	background-color: transparent;
}


#logo #intesta {
	display: none;
	/*float: left;
	width: auto;
	margin: 0;
	padding: 30px 0 0 0;
	font-family: "Arial" , sans-serif;
	background-color: transparent;*/
}

#logo #intesta #amministrazione {
	margin: 0;
	padding: 0;
	font-size: .9em;
	color: Black;
	background-color: transparent;
}

#logo #intesta h1 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #8F4A00;
	font-size: 1.5em;
	font-weight: bold;
}

#logo #intesta h1 a:link,
 #logo #intesta h1 a:visited,
  #logo #intesta h1 a:hover,
   #logo #intesta h1 a:active {
	border: 0;
	margin: 0;
	padding: 0;
	color: #DFB71B;
}

#logo #intesta h2 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #8F4A00;
	font-size: 1em;
	font-weight: bold;
}


/* Navitab menu */

#navitabs {
	clear: both;
	color: White;
	background-color:#b1953a;
	background: url(images/bkg_menu.jpg) top left repeat-x;
	border-top: 2px solid #8F7611;
	margin: 0;
	padding: 0 1em 0 10px;
	height: 2em;
	text-align: right;
}

#navitabs a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	background: none;
	border-bottom: 3px solid transparent;
	color: #ffffff;
}

#navitabs a:link {text-decoration:none;}
#navitabs a:visited {text-decoration:none;}
#navitabs a:hover {border-bottom: 2px solid #DFB71B;}
#navitabs a:active {text-decoration:none;}


#navitabs a.active {border-bottom: 2px solid #DFB71B;}
#navitabs a.active:link {border-bottom: 2px solid #DFB71B;}
#navitabs a.active:visited {border-bottom: 2px solid #DFB71B;}
#navitabs a.active:hover {
	text-decoration:none;
	border-bottom: 2px solid #DFB71B;
}

#navitabs span.active {
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	background: none;
	border-bottom: 2px solid #DFB71B;
	color: #DFB71B;
}




/* Header description */

#desc {
	height: 10px;
	color:#ffffff;
	padding: 0;
	background:#505050 url(images/bkg_testata.jpg) top left repeat-x;
	margin: 0 0 5px 0;
	border-top:1px solid Gray;
	border-bottom:1px solid Gray;
}

#desc p {
	width:290px;
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0 15px;
}
#desc h2 {
	padding:15px 15px 0 15px;
	color: #8F4A00;
}
#desc a {
	color: #ffffff;
	text-decoration:none;
	border-color:#ffffff;
}




/* ///////////// */
/* Main content */
/* /////////// */

.breadcrumb {margin: 0 0 1.5em 0; padding: 0; border: 0; font-size: .75em;}
.breadcrumb a:link {color: #5D5D99;}

#main > h2:first-child { margin: 0 0 .1em 0; font-size: 1.4em; font-weight:normal; color: #1D4F40; border-bottom:1px dotted #BFD1CC;}
#main h2 { margin: 0 0 .2em 0; font-size: 1.4em; font-weight:normal; color: #1D4F40;}
#main h3 { margin: 1.5em 0 .2em 0; font-size: .9em; font-weight:bold; color: #1D4F40;}
#main h4 { margin: 1.2em 0 .2em 0; font-size: .75em; font-weight:regular; color: #5F5F5F; text-transform: uppercase;}
#main h5 { margin: 1em 0 0 0; font-size: .7em; font-weight:normal; color: #333333;}

#main .messages {
	margin: 1em 0 1em 0;
	padding: .3em;
	border:1px solid #A7805D;
	color:#303030;
	background-color: #ffffb9;
	font-size: .7em;
	font-style: italic;
	font-weight: bold;
}

#main.logged .messages {font-size: .8em;}

.content p {font-size: .75em; margin: .5em 0 1em 1em; line-height:1.2em; text-align:left;}


/* ///////////////////////////// */
/* selector generici per i NODE */
/* ///////////////////////////// */
#main .node { margin: 0 0 0 0;}

#main .taxonomy-term-description {font-size: .8em; line-height: 140%; margin: 0 0 .5em 0; padding: 0;}

#main .node p {font-size: .8em; line-height: 140%; margin: 0 0 .5em 0; padding: 0;}

#main .node .submitted { background-color: White; font-size: .65em; text-align: right; color: #595959; margin: .2em 0 0 0; padding: .1em 0 .1em 0; }



/* //////////////////////////////////////////////////////////// */
/* selector specifici solo per l'area hp-static della homepage */
/* ////////////////////////////////////////////////////////// */
#main #hp-static {margin: 0; padding: 0;}
#main #hp-static #welcome {float: left; width: 60%; margin: 0 0 0 0; padding: 0;}
#main #hp-static #welcome h2 {margin: 0 0 0 0; font-size: 1.2em; font-weight: normal; border-bottom:1px dotted #BFD1CC;}
#main #hp-static #welcome p { margin: 0 0 0 0; font-size: .8em; color: #585858;}

#main #hp-static #welcome div.box {
	margin: 1em 0 1em 0;
	padding: .4em;
	border: 1px solid Silver;
	background-color: #ffffff;
	float: left;
	background-image:url(images/bg_news.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#main .content div.box {
	margin: 1em 0 1em 0;
	padding: 0 .4em .4em .4em;
	border: 1px solid Silver;
	background-color: #ffffff;
	background-image:url(images/bg_news.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width: 60%;
}


#main #hp-static #welcome div.box h3, #main .content div.box h3, #main div.box h3 {margin: 0; padding: .2em 0 .2em .3em; border-bottom:1px dotted #BFD1CC; font-size: .95em; background-image: url(images/bkg_titolo_box.jpg); background-position: top left; background-repeat: repeat-x; }


#main #hp-static #welcome div.box h4, #main .content div.box h4, #main div.box h4 {margin: 1em 0 0 0; }
#main #hp-static #welcome div.box p, #main .content div.box p, #main div.box p {margin: .3em 0 0 0; font-size: .7em;}

h3.sezione, h4.sezione {background-image: url(images/ico_approfondisci.gif); background-position: center left; background-repeat: no-repeat; padding: 0 0 0 15px;}


#main #hp-static #news {float: right; width: 34%; margin: 2em 0 0 0; padding: 0; border: 0;}

#main #hp-static #news h3 {margin: 0 0 .2em 0;font-size: .85em;}

#main #hp-static #news h3.title { 
	margin: 0;
	padding: .2em;
	border: 0;
	background-color:#E8E6DD;
	font-size: .75em;
	font-weight: normal;
	color: #8F4A00;
}


#main #hp-static #news h3 span.data {font-size: .9em; font-weight: normal;}

#main #hp-static #news .submitted {
	font-size: .6em;
	font-weight: normal;
	margin: 0 0 1.3em 0;
	padding: .1em;
	background-color: #fafafa;
	float: right;
	text-align: right;
	width: 55%;
	border: 0;
	white-space: normal;
}

#main #hp-static .node.hp { margin: 0 0 .8em 0; padding: 0; background-color: #f1f1f1;}
#main #hp-static .node.hp h3 { margin: 0; padding: .1em; font-size: .7em; font-weight: bold; color: #8F4A00; border-bottom: 1px dotted Silver;}
#main #hp-static .node.hp .content p {font-size: .65em; margin:0 0 5px 0; line-height:1.2em; text-align:left;}

#main #hp-static .item-list {display: none;}

#main #hp-static .block-search {
	border:0 none;
	float:right;
	margin:2em 0 0;
	padding:0;
	width:34%;
}


#main #hp-static .block-search h2 {
	background-color:#406C5F;
	color:#FFFFFF;
	font-size:0.8em;
	margin:0;
	padding:0.3em;
	white-space:normal;
	font-weight: bold;
}

#main #hp-static .block-search .content {padding: .2em .3em .3em .3em; margin: 0; border: 1px solid #bababa;}

#main #hp-static .block-search #search-block-form label {font-size: .8em; font-weight: bold; margin: 0 0 1em 0; padding: 0;color: #af2f2f; white-space: normal;}

#main #hp-static .block-search input {font-size: .8em;}

#main #hp-static .block-search input#edit-submit {font-size: .7em;}

#main #hp-static .block-search #block-user-0 {
	margin: 0 0 0 0;
	background-color: #f2f1ec;
	border: 1px solid #999996;
}

#main #hp-static .block-search #block-user-0 form, #main #hp-static .block-search #block-user-0 fieldset {
	background-color: transparent;
}

/* //////// */
/* Sidebar */
/* ////// */

#sidebar .block {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar .block-user h2 {color: #1D4F40; background-color: #e8e8e8; text-transform: uppercase; border: 1px solid #bababa; border-bottom: 0;} 

#sidebar .block-search {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}

#sidebar .block-search .content {padding: .2em .3em .3em .3em; margin: 0; border: 1px solid #bababa;}

#sidebar #search-block-form label {font-size: .8em; font-weight: bold; margin: 0 0 1em 0; padding: 0;color: #af2f2f; white-space: normal;}

#sidebar div#block-menu-primary-links li a {font-size: .7em; font-weight: bold; white-space: normal;}

#sidebar #block-user-0 {
	margin: 0 0 0 0;
	background-color: #f2f1ec;
	border: 1px solid #999996;
}

#sidebar #block-user-0 form, #sidebar #block-user-0 fieldset {
	background-color: transparent;
}



#sidebar h2 {font-size: .7em; margin: 0; padding: .3em; color: #ffffff; background-color: #406C5F; white-space: normal;}

#sidebar ul{
	padding: .2em .3em .3em .3em;
	border: 1px solid #406C5F;
	margin: 0 0 1em 0;
	list-style: none !important;
	list-style-image: none !important;
}
#sidebar li{
	padding: 0 0 .1em 0;
	margin: 0;
	border-bottom: 1px solid #bfd1cc;
	list-style: none !important;
	list-style-image: none !important;
	white-space: normal;
	font-size: .7em;
}

#sidebar li.last {border: 0;}




#sidebar form {margin: 0; padding: 0; text-align: left;}
#sidebar .form-item {margin: 0; padding: 0;}
#sidebar form label {font-size: .7em;}
#sidebar form input {font-size: .8em;}
#sidebar form input.form-submit {font-size: .65em;}

#sidebar .block-user ul.menu { margin: 0; list-style: none !important; list-style-image: none !important; white-space: normal;}
#sidebar .block-user ul.menu li { margin: 0 0 .2em 0; list-style: none !important; list-style-image: none !important; white-space: normal;}

#sidebar .block-user ul.menu ul.menu, #sidebar .block-user ul.menu ul.menu ul { padding: 0; margin-top: .2em; margin-left: .3em; font-size:1.4em; border: 0;}
#sidebar .block-user ul.menu li ul li {margin: .1em; list-style: square;}
#sidebar .block-user ul.menu ul li ul li {margin: .1em; list-style: none;}

/* /////// */
/* Footer */
/* ///// */

#footer div#info {
	color: #ffffff;
	background-color: #406C5F;
	font-size: .65em;
	line-height: 1.3em;
	margin: 0 0 .2em 0;
	border: 0;
	padding: .3em 0 .3em 0;
	float: left;
	width: 100%;
}

#footer div#info div#copy {float: left; text-align: left; width: 49%; padding-left: .3em;}
#footer div#info div#helpdesk{float: right; text-align: right; width: 49%;padding-right: .3em;}

#footer p.contacts {
	clear: both;
	color: #585858;
	font-size: .65em;
	line-height: 1.3em;
	margin: 0;
	padding:0 0 .3em 0;
	text-align: center;
	border-bottom: 1px solid #406C5F;
}

#footer a:link {color: #fff300; text-decoration: none; border-bottom: 1px solid #fff300;}
#footer a:visited {color: #fff300; text-decoration: none; border-bottom: 1px solid #fff300;}
#footer a:hover {color:#8F2823; text-decoration: none; border-bottom: 0;}
#footer a:active {color: #fff300; text-decoration: none; border-bottom: 1px solid #fff300;}

#footer p.nascondi {position: absolute; left: -9999px; }


div#subindex {
	font-size: .75em;
	margin: .3em 0 1em 0;
	padding: .3em 0 .4em .2em;
	border-bottom: 1px dotted #989898;
	color: #adadad;
	background-color: #FFFFFF;
	background-image: url(images/bkg_news.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-style: normal;
	font-weight: bold;
}

div#subindex a.active {color: #CC0000; text-decoration: none;}

a.steps, div.view-header a.steps {
  	background-image: url(images/bricks.gif);
  	background-position: center left;
  	background-repeat: no-repeat;
  	margin: 0;
  	padding: 0 0 0 20px;
}

a.partecipazione {
	background-image: url(images/partecipazione.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: bold; 
}


a.staff, div.view-header a.staff {
	background-image: url(images/staff.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
}

a.garante, div.view-header a.garante {
  	background-image: url(images/person.gif);
  	background-position: center left;
  	background-repeat: no-repeat;
  	margin: 0;
  	padding: 3px 0 0 20px;
}

a.eventi {
	background-image: url(images/date.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 0 0 20px;
}


div.node ol, div.node ul {font-size: .8em; margin: .2em 1em .5em 2em; padding: 0;}


div#main .node ol li, div#main .node ul li {
	list-style-type: square;
	list-style-image: url("images/arrow_right.gif");
	list-style-position: outside;
	line-height: 140%;
	margin: 0 0 .4em 0;
}

div#main .node li li {list-style-type: none;font-size: 1.2em;list-style-image: none; margin: 0 0 .4em 0;}


div.node ol.toc {margin: 0 0 0 2em; padding: 0 0 0 0;}

#main div.node ol.toc li {
  margin: 0 0 .3em 0;
  padding: 0 0 0 0;
  list-style: none; 
  list-style-image: url(images/down.gif);
  list-style-position: outside;
  color: Silver;
  font-size: .9em;
  font-weight: bold;
}

#main .node .content p.tornasu {
	text-align: right;
	background-image: url(images/up.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
	margin: 1em 0 1em 0;
	font-weight: normal;
	font-size: .8em;
}

div.node ul.punti {
	padding: 0;
	margin: 0 0 0 1.7em;
}

div.node ul.punti li {
	font-size: .8em;
	font-style: normal;
	margin: 0 0 .2em 0;
	padding: 0;
	list-style: square;
	line-height: 1.4em;
	color: #585858;
}


/* selectors per la View di tipo blocco che elenca le News */
#main .block-views {
	margin: 1em 0 0 0;
	padding: 0;
}

#main .block-views h2 { 
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	font-weight: bold;
	color: #8F4A00;
	background-image: none;
	background-color: transparent;
}

#main .block-views .item-list { 
	padding: 0;
	margin: 0;
	border: 0;
	font-size: .75em;
	width: 70%;
}

#main .block-views .item-list ol { margin: .5em 0 0 0; padding: 0 0 0 1em;}
#main .block-views .item-list ol li { list-style: none; margin: 0 0 .8em 0; padding: .2em; background-color: #E8E6DD;}

/*fine */


#main .node h3.cartobase {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border: 0;
	padding: 0;
}

#main .node h3.cartobase a {
	padding: 0 0 0 20px;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(images/map.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-align: left;
	border: 0;
	background-color: transparent;
}

h4.cartobase {padding: 0;}
h4.cartobase a {padding: 2px 0 2px 20px; background-image: url(images/map.gif); background-position: center left; background-repeat: no-repeat;}



#main .view-archivio-news-view .node h3, #main.taxonomy .node h3 { 
	padding: .2em;
	margin: 0;
	border: 1px solid #d9d9d9;
	font-size: .7em;
	font-weight: bold;
	color: #CC0000;
	background-color: #E8E6DD;
}

#main .view-archivio-news-view .node span.data,
 #main.taxonomy .node span.data, #main .node h3 span.data {
	font-size: .9em; font-weight: normal;
}

#main .view-archivio-news-view .submitted,
 #main.taxonomy .submitted, #main .node h3 .submitted {
	font-size: .7em;
	font-weight: normal;
	margin: 0 0 1.3em 0;
	padding: .2em;
	background-color: transparent;
	float: right;
	width: 36%;
	white-space: nowrap;
	border: 0;
}

#main .item-list {
	clear: both;
	margin: 1.5em 0 1em 0;
	padding: 0;
	background-color: transparent;
	border: 0;
}

#main .item-list .pager {text-align: center; background-color: #d9d5ca; margin: 0; padding: .2em;}

#main .item-list ul {margin: 0;	padding: 0;}

#main .item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
	font-size: .7em;
	text-transform: none;
}

#main .item-list .pager li a {color: #3030A0; font-weight: bold;}
#main .item-list .pager li.pager-current {color: #CC0000; font-weight: bold;}

/* ///////////////////////// */
/* selectors per il FORUM */
div#forum {	font-size: .8em;}

div#forum li.forum.first {
	background-image: url(/grosseto/misc/forum-default.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 0 20px;
	margin: 0 0 0 1em;
	font-weight: bold; 
	font-size: .9em;
}

#main div#forum table {width: 95%;}

#main div#forum table th {font-size: 1em; font-weight: bold;}

#main div#forum table tr td.forum {
	padding-left: 25px;
	background-image:url(images/icona_forum.gif);
	background-position:2px 5px;
	background-repeat:no-repeat;
}

#main div#forum table div.name {font-size: 1.1em;	font-weight: bold;}
#main div#forum table div.description {margin: .5em .5em .5em 0; font-size: 1em;}
#main div#forum table div.indent {margin: 0;}

div#main .node .content h3.forum {margin: 2em 0 0 0;}

a.forum {
	background-image: url(images/icona_forum.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: bold; 
}


div#main .node .forum-topic-navigation {
	margin: 0;
	padding: .2em 0 .2em 0;
	font-size: .7em;
	border-bottom: 0;
	background-color: #e8e8e8;
}

div#main .node .forum-topic-navigation .topic-previous {width: auto; font-style: italic;}
div#main .node .forum-topic-navigation .topic-next {width: auto; font-style: italic;}

/* ///////////////////////// */
/* selectors per i COMMENTI */
#main #comments {margin: 2em 0 0 0; padding: 0 1em 2em 1em; border-top: 1px dotted Silver;}
#main #comments .box h2 {font-weight: bold;}

#main form#comment-controls { margin: 0 0 1em 0;}
#main #comments form#comment-controls h2 {font-size: .8em; font-weight: normal;}
#main form#comment-controls .box .content {
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	background-color: #f3f3f3;
	font-size: .8em;
	padding: .2em;
}

#main form#comment-controls .box .content input, #main form#comment-controls .box .content select{
	font-size: .85em;
	margin: .2em;
}

#main #comments .comment-folded {
	margin: 0 0 1em 0;
	padding: .4em .2em .6em .2em;
	border: 1px solid #d9d9d9;
	font-size: .75em;
	font-weight: bold;
	background-image: url(images/bkg_news.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 85%;
}

#main #comments .comment-folded span.subject {
	font-weight: bold;
}
#main #comments .comment-folded span.credit {
	font-weight: normal;
}

#main #comments #comment-form {
	width: 85%;
	margin: 0;
	padding: .4em;
	border: 1px solid #c7c79d;
	background-color: #fafaee;
	font-size: 1em;
}

#main #comments #comment-form .resizable-textarea {width: 90%;}

#main #comments .comment {
	margin: .3em 0 .3em 0;
	padding: .2em;
	border: 1px solid Silver;
	background-color: #ffffff;
	width: 85%;
}

#main #comments .comment span.new {
	color: Red;
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
}

#main #comments .comment.comment-unpublished h3 {margin-top: .2em;
background-color: transparent;}


#main #comments .comment h3 {
	font-size: .75em;
	margin-top: 0;
	padding: 3px 0 3px 20px;
	background-image: url(images/comment.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #f0efdf;
}

#main #comments .comment p {
	font-size: 0.8em;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

div.submitted {
	background-color: White;
	font-size: .7em;
	color: #4a4a4a;
	margin: 0;
	padding: .1em 0 .1em .1em;
}


#main #comments .comment .submitted {
	background-color: White;
	font-size: .7em;
	color: #4a4a4a;
	margin: 0;
	padding: .1em 0 .1em .1em;
}

#main #comments .comment .content {
	font-size: .8em;
	margin: 0;
}

#main #comments .comment ul.links {
	font-size: .7em;
	margin: 0 0 0 2em;
	border-top: 1px dotted Silver;
	padding: 0 0 .2em 0;
	text-align: right;
}

li.comment_add {
	background-color: transparent;
	margin: .5em 0 1em 0;
	float: right;
}


li.comment_add a {
	background-image: url(images/comment_add.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 1.7em;
	font-weight: bold;
	padding: 2px 0 0 20px;
}

#main #comments .comment-unpublished {
	background-color: #fffce6;
	border: 1px solid #e1decb;
}


#main .box ul.tips {margin: .3em 0 .3em 0; padding: 0 0 0 0;}

#main .box ul.tips li{
  margin: 0 0 .3em 0;
  padding: 0 0 0 0;
  list-style: square;
  list-style-position: outside;
  color: Gray;
  font-size: .8em;
  font-weight: normal;  
}

/* //////////////////////// */
/* selectors per ACCESKEYS */
div#main div.node ol.accesskey {
	background-color:#E8E6DD;
	border: 1px solid #BFBFBF;
	padding: .3em;
	margin: 0 0 1.5em 0;
}

div#main div.node ol.accesskey li {
	padding: .4em 3em 0 0;
	margin: 0em;
	text-align: left;
	font-size: 1em;
	list-style: none;
	list-style-image: none;
}

span.accesskey {
	font-weight: bold;
	color: #CC0000;
}
/* //////// */


/* ////////////////////////////////////////////// */
/* selectors per la pagina dei RISULTATI RICERCA */
#search-form {
	margin: 0;
	padding: .3em;
	border: 1px solid Silver;
	background-color: #E8E6DD;
	width: 70%;
}


#search-form label { font-size: .9em;font-weight: bold;}
#search-form .form-item .form-text { font-size: .9em;}
#search-form .form-submit { font-size: .8em; font-weight: bold;}

#search-form legend { font-size: .9em; font-weight: bold;}

#main .box {margin: 1em 0 0 0; padding: 0;}


#main .box h2 {font-size: 1em; font-weight: bold;}

#main .box .content {font-size: .8em;}

#main .box .content p.intro {font-size: .9em;}

#main .box .content ul {margin: 0 0 0 2em; padding: 0;}
#main .box .content ul li {margin: 0; padding: 0; list-style: square;}

dl.search-results {
	margin: .5em 0 1em 1em;
}

dl.search-results dt {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #CC0000;
}

dl.search-results dd {
	margin: 0 0 1em 1em;
	font-size: 1em;
	font-weight: normal;
}


#main div.node p.nota, #main p.nota {
	font-size: .7em;
	color: #404040;
	margin: 2em 0 0 0;
	border-top: 1px dotted #CACACA;
}


sup {
	font-weight: normal;
}

.ridotto {
	font-size: .85em;
	font-weight: normal;
}

span.ridotto {
	font-size: .9em;
	font-weight: normal;
}

.info-file {
	font-size: .8em;
	font-weight: normal;
	color: #5F5F5F;
	font-style: italic;
}

p.copyright, #main .node p.copyright {
	font-size: .7em;
	font-weight: normal;
	color: #474747;
	line-height: 120%;
	margin: .5em 0 0 0;
}

div.node ol.step li h2 span.data {
	font-size: .6em;
	font-weight: normal;
	color: #A52A2A;
	background-image: url(images/aggiornato.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

/* ///////////////////////////// */
/* selectors per MAPPA DEL SITO */
div#main div.node ul.mappa, div.node ul.doc {
  margin: 0 0 0 10px;
  display: block;
  padding: 0;
}

div#main div.node ul.mappa li {
	margin: 0 0 0 .5em;
	list-style: none;
	list-style-image: none;
	line-height: 135%;
	padding: 2px 0 2px 20px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/map.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

div#main div.node ul.mappa li.html {
	margin: 0 0 .3em .5em;
	list-style: none;
	list-style-image: none;
	line-height: 135%;
	padding: 2px 0 2px 20px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/docs.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

div#main div.node ul.mappa li.mappa {
	margin: 0 0 .3em .5em;
	list-style: none;
	list-style-image: none;
	line-height: 135%;
	padding: 2px 0 2px 20px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/map.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

div#main div.node ul.mappa li.login {
	margin: 0 0 .3em .5em;
	list-style: none;
	list-style-image: none;
	line-height: 135%;
	padding: 2px 0 2px 20px;
	font-size: 1em;
	font-weight: bold;
	background-image: url(images/lock_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

div#main div.node ul.mappa li ul {margin-top: .5em;}

div#main div.node ul.mappa li li.html,
 div#main div.node ul.mappa li li.mappa,
 div#main div.node ul.mappa li li.login {font-size: 1.2em; margin: 0 0 .3em 0;}
 
 
 
/* selectors per oggetti linkati da scaricare dal Repository: questi stili vengono impiegati anche in FCKEditor per i nodi creati dagli utenti */

div#main .node .content a.mappa {
	background-image: url(images/map.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-align: left;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: normal; 
}

div#main .node a.html {
	text-align: left;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: normal; 
	background-image: url(images/docs.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div#main .node a.pdf {
	text-align: left;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: normal; 
	background-image: url(images/docs_pdf.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div#main .node a.zip {
	text-align: left;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: normal; 
	background-image: url(images/docs_zip.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div#main .node a.word {
	text-align: left;
	padding: 3px 0 0 20px;
	margin: 0 0 0 0;
	font-weight: normal; 
	background-image: url(images/docs_word.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div#main .node a.mappa span.ridotto, div#main .node a.html span.ridotto, div#main .node a.pdf span.ridotto {
  font-size: .7em;
  font-weight: normal;
}


span.label {color: #af2f2f; font-weight: bold;}


/* //////////////////////////////// */
/* selector per AREE RISERVATE     */
/* solo quando l'utente è loggato */

div#main.logged ul.progetti { margin: .5em 0 1em 0; padding: 0; border: 0;}

div#main.logged ul.progetti li {
	margin: 0 1.5em 1.5em 0;
	padding: 0;
	border: 0;
	list-style: none;
	background-color: transparent;
	float: left;
	width: 14em;
	height: 6em;
	line-height: 110%;
}

div#main.logged ul.progetti li a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: .85em;
	margin: 0;
	padding: .4em;
	border: 1px solid Silver;
	background-color: #F2F9FF;
	background-image: url(images/go_to_project_off.png);
	background-position: 15.6em 6.2em;
	background-repeat: no-repeat;
	text-decoration: none;
	overflow: hidden;
}

div#main.logged ul.progetti li a:link {background-image: url(images/go_to_project_off.png);}
div#main.logged ul.progetti li a:visited {background-image: url(images/go_to_project_off.png);}
div#main.logged ul.progetti li a:hover {background-image: url(images/go_to_project_on.png); color: #CA4A00; border: 1px solid #C1C100; background-color: #FFFFEC;}
div#main.logged ul.progetti li a:active {background-image: url(images/go_to_project_off.png);}

div#main.logged ul.progetti li a span {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: underline;
}

div#main.logged ul.progetti li a:hover span {text-decoration: none;}

#main.logged ul.menu {
	font-size: .8em;
	margin: 0;
	padding: 0 0 0 1em;
}



#main.logged form {font-size: 1em;}

#main.logged table {font-size: .9em; border-collapse: collapse; border: 0;}
#main.logged table td {padding: .2em;}
#main.logged table tr {margin: 0; padding: 0; border: 0;}


#main.logged table#permissions th, #main.logged table.sticky-header th {font-size: .7em; margin: 0; padding: 0; border-left: 1px dotted gray;  border-right: 1px dotted gray; text-transform: none;}
#main.logged table#permissions th.checkbox, #main.logged table.sticky-header th.checkbox {color: #af2f2f;font-size: .8em;}
#main.logged table#permissions td {font-size: .8em; margin: 0; padding: .1em; border-left: 1px dotted silver;  border-right: 1px dotted silver; }
#main.logged div.view-elenco-user table {font-size: .7em;}
#main.logged div.view-elenco-user table th {font-size: .8em;}

div#sidebar.logged .block-user ul.menu li a {font-weight: bold;}

div#sidebar.logged .block-user ul.menu .expanded ul.menu li {margin: 0 0 .2em .4em; }
div#sidebar.logged .block-user ul.menu .expanded ul.menu li a {font-weight: normal; margin: 0; padding: .2em 0 .2em 12px; }

#main dl.node-type-list dt, #main.logged dl.node-type-list dt {
	text-align:left;
	display:block;
	font-size: .8em;
	font-weight: bold;
	background-color: #ffffff;
	padding:3px 4px 3px 8px;
	margin:10px 10px 5px 0;
	border:none;
}
#main dl.node-type-list dd, #main.logged dl.node-type-list dd {
	font-size: .8em;
	padding: 0;
	margin: 0 0 2em 2em;
}

div.help {font-size: .8em;}

a#switch_oFCK_1 {display: none;}


ul.primary, ul.secondary {font-size: .8em;}

/* Admin panel settings */

div.admin-panel .description {font-size: .8em;}

div.admin-panel .item-list {font-size: .8em;}

dl.admin-list {margin: 2em 0 2em 0;}


dl.admin-list a{
	border:none;
}

dl.admin-list dt {
	margin: 1.5em 0 0 0;
	padding: .2em;
	border: 1px solid #d9d9d9;
	font-size: .8em;
	font-weight: bold;
	color: #CC0000;
	background-color: #cfcfcf;
}

dl.admin-list dd {
	font-size: .8em;
}


/* selectors aggiunti per la pagina Partecipazione */
/* //////////////////////////////////////////////////////////////// */

.content div.box-destra { float: right; width: 32%; margin: 0 1em 0 1em; }
.content div.box-sinistra { float: left; width: 32%; margin: 2em 1em 0 0; }

.content div.box-destra div,
.content div.box-sinistra div {
	padding: .3em;
	border: 1px solid Silver;
	background-color: #f9fae3;
}

.content div.box-sinistra-noborder { float: left; width: 61%; margin: 0; padding: 0; border: 0; background-color: transparent;}

div#main .node .content div.box-sinistra p,
div#main .node .content div.box-destra p {font-size: .7em;}

div#main .node .content div.box-sinistra hr,
div#main .node .content div.box-destra hr {
	margin: .4em 0 .4em 0;
	padding: 0;
	line-height: .01em;
	height: .01em;
	border-color: Silver;
}

div#main .node .content div.box-sinistra ol,
 div#main .node .content div.box-destra ol {margin-bottom: 0;}
 
div#main .node .content div.box-sinistra li,
 div#main .node .content div.box-destra li {margin: 0 0 2em 0; font-size: 1em;}

div#main .node .content div.box-sinistra h3 {margin: 0 0 1em 0; font-size: .8em;}
div#main .node .content div.box-destra h3 {margin: 0 0 .5em 0; font-size: .8em; border-bottom: 1px dotted #406C5F;}

div#main .node .content div.box-sinistra h4,
 div#main .node .content div.box-destra h4 {margin: 0 0 1em 0; font-size: .75em; color: #5F5F5F; border-bottom: 1px dotted Silver;}

div#main .node .content div.box-destra h3.cartobase {margin: 0 0 .5em 0; font-size: .8em;}

div#main .node .content div.box-destra p.nota {margin-top: 0;}

a:link {color:#003366; text-decoration:underline;}
a:visited {color:#003366; text-decoration:underline;}
a:hover {color:#8F2823; text-decoration:none;}
a:active {color:#003366; text-decoration:underline;}


div#main .node .content div.box-destra ol, 
div#main .node .content div.box-destra ul {
	margin:0 0 0 0.5em;
}

div#main .node .content div.box-destra li {
	font-size:0.85em;
	margin:0 0 1em;
	padding:0;
	list-style: none;
	font-weight: normal;
}

div#main .node .content div.box-destra ol.iter li {
	font-size:0.85em;
	margin:0 0 1em;
	padding:0;
	list-style-image:url(images/arrow_right.gif);
	list-style-position:inside;
	font-weight: normal;
	background-color: #EEEFC2;
}

div#main .node .content div.box-destra ol.toc li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div#main .node .content div.box-destra ol li a.toc {
	background-image:url(images/down.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0;
	padding:3px 0 0 20px;
	text-align:left;
	font-size:1.05em;
	font-weight: bold;
}

div#main .node .content div.box-destra div.documenti {
	margin-top:1.5em;
}

div#main .node h4 a {font-size: 1.1em; text-transform: none; margin: 0 0 0 2em !important;}