* {
	margin: 0;
	padding: 0;
}


html {
	background-color: #0075b0;
}

body {
	background: #fff url(img/sfondo-top.jpg) no-repeat;
	width: 980px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: .85em;
	font-size: 85%;
	position: relative;
	padding-top: 160px;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	overflow: auto;
	width: 85%;
}

img {
	border: 0;
}

td, th {
	vertical-align: top;
	text-align: left;
}

p {
	margin: 0 0 1em;
}

ul {
	list-style: none;
	list-style-image: none;
/*	display: inline-block; */
}

li {
	margin-bottom: 0;
}


ol {
	margin-left: 15px;
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol li {
	margin-left: 10px;
}

a {
	color: #06c;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	border-bottom: none;
}

.labelblock label, label.labelblock {
	display: block;
	font-weight: bold;
	margin-top: 1em;
}


#layout {
	position: absolute;
	text-decoration: none;
	font-weight: bold;
	top: 4px;
	left: 10px;
	color: #fff;
	font-size: 1.4em;
}

h1, input#title {
	color: #0078ae;
	font-size: 1.4em;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", sans-serif;
}

h1 {
	text-transform: uppercase;
}

#page .description {
	margin-bottom: 2em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #9F9FA3;
	line-height: 1.2;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
}

#page .description strong {
	color: #000;
}


h2 {
	font-size: 1.2em;
	margin-top: 1em;
	color: #0078ae;
}

#logo {
	position: absolute;
	top: 42px;
	left: 12px;
	margin: 0;
}

#utility {
	position: absolute;
	top: 20px;
	left: 290px;
	text-transform: uppercase;
	color: #fff;
	font-size: .8em;
	color: #B1B2B4;
}

#utility form {
	position: absolute;
	top: 4px;
	left: 350px;
	width: 300px;
}

#utility fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#query {
	margin-left: 10px;
	width: 134px;
	height: 16px;
	border: none;
	color: #666;
	padding-left: 4px;
}

#submit {
	background-color: transparent;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: .75em;
}

#addthis {
	position: absolute;
/*	top: 120px;
	left: 770px; */
	left: 68px;
	bottom: 50px;
}

#utility a.selected {
	color: #fff;
}

#topmenu {
	position: absolute;
	top: 70px;
	left: 290px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

#topmenu li {
	position: absolute;
/* Non ci interessa la larghezza esatta, ma basta che non sia 'auto', altrimenti diventa largo come la prima voce di menu
  e il menu secondario non ci sta in riga */
	width: 500px;
}

#topmenu ul {
	font-size: .85em;
	margin-top: 18px;
	text-transform: lowercase;
	font-weight: normal;
	display: none;
}

#topmenu ul.open {
	display: block;
}

#topmenu ul li {
/* stop eredita */
	position: static;
	float: left;
	width: auto;
/* end stop eredita */
	display: inline;
	margin-right: 6px;
	padding-right: 10px;
	background: url(img/bar.gif) no-repeat right;
}

#topmenu ul li.last {
	background: none;
}

#topmenu ul a:hover, #topmenu ul a.selected {
	color: #0078ae;
}

#topmenu a, #utility a {
	color: #B1B2B4;
	text-decoration: none;
}

#topmenu a:hover, #utility a:hover, #topmenu a.selected {
	color: #fff;
}


#colsx {
	float:left;
	margin-left: 68px;
}

* html #colsx {
	display: inline;
	position: relative;
	z-index: 100;
}

#user {
	width: 115px;
	margin-bottom: 20px;
	background: #fcfcfc url(img/user.gif) no-repeat 10px 15px;
	padding: 10px 5px 10px 30px;
	line-height: 25px;
}

#user a {
	text-decoration: none;
	font-variant: small-caps;
	background-color: #06c;
	color: #fff;
	padding: 2px 5px;
	border-color: #6ad #475 #475 #6ad;
	border-width: 1px;
	border-style: solid;
}

#user a:hover {
	background-color: #fff;
	color: #06c;
}


#menu {
	font-weight: bold;
	width: 160px;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 50px;
	position: relative;
	z-index: 200;
}

#menu a {
	color: #a8a8a8;
	margin: 0;
	padding: 0;
	display: block;
	height: 1%;
}

#menu a:hover {
	color: #000;
}

#menu li {
	margin-bottom: 1em;
}

#menu li a {
	color: #a8a8a8;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul {
	margin-top: 2px;
	margin-left: 6px;
	padding-left: 6px;
	font-size: .8em;
	display: none;
	background: url(img/dotted.gif) repeat-y;
}

/* menu terzo livello */
#menu ul ul {
	background: none;
}

#menu ul ul a {
	text-transform: none;
	font-size: 1.2em;
}


#menu ul.open {
	display: block;
}

#menu li li {
	margin-bottom: 4px;
}

#menu a.selected {
	color: #0078ae;
}

#loghi-progetti {
    width: 85px;
    margin-bottom: 40px;
}

#loghi-progetti li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}


#dotted {
	background: url(img/dotted.gif) repeat-y 510px 0;
	overflow: hidden;
	height: 1%;
}

#coldx {
	width: 200px;
	margin-left: 520px;
	font-size: .85em;
}

/*
 * Per IE6 spezzare l'indirizzo email troppo lungo non basta per farlo stare dentro la colonna a destra,
 * dare margine negativo a destra
 */

* html #coldx {
	margin-right: -100px;
}

#coldx a {
	text-decoration: none;
}

#coldx a:hover {
	text-decoration: underline;
}

#coldx a.selected {
	font-weight: bold;
	color: #000;
}

#coldx a.selected:hover {
	text-decoration: none;
}

#pagine {
	padding-right: 12px;
	margin-right: -12px;
	padding-top: 10px;
	border-top: 10px solid #0075b0;
}

#pagine li {
	margin-bottom: 8px;
}

#coldx .files {
	margin-left: 0;
}

#coldx #fotos {
	margin-right: -20px;
}

#coldx .files li, #coldx .links li {
	margin-bottom: 15px;
}

#coldx .links li {
	padding-left: 20px;
	background: url(/img/link_icon.gif) no-repeat;
}

.media {
	margin: 0 0 20px;
	border-bottom: 2px solid #ccc;
}

.media li {
	padding: 10px 0;
}

.media p {
	margin: 0;
}

.media a {
	font-size: 1.6em;
	display: block;
	padding-left: 10px;
}

.media a.video {
	height: 32px;
	padding-left: 50px;
	background: url(img/icona-video.gif) no-repeat 5px 0;
	padding-top: 5px;
}

.media a:hover {
	color: #fff;
	background-color: #06c;
	text-decoration: none;
}



#page #coldx li {
	background: none;
}

#page {
	width: 490px;
	color: #666;
	font-size: .8em;
	font-family: Tahoma, sans-serif;
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 50px;
	position: relative;
	float: left;
	padding-right: 20px;
}

#page input, #utility input {
	background-image: none;
}



/*
 * Start stili per l'editor
 */

hr {
	visibility: hidden;
	clear: both;
}

#page ul {
	margin: 0 1em;
	position: relative;
}

#page ul li {
	padding-left: 12px;
	background: url(img/bullet.gif) no-repeat 0 7px;
}


#page #calendario ul li {
	background-image: none;
/*	padding-left: 0; */
}

.slogan {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	font-style: italic;
}

#page table {
	border-collapse: collapse;
}

#page td, #page th {
	padding: 5px;
}

#page .righe, #page .quadri {
	border:2px solid #eee;
}

#page .righe td {
	border-bottom: 1px solid #eee;
}

#page .quadri td {
	border: 1px solid #eee;
}

p.enlarge {
	margin: 5px;
	color: #666;
	text-align: center;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

img.bordo {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	padding: 8px;
}


/*
 * End stili per l'editor
 */

#footer {
	clear: left;
	margin-top: 20px;
	background: #0075B0 url(img/sfondo-footer.gif) no-repeat right;
	height: 22px;
	color: #B1B2B4;
	padding-left: 400px;
	padding-top: 10px;
	font-size: .8em;
	position: relative;
    margin-bottom: 50px;
}

#footer a {
	text-decoration: none;
	color: #B1B2B4;
}

#footer a:hover {
	color: #fff;
}

#footer #riservata, #footer #registrazione {
	color: #fff;
}

#riservata {
	position: absolute;
	left: 68px;
	text-transform: uppercase;
}

#registrazione {
	position: absolute;
	left: 290px;
	text-transform: lowercase;
}

#footer-links {
	position: absolute;
	left: 400px;
}

#footer address {
	position: absolute;
	left: 500px;
    font-style: normal;
}


/*
 * Stili per il calendario in home page
 */

#calendario {
	border-collapse: collapse;
}

#calendario th {
	background-color: #ababab;
	color: #fff;
	width: 58px;
}

/* I testi all'interno delle th non vengono centrati con Explorer */

* html #calendario th {
	padding-left: 10px;
}

* html #calendario th.festa {
	padding-left: 5px;
}



#calendario th a {
	color: #fff;
	text-decoration: none;
}


#calendario h2 {
	color: #fff;
	font-size: 1.4em;
	width: 320px;
}

#calendario td {
	border: 1px solid #dfe0e1;
	text-align: center;
	color: #585858;
	padding: 3px 6px;
	width: 68px;
}

#calendario tr td:first-child {
	border-left-width: 2px;
}

#calendario a {
	color: #585858;
	text-decoration: none;
	display: block;
	position: relative;
}

#calendario th {
	text-align: center;
}

#calendario .days th {
	border:1px solid #fff;
}

#calendario .festa {
	width: 28px;
}

#calendario h2 {
	margin: 0;
}

#calendario td.out, #calendario td.out a {
	color: #dfe0e1;
}

/*
 * Colori per i tipi di evento
 */

#calendario td.interno, #page #calendario li.interno {
	background-color: #bfdcea;
}

#calendario td.grigio, #page #calendario li.grigio {
	background-color: #e9e9e9;
}

#calendario td.arancio, #calendario li.arancio {
	background-color: #eb6a1c;
	color: #fff;
}

#calendario td.blu, #calendario li.blu {
	background-color: #4f8095;
	color: #fff;
}

#calendario td.blu a, #calendario td.arancio a, #calendario td.verde a {
	color: #fff;
}

#calendario td.giallo, #calendario li.giallo {
	background-color: #f9b200;
}

#calendario td.verde, #calendario li.verde {
	background-color: #a8b700;
}


#calendario tr.current td {
	background-color: #0073aa;
	color: #fff;
}

#calendario tr.current a {
	color: #fff;
}

#calendario tr.current td.festa, #calendario td.festa {
	background-color: #ababab;
	color: #585858;
}

#calendario tr.open td.festa {
	background-color: #f8f8f8;
}

#calendario tr.open td {
	text-align: left;
}

#calendario tr.hidden {
	display: none;
}

#calendario ul {
	margin: 0;
}

#page #calendario li {
	padding-left: 0;
	background: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;


	padding: 6px;
	margin: 0 -6px;
}

#page #calendario li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#tuttieventi {
	margin-bottom: 1em;
	text-align: right;
	font-size: 1.2em;
	position: relative;
	top: -45px;
}

#tuttieventi a {
	text-decoration: none;
	border-bottom: 1px dotted #06c;
}

#tuttieventi a:hover {
	border-bottom-style: solid;
}

#tuttieventi img {
	position: relative;
	top: 5px;
	margin-left: 5px;
}

#page #eventi {
	margin: 0;
	height: 1%;
}

#page #eventi li {
	background: none;
	padding: .5em 0;
	background: url(img/dotted.gif) repeat-x bottom;
}

#eventi .eventDate {
	color: #f80;
}

#eventi a {
	text-decoration: none;
	font-size: 1.3em;
}

#eventi a:hover {
	background-color: #06c;
	color: #fff;
}

#rassegnastampa {
	display: inline-block;
	text-align: left;
}

#page #rassegnastampa li {
	background: none;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;

}




/*
 * Stili per moduli
 */


sup {
	color: #06c;
}

 .ricerca {
	background-color: #F1F1F1;
	padding: 15px;
}

.ricerca label {
	font-weight: bold;
	display: block;
}

label.normal {
	font-weight: normal;
}

.ricerca label.inline {
	display: inline;
}

.campo {
	color: #666;
	padding-left: 3px;
	margin-bottom: 1em;
}

.ricerca .campo {
	border: 1px #cdcdcd solid;
}

.invalid {
	border: 1px solid;
	border-color: #c00;
	background-color: #f6f6aa;
}

.warning {
	color: #c00;
	border: 1px solid #c00;
	background-color: #f6f6aa;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	font-weight: bold;
	position: relative;
}

.success {
	color: #060;
	border: 1px solid #5f8a13;
	background-color: #dcfe9e;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	font-weight: bold;
}

.error {
	margin: 0 0 1em;
	color: #900;
	font-weight: bold;
	background: none;
	border: none;
}

/*
 * End stili per i moduli
 */

ul.galleria {
	margin: 0;
	text-align: left;
}

#page ul.galleria {
	margin: 0;
	margin-right: -5px; /* Per poter mettere una foto in piu' */
}


ul.galleria li {
	padding: 0;
	background: none;
	float: left;
	margin: 0 15px 15px 0;
	width: 84px;
	height: 140px;
}

#page ul.galleria li {
	background: none;
	padding: 0;
}


ul.galleria img {
	display: block;
}

ul.galleria a {
	border: 2px solid #ccc;
	display: block;
}

ul.galleria a:hover {
	border-color: #adf;
}

.listingBar {
	margin: 15px 0;
	text-align: right;
}

.listingBar a {
	padding: 3px 5px;
	text-decoration: none;
}

.listingBar img {
	position: relative;
	top: 3px;
}

.listingBar .current {
	padding: 3px 5px;
	font-weight: bold;
}

.listingBar a.nohover:hover {
	color: inherit;
	background-color: inherit;
}

.listingBar a:hover {
	color: #fff;
	background-color: #0075B0;
}

.discreet {
	color: #999;
}

.back {
	width: 136px;
	display: block;
	padding-left: 5px;
}

.back:hover  {
	padding-left: 0;
	padding-right: 5px;
}

#search-results {
	margin-top: 2em;
}

#search-results dd {
	margin-bottom: 1em;
}

#page #sitemap {
	margin: 0;
}

#sitemap li {
	padding: 0;
	background: none;
}

#sitemap ul {
	margin: 0;
}

#sitemap li h3 a {
	text-decoration: none;
	color: #000;
	display: block;
}

#sitemap li h3 a:hover {
	background-color: #b8d2e9;
}

#sitemap h3 {
	margin-top: 2em;
	text-align: center;
	border-bottom: 2px solid #b8d2e9;
}

/*
 * Stile per la tabella dei documenti dell'area riservata
 */

table.lista-docs {
	margin: 20px 0 50px;
	width: 100%;
}

table.lista-docs img {
	padding-right: 7px;
}

table.lista-docs th, table.lista-docs tr:first-child td {
	color: #44568F;
	text-align: left;
	border-bottom: 2px solid #ccc;
	font-size: .9em;
	font-weight: bold;
}

table.lista-docs td {
	border-bottom: 1px solid #e1e1e1;
	padding: 3px 0;
}

table.lista-docs td.titolo {
	width: 70%;
	font-style: italic;
}

table.lista-docs tr.folder td.titolo {
	padding-left: 20px;
}

table.lista-docs td.titolo img {
	vertical-align: middle;
}

table.lista-docs a {
	color: #333;
	text-decoration: none;
}

table.lista-docs a:hover {
	color: #000;
}


table.lista-docs td.size {
	color: #666;
	width: 20%;
}



/*
 * Stili per news e banner in home page
 */


h2.soci {
	color: #666;
	text-align: right;
	font-size: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px 10px 5px 0;
	border-bottom: 1px solid #ccc;
}

#banners li {
	margin-bottom: 15px;
	text-align: center;
}

#banners.scroller {
	position: absolute;
	top: 0;
	width: 200px;
}

#banners ul, #banners li {
	list-style-type: none;
}

#banners ul {
	margin: 0;
	padding: 0;
}

#bannercontainer {
	height: 350px;
	width: 200px;
	position: relative;
	overflow: hidden;
}

#bannercontainer #retino {
	position: absolute;
	bottom: 0;
	left: 0;
}


.tickercontainer { /* the outer div with the black border */
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	width: 500px; 
	overflow: hidden;
/*	height: 110px; */
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0;
	top: 8px;
	width: 480px;
	overflow: hidden;
}
ul.scroller { /* that's your list */
	position: relative;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 2000px;
	overflow: hidden;
}
ul.scroller li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding-right: 10px;
	background: none;
	width: 200px;
}

ul#newsticker.scroller li {
	background: none;
}

ul#newsticker.scroller li.last {
	background: url(img/dotted.gif) repeat-y top right;
	padding-right: 30px;
	margin-right: 20px;
}

ul#newsticker.scroller li.hover {
	background-color: #bfdcea;
	cursor: pointer;
	color: #fff;
}

ul#newsticker.scroller li.hover a{
	text-decoration: none;
}

.field {
	clear: left;
	margin-bottom: 1em;
}

.campo label {
	font-weight: bold;
	width: 70px;
	float: left;
}

fieldset {
	padding: 15px;
	border:1px solid #0078ae;
	margin: 0 0 0 15px;
	padding: 15px;
/*	line-height: 1; */
}

.portalMessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: Black;
	font-size: 85%;
	font-weight: bold;
	margin: 1em 0em;
	padding: 0.5em 1em 0.5em 3em;
	vertical-align: middle;
	background-image: url(http://www.friulinnovazione.it/info_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#informativa-privacy {
	height: 130px;
	overflow: auto;
	padding: 10px;
	border:1px solid #ccc;
	margin: 20px 0;
	position: relative;
}

h3 {
	font-size: 1.3em;
}

#field_note {
	margin-bottom: 20px;
}

input.submit {
	background-color: #cef1ab;
	padding: 4px;
	border-color: #e5f1ab #8dcb49 #8dcb49 #e5f1ab;
	border-style: solid;
	border-width: 2px;
	font-weight: bold;
}

input.cancel {
	margin-left: 20px;
	background-color: #b51a0b;
	padding: 4px;
	border-color: #ec9890 #861b10 #861b10 #ec9890;
	border-style: solid;
	border-width: 2px;
	font-size: .85em;
	color: #fff;
}

#page #lista-aree {
	margin-bottom: 3em;
	margin-left: 0;
}

#page #lista-aree li {
	background: none;
	padding-left: 0;
}

.actions {
	text-align: right;
}

.actions img {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #06c;
}

.actions img.first {
	border-left: none;
}

table.forumlisting {
	width: 100%;
}

table.forumlisting th {
	background-color: #0075b0;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}

table.forumlisting td {
	border-bottom: 1px solid #ccc;
}

#page table.forumlisting h2 {
	margin-top: 0;
}

#page ul.forumlisting {
	margin: 0;
}

#page ul.forumlisting li {
	background: none;
	padding: 0;
	margin-bottom: 1em;
	border-bottom: 2px solid #ccc;
}

.documentEditable {
	padding: 0 !important;
	margin-left: 240px;
}

.bigbutton {
	font-size: 1.4em;
	padding: 5px 20px;
    cursor: pointer;
}

a.button {
	text-decoration: none;
	background-color: #efecdd;
	border-bottom:1px solid #aca899;
	border-right: 1px solid #aca899;
	padding: 5px 10px;
	font-size: 1.4em;
	display: block;
	margin: 1em 0;
	color: #333;
	width: 100px;
	text-align: center;
}

.hidden {
	position: absolute;
	top: -5000px;
	left: -5000px;
}
.hidden:focus {
	position: static;
}

input.bordered, textarea.bordered {
	border: 1px solid #ccc;
}

.text-size {
	padding: 0 20px;
	letter-spacing: 3px;
}

/*
 * Tabella file allegati
 */

#page h2.files {
	color: #666;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-top: 20px;
	clear: left;
}

#page table.files p {
	color: #666;
    margin-bottom: 0;
    font-size: 11px;
}

#page table.files td, #page table.files th {
    border-bottom: 1px dotted #ccc;
}

#page table.files {
	font-size: 11px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
    width: 100%;
}

.expired {
    color: #c00;
}

#page table.files a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#page table.files a:hover {
    text-decoration: underline;
}

td.discreet {
	white-space: nowrap;
}

#page table.files td.main {
	width: 90%;
}






/*
 * BEGIN Pezzi di Plone da far sparire
 */

#archetypes-fieldname-subject, #archetypes-fieldname-contributors, #archetypes-fieldname-creators, #archetypes-fieldname-rights,
#edit_form_effectiveDate_0_hour, #edit_form_effectiveDate_0_minute, #edit_form_expirationDate_None_hour, #edit_form_expirationDate_None_minute,
#archetypes-fieldname-allowDiscussion {
    display: none;
}

/*
 * END Pezzi di Plone da far sparire
 */


