
/*
 * reset.css
 */

/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1; font-family:inherit; text-align:left; vertical-align:baseline; }
a img, :link img, :visited img { border:0;}
table { border-collapse: ollapse; border-spacing:0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/*
 * g4cm.css
 */

/* Stili pannello CMS */

#cms { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:11px; margin:10px 0 15px 0; }
#cms a:link, #cms a:visited { font-weight:normal; padding:3px 5px; border:1px solid #999; background:#fff url("/img/bt_bkg.gif") repeat-x bottom; text-decoration:none; margin-right:-1px; color:#333; }
#cms a:hover { background-image:none; background-color:#666; color:#ddd; }
#cms a:active { background-image:none; background-color:#333; color:#fff; padding:4px 4px 2px 6px; position:relative; top:1px; }

/* mini-form selezione canali */

#cms form.popup { display:inline; }
#cms form.popup select, form.popup option { margin:0; padding:0; }
#cms form.popup select { float:none; width:10em; color:#333; border:1px solid #999; padding:2px; }
#cms span.nuovo span { margin-left:.5em; color:#3187DB; text-decoration:underline; cursor:pointer; }
#cms span.nuovo form.popup { display:none; }

#greyout { display:none; position:fixed; background:black; width:100%; height:100%; z-index:1; opacity:.5; }


/* Stile per G4CM */

#g4cm { margin:0; padding:0; border:none; background:transparent none; padding-top:10px; clear:left; }
#g4cm h4 { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; text-indent:-9999px; }
#g4cm h4 a { display:block; background:transparent url("/img/g4cm.gif") no-repeat top left; width:50px; height:15px; }
#g4cm p { margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:1.1; color:#999; margin-top:.3em; }
#g4cm p a:link, #g4cm p a:visited { color:#999; text-decoration:none; }
#g4cm p a:hover, #g4cm p a:active { color:#999; text-decoration:underline; }

/* Stili per alert pagina disattiva */

body.alert { margin-top:25px; }
div.alert { position:absolute; top:0; left:0; width:100%; height:23px; overflow:hidden; background:#ccc url("/img/bt_bkg.gif") repeat-x top; border-bottom: 2px ridge #777; padding:5px 0 0 0; font-size:12px; color:#000; }
div.alert img { margin:0 5px 0 20px; }

/*
 * base.css
 */

﻿/* Stili tipografici */
html { }
body { font-size:62.5%;	background-color:transparent; background-image:none; }

/* Stili link */
a:visited, a:link, a:hover, a:active { text-decoration:underline; }

/* Stili contenitori principali */
#page { } /* Contenitori principale che contiene tutto - opzionale */
#top { } /* Contenitore per il top della pagina */
#banner { }	 /* Contenitore per banner o immagini - di solito in home */
#bar { } /* Contenitore per il menù superiore */
#flusso { } /* Contenitore per il flusso di navigazione - di solito pagine interne */
#content { } /* Contenitore per il contenuto della pagina */
#bottom { } /* Contenitore per il piè di pagina */
#g4cm { } /* Contenitore per logo G4CM - definito in base */

/* Stili contenitori secondari */
div.logo { } /* Contenitore per logo */
div.data { } /* Contenitore per data */
div.menu { } /* Contenitore generale per menu */
div.lingue { } /* Contenitore per menù lingue */
div.left { } /* Contenitore colonna sinistra */
div.right { } /* Contenitore colonna destra */
div.center { } /* Contenitore colonna centrale */
div.centerleft { } /* Contenitore colonna centrale a sinsitra */
div.centerright { } /* Contenitore colonna centrale a destra */
div.foot { } /* Contenitore per il piè di pagina */
div.colonna { } /* Contenitore per padding laterali per non creare conflitti con il width  */
div.space { } /* Contenitore per padding laterali per non creare conflitti con il width  */
div.close { clear:both; height:0px; overflow:hidden; }
div.banner { } /* Contenitore per banner image */

/***************************************************************************************************************/

/* Stile logo versione immagine */
div.logo img.logo { display:block; }
div.logo a.logo { }

/* Stile logo versione testo */
div.logo h1 { background:transparent url("/img/logo.gif") no-repeat top left; }
div.logo h1 a { text-indent:-9999px; display:block; } /* Dimensioni height e width logo da inserire su design.css */

/* Stile data */
div.data { }
div.data p { }

/* Stile menù generale */
div.menu { }
div.menu h3 { } /* Tag per itolo per menù non compreso nel codice */
div.menu ul { }
div.menu li { list-style:none; }
div.menu li span { } /* Per dare uno stile in più ai menù */
div.menu li li { }
div.menu li a:visited, div.menu li a:link {	}
div.menu li a:hover, div.menu li a:active {	}
li.current, li.supercurrent { }
li.current a:link, li.current a:visited { }
li.current a:active, li.current a:hover {	}
li.supercurrent a:link, li.supercurrent a:visited { }
li.supercurrent a:active, li.supercurrent a:hover { }

/***************************************************************************************************************/

/* Stili generali testi */
strong, b { font-weight:bold; }
em, i { font-style:italic; }
div.p, p, h1, h2, h3, h4, h5, h6, strong, b, i, em, a, li { line-height:1.3; text-align:left; _word-wrap:break-word; }
div.p, p, h1, h2, h3, h4, h5, h6 { font-weight:normal; }
img { vertical-align:top; border:0; }

/* Stili base wysiwyg */
div.p ul br, div.p ol br { height:0; overflow:hidden; float:left; }
div.p ul { margin-top:1em; }
div.p ul li { margin:0; padding:0; line-height:1.3; margin-left:25px; list-style-type:disc; list-style-position:outside; margin-bottom:5px; }
div.p ol { margin-top:1em; }
div.p ol li { margin:0; padding:0; line-height:1.3; margin-left:25px; list-style-type:decimal; list-style-position:outside; margin-bottom:5px; }
div.p p { }
sub { font-size:80%; vertical-align:sub; }
sup { font-size:80%; vertical-align:super; }
blockquote { margin:10px; }

/* Stili tag testi contenuti */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h5.data { }
h5.fonte { }
h5.firma { }
div.testo { } /* Contenitore che racchiude il testo (div.p) e le eventuali immagini */
p, div.p { }

/* Stili contenuti paragrafi */
div.paragrafo { clear:both; }
div.paragrafo h2 { }
div.pargrafo div.p { }

/* Stili contenuti per links/allegati */
div.links, div.allegati { clear:both; }
div.links p, div.allegati p { font-weight:bold; }
div.links a, div.allegati a { font-weight:normal; }
div.links p span { font-weight:normal; }

/* Stili indici */
div.indice { }
div.indice div.voce { }
div.first { } /* Stile per prima voce nell'indice */
div.indice h2 {	}
div.indice h3 { }
div.indice h4 { }
div.indice h5.data { }
div.indice p, div.indice div.p { }

/* Stile classi base per indici */
div.art { }
div.news { }
div.sez { }

/* Stile link segue */
a.segue:link, a.segue:visited { }
a.segue:hover, a.segue:active {	}

/* Stili per footer */
div.foot { }
div.foot p { }
div.foot p a:link, div.foot p a:visited { }
div.foot p a:hover, div.foot p a:active { }

/* Stili menù lingue */
div.lingue ul { display:inline; }
div.lingue li { display:inline; list-style:none; }
div.lingue li a:link, div.lingue li a:visited { }
div.lingue li a:hover, div.lingue li a:active { }

/***************************************************************************************************************/

/* Stili flusso */
div.flusso { }
div.flusso span { } /* Stile per il testo che precede il flusso */
ul.flusso-sezioni { }
ul.flusso-sezioni li { line-height:1.3; display:inline; font-weight:bold; font-size:11px; }
ul.flusso-sezioni li.current { }
ul.flusso-sezioni li a:visited, ul.flusso-sezioni li a:link { font-weight:normal; margin-right:10px; padding-right:10px; border-right:1px solid #ccc; }
ul.flusso-sezioni li a:hover, ul.flusso-sezioni li a:active { }

/* Stili flusso num. pagine */
div.nav { }
div.nav:first-child, div.nav:first { border:none; }
div.nav.center { text-align:center; }
div.nav .totale { display:block; float:left; }
div.nav ul { display:inline; }
div.nav li { display:inline; list-style:none; padding-left:5px; margin-left:5px; font-weight:bold; border-left:1px solid #ccc; }
div.nav li:first-child, div.nav li:first { padding-left:0; border:none; }
div.nav li a:visited, div.nav li a:link { }
div.nav li a:hover, div.nav li a:active { }
div.nav span.totale { }

div.nav.semplice { text-align:center; }
div.nav.semplice div { display:inline }
div.nav.semplice div a { padding: 5px 10px; }
div.nav.semplice div.prev a { border-right:1px solid #ccc; }

/***************************************************************************************************************/

/* Stili form base */
form, input, textarea, label, select { font-size:12px; } /* Ricordarsi di aggiunre il font-family */
div.form, div.privacy { width:100%; }
div.form div, div.privacy div { clear:both; }
form fieldset  { padding-top:5px; border:none; }
form label.item { width:auto; margin-left:5px; }
form label { width:140px; font-weight:bold; padding-top:5px; float:left; }

div.form div.box { float:left; clear:none; }
div.form div.box label.item, div.box input.item { float:none; }
div.spaced { margin-top:10px; }
form input { width:200px; }
form input.item { width:auto; float:left; margin:5px 0; }
form input, form textarea { margin:2px 0; padding:3px; border:1px solid #ccc; margin-right:10px; }
form select { margin:2px 0; padding:1px; margin-right:10px; }
form input.radio, form input.checkbox { width:auto; border:none; margin:0; padding:0; }

/* Input image reset (per shop) */
form input.image { border:none; width:auto; height:auto; padding:0; margin:0; }

/* Pulsante standard con sfondo sfumato */
input.submit { background:#fff url("/img/bt_bkg.gif") repeat-x bottom; cursor:pointer; padding:3px 5px 2px 5px; border:1px solid #ccc; font-weight:bold; margin-right:0; width:auto; _width:1px; overflow:visible; }
form input.submit.grande { width:200px; }

/* Errore compilazione form */
.forms-validation-message img {	}

a:visited.forms-validation-message, a:link.forms-validation-message { text-decoration:none; }
a:hover.forms-validation-message, a:active.forms-validation-message { text-decoration:underline; }
span.asterisco { font-weight:bold; }
span.forms img { margin-left:5px; }

/* Privacy */
div.privacy { margin-top:10px; }
div.privacy input.checkbox, div.privacy input.radio { width:auto; margin:0; padding:0;}
div.privacy label { width:auto; margin-right:10px; padding:0; }
div.privacy label { margin-top:4px\9; } /* hack IE */
div.informativa { padding:10px; background-color:#fff; border:1px solid #ccc; height:150px; overflow:auto; margin-bottom:10px; color:#999; line-height:1.3; }
img.captcha { border:0; }

/* Form ricerca */
div.ricerca { }
div.ricerca input { width:200px; }
div.ricerca input.submit { width:auto; }
div.ricerca-avanzata div.campi { border:1px solid #ccc; padding: 10px 10px 0 10px; margin-bottom:10px; }
div.ricerca-avanzata input.data { width:90px; }
div.ricerca-avanzata p.submit { text-align:center; }
div.ricerca-avanzata input.submit { width:100px; }
div.ricerca-vuoto p.messaggio { background:#eee; padding:10px; margin-bottom:10px; }

/* Form login */
div.loginbox { }
form.login { }
form.login p { }
form.login fieldset { padding:10px 0; }
form.login label { width:140px; font-weight:normal; }
form.login ul { margin-top:10px; }
form.login li { padding-bottom:5px; }
form.login input { width:140px; margin:0; }
form.login input.submit { width:auto; margin-top:10px; }
form.login a:visited, form.login a:link { }
form.login a:hover, form.login a:active { }
form.login p.login-fallito { font-weight:bold; }

/***************************************************************************************************************/

/* Stili immagini base */
div.immagini { clear:left; }
div.immagini img { font-size:20px; }
img { border:0; padding:0; margin:0; }
dl { padding:0; margin:0; padding-bottom:10px; }
dt { padding:0; margin:0; }
dd { padding:0; margin:0; padding:5px 0 10px 0; font-weight:bold; line-height:1.2; overflow:hidden; }

/* Stili per immagini singole */
.img_supleft dl { margin-right:auto; }
.img_supcenter dl { margin:0 auto; }
.img_supright dl { margin-left:auto; }

/* Stili per immagini in linea */
.img_inleft dl { padding-right:30px; float:left; }
.img_inright dl { padding-left:30px; float:right; }

/* Stili immagini gallery */
.img_gallery { }
.img_gallery dl { float:left; text-align:left; padding-right:30px; }
.img_gallery a.thickbox { }
.img_gallery a.thickbox img { }

/***************************************************************************************************************/

/* Stili Menù carrello */
#shop { float:right; }
#shop ul { }
#shop li { font-weight:bold; margin:0; padding:0; border:0; }
#shop li a:visited, #flusso li a:link { }
#shop li a:hover, #flusso li a:active { }
#link-carrello a { padding-left:20px; background:transparent url("/img/cart.gif") no-repeat 0 50%; }

/* E-commerce login */
fieldset.sinistra { border:1px solid #ccc; float:left; width:46%; height:200px; padding:10px; }
fieldset.sinistra ul.form, fieldset.sinistra input.submit { margin-top:20px; }
fieldset.destra { border:1px solid #ccc; float:right; width:46%; height:200px; padding:10px; }
fieldset.destra ul.form li { display:inline; background:#fff url("/img/bt_bkg.gif") repeat-x bottom; cursor:pointer; padding:5px; border:1px solid #ccc; font-weight:bold; margin-right:0; width:auto; }
fieldset.destra ul.form li a { font-weight:bold; color:#000; text-decoration:none; padding:0; margin:0; }

/* E-commerce */
div.carrello { padding-bottom:20px; }
div.carrello table, div.preview table {	}
div.acquista { clear:both; }
p.testo-iva { margin-top:10px; text-align:right; }
div.preview div.sezione.first { margin-top:0; }
div.preview div.sezione { margin-top:20px; }
form.acquista-select { text-align:right; }
form.acquista-select span.prezzo { float:left; margin-top:4px; font-size:14px; }
form.acquista-select input.submit { margin-left:20px; }
form.aggiorna-carrello { margin-bottom:20px; }
form.aggiorna-carrello input.submit { }
form.vai-cassa { text-align:center; }
form.vai-cassa input.submit { margin-right:0; }
table.acquista { border-top:1px solid #ccc; }
table.acquista th, table.acquista td { padding:5px; border-bottom:1px solid #ccc; }
table.acquista th {	font-weight:bold; }
table.acquista input.text { text-align:right; width:20px; }
table.acquista td.nome { width:100%; }
table.acquista input.submit { margin:0; }

/* Important */
.prezzo { white-space:nowrap; }
table.acquista td.prezzo { }
table.acquista td.nome { }
table.prodotti tr.totale td, table.preview tr.totale td { background-color:#eee; font-weight:bold; }
table.prodotti th, table.prodotti td, table.preview th, table.preview td { padding:5px; border-bottom:1px solid #ccc; vertical-align:middle; }
table.preview { margin-bottom:10px; }
table.prodotti th, table.preview th { font-weight:bold; }
table.prodotti input.submit { }
table.prodotti input.image { margin:0; padding:0; width:auto; border:0; }
table.prodotti input.text { text-align:right; width:20px; margin:0; }
table.prodotti th.nome, table.preview th.nome, table.prodotti td.nome, table.preview td.nome { text-align:left; width:100%; }
table.prodotti td.prezzo, table.preview td.prezzo, table.prodotti td.quantita, table.preview td.quantita { text-align:right; }
p.alert { font-size:14px; font-weight:bold; }
div.preview h4, div.form h4 { margin:10px 0; color:#fff; padding:5px 10px; background-color:#999; }

/* Step e-commerce */
div.step { background-color:#fff; margin:20px 0; }
div.step ul { line-height:0; border:1px solid #ccc; padding:5px 0; overflow:hidden; }
div.step li { font-size:12px; color:#999; display:inline; padding:5px 30px 5px 20px; _padding:3px 30px 4px 20px; }
div.step li { background:transparent url("/img/step.gif") no-repeat right 50%; }
div.step li.current { font-weight:bold; color:#000; }
form.acquista label { float:none; margin-right:10px; }
form.acquista img { vertical-align: middle; }
form.acquista strong { color:#f00; }
div.ordine { border:1px solid #ccc; padding:10px 10px 0 10px; margin-bottom:20px; }
form span.help { position:absolute; margin-top:5px; width:380px; }
textarea { width:560px; height:50px; }
span.forms.upload p { display:inline; margin-right:10px; }

/***************************************************************************************************************/

/* Repository */
table.repository th, table.repository td { padding: 2px 5px; vertical-align:middle; }
table.repository tr.dispari td.zebra { background:#eef; }
table.repository tr.highlight td.zebra { background:#ff4; }
table.repository td.utility { white-space:nowrap; }
.repository input { margin:0; width:auto; }
.repository input.image { vertical-align:bottom; margin:0; padding:0; }
table.repository td.size { text-align:right; }
table.repository td.check { background: #ccf; }
div.repository { width:40em; }
div.repository.action { margin-top: 20px; background: #ccf; padding: 2px; }

/* dialog della form del condividi */
a#share { cursor:pointer; }

/* Deliverable */
ul.del_all > li { margin-left: 10px; margin-top: 5px; }
/*
 * poll.css
 */

div.pollArea {
	padding: 10px 0;
}

.pollArea > form {
    display: inline-block;
}


table.poll th, table.poll td {
	padding:5px 10px;
	text-align:center;
	border:2px solid #fff;
}

th.header {
	background-color:#3385e4;
	color:#fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

th.accepted {
	background-color:#339933;
	color:#fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

table.poll  th.notHeader {
	background-color:#d8d8d8;
	font-size: 12px;
    font-weight: bold;
    text-align:left;
}

table.poll td.name {
	width: 190px;
	font-size: 15px;
    line-height: 15px;
    margin-left: 12px;
    background-color:#eaeaea;
	text-align:left;
}
span.partner {
	font-size: 10px;
}

table.poll td.nameUnvoted {
	font-size: 12px;
    line-height: 15px;
    margin-left: 12px;
    background-color:#fafafa;
	text-align:left;
}


table.poll td.currUser {
	font-size: 15px;
    line-height: 15px;
    margin-left: 12px;
    background-color:#9fc2f9;
	text-align:left;
    color:#fff;
}

td.voted {
	background-color:#d1f3d1;
	background-image:url('../img/check.png');
	background-repeat: no-repeat;
	background-position:center;
	background-size:15px;
}

td.unvoted {
	background-color:#ffccca;
}

td.current {
	background-color:#d0e3fb;
}

div.belowTable {
    text-align: right;
}

input#save {
	padding: 2px 12px;
}

/* stili questionari */

div.question {
	margin-bottom: 30px;
}

h3.tit_domanda {
	font-weight: bold;
}

.questions th.header {
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

.questions th.number, .questions td.number {
	width: 40px;
	text-align: center;
}

.questions th.title, .questions td.title {
	text-align: left;
	width: 300px;
	padding: 5px;
}

th.val {
	width: 30px;
	text-align: center;
	font-weight: bold;
}

td.val {
	width: 30px;
	text-align: center;
}

td.chart {
	padding: 2px;
	width: 300px;
}

div.chart {
}

.risp {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px 2px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.risp_leg {
	width: 50px;
	padding: 8px;
	border-width: 2px;
	border-style: none;
	border-bottom-style: solid;
}

td.risp_val_empty {
	border-right-style: solid;
}

.legend {
	margin-bottom: 30px;
}

.legend td.label {
	padding: 5px;
	text-align: center;
}

.stats-error-msg h3 {
	font-weight: bold;
	color: #cf1a14;
}

/*
	se cambiati vanno modificati con li stessi valori  nel file
	engine/pubblicazione-pdf/quest-statistics.xsl
*/

.risp {
	border-width: 2px;
	border-style: none;
	border-bottom-style: solid;
}

.risp.last {
	border-right-style: solid;
}

.risp_val_7 {
	background-color: #45a533;
	border-color: #127200;
}

.risp_val_6 {
	background-color: #83B622;
	border-color: #508300;
}

.risp_val_5 {
	background-color: #C1C611;
	border-color: #8E9300;
	color: #424700;
}

.risp_val_4 {
	background-color: #ffd700;
	border-color: #CCA400;
	color: #805800;
}

.risp_val_3 {
	background-color: #EE8F00;
	border-color: #BB5C00;
	color: #6F1000;
}

.risp_val_2 {
	background-color: #DD4800;
	border-color: #AA1500;
}

.risp_val_1 {
	background-color: #cc0000;
	border-color: #990000;
}

.risp_val_0 {
	background-color: #aaa;
	border-color: #777;
}

.risp_val_empty {
	background-color: #fff;
	border-color: #ccc;
	color: #777;
}
/*
 * design.css
 */

﻿/* Stili tipografici */

html { }

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background: url("/img/background.jpg");
	background-attachment: fixed;
	color: #666;
	font-size: 12px;
}

/* Stili link */

a {
	color: #71af42;
}

a:hover {
	color: #21568a;
}

/* Stili contenitori principali */

#page {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#top, #header, #content, #banner, #bottom {
	width: 100%;
	margin: 10px 0;
	position: relative;
}

#header {
	height: 30px;
}

#banner {
	height: 170px;
}

#bottom {
	margin-top: 40px;
}

/* Stili contenitori secondari */

div.colonna { }

div.left, div.right, div.centerleft, div.centerright {
	padding: 20px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-height: 300px;
}

div.left {
	float: left;
	width: 214px;
	margin-right: 10px;
}

div.right {
	float: right;
	width: 214px;
	margin-left: 10px;
}

div.centerleft {
	float: left;
	width: 676px
}

div.centerright {
	float: right;
	width: 676px;
}

div.banner {
	width: 980px;
	height: 170px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.whole { 
	padding:40px 20px; 
	background-color: #fff;
}

div.whole li a {
	text-decoration: none;
	color: #21568a;
}

/* Stile data */

div.data {
	margin-top: 5px;
	float:left; 
}
div.data div.p {
	padding:0;
	font-size: 12px;
	text-transform: capitalize;
	color: #fff;
}
div.data div.p a,
div.data form.login input.submit {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
}
div.data div.p a:hover,
div.data form.login input.submit:hover {
	color: #333;
}

/* Stili menù sup */

#top div.menu {
	float: right;
	padding: 0;
	height: 95px;
	width: 716px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#top ul {
	border-collapse: collapse;
	display: table;
	width: 100%;
	height: 100%;
}

#top li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	list-style: none;
	text-transform: uppercase;
	line-height: 1;
	height: 100%;
	width: auto;
	border-left: 1px solid #e5e5e5;
	font-size: 14px;
}
#top li:first-child {
	border-left: 0;
}
#top li a {
	text-decoration: none;
	line-height: 1;
	color: #21568a;
}

#top li a:hover {
	text-decoration: underline;
}

#top ul li.current, #top ul li.supercurrent {
	background-color: #f1f1f1;
}

#top ul li.current a, #top ul li.supercurrent a {
	font-weight: bold;
	color: #999;
}

/* Stili Project */

div.ricerca {
	float: right;
}

div.wpack {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #ccc;
}

/* Stili menù left */

div.left {
}

div.left div.menu {

}

div.left ul {
	padding-top: 10px;
}

div.left li {
	font-size: 14px;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}

div.left li.first {
	border-top: 1px solid #e5e5e5;
}

div.left ul ul {
	padding-top: 0;
	padding-left: 10px;
	background-color: #f1f1f1;
}

div.left li li.first, div.left li li {
	padding: 10px 10px 0 10px;
	border: 0;
	font-size: 12px;
}
div.left li.current,
div.left li.supercurrent {
	background-color: #f1f1f1;
	font-weight: bold;
}

div.left li a {
	text-decoration: none;
	color: #21568a;
}

div.left li a:hover {
	text-decoration: underline;
}

div.left li.current > span > a  {
	color: #999;
}


/* Stili tag testi contenuti */

div.p, p, h1, h2, h3, h4, h5, h6, strong, b, i, em {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 10px;
}

h1 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 30px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
}

h5.data {
	text-transform: capitalize;
	color: #666;
}

div.testo {
	padding-bottom: 10px;
}

p, div.p, div.p li {
	font-size: 13px;
}

.color {
	color: #71af42;
}

/* Stile logo versione testo */

div.logo {
	float: left;
	padding: 20px;
	margin-right: 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.logo h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
	background: transparent url("/img/logo.jpg") no-repeat top left;
}

div.logo h1 a {
	text-indent: -9999px;
	display: block;
	width: 214px;
	height: 55px;
}

div.pay-off {
	float: left;
	margin-left: 20px;
	margin-top: 55px;
}

div.pay-off h2 {
	line-height: 1;
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #fff;
}

/* Stili contenuti paragrafi */

div.paragrafo {
	padding-top: 20px;
}

div.paragrafo h2 { }

div.pargrafo div.p { }

/* Stili contenuti per links/allegati */

div.links, div.allegati {
	padding-top: 20px;
}

div.links p, div.allegati p { }

div.links a:before, div.allegati a:before { }

div.links p span, div.allegati p span { }

div.allegati p {
	padding-left: 35px;
	padding-top: 10px;
	background: transparent url("/img/download.gif") no-repeat 0 50%;
}

/* Stili indici */

div.indice {
	padding-top: 20px;
}

div.indice div.voce {
	clear: both;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
}

div.indice div.first {
	margin: 0;
	padding: 0;
	border: 0;
}

div.indice h2 {
	font-size: 18px;
}

div.indice h3 {
	font-style: normal;
	font-size: 13px;
}

div.indice h4 {
	font-size: 12px;
}

div.indice h5.data {
	padding-bottom: 5px;
}

div.indice p, div.indice div.p {
	font-size: 12px;
}

div.indice h2 a:link, div.indice h2 a:visited { }

div.indice h2 a:hover, div.indice h2 a:active { }

/* Stili per portale home */

div.portale * {
	line-height: 1.3;
}

div.portale div.indice {
	padding: 0;
	margin: 0;
}

div.portale div.voce {
	clear: none;
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background: transparent url('/img/column-bkg.gif') no-repeat top left;
}

div.portale div.voce.first {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
	width: 310px;
}

div.portale h3.title {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

div.portale div.p, div.portale h3, div.portale h4 {
	font-size: 13px;
}

a.segue:link, a.segue:visited {
	display: block;
	float: left;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	background: #71af42;
	color: #fff;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

a.segue:hover, a.segue:active {
	background: #333;
}

/* Stili per footer */

div.foot {
	padding-bottom: 20px;
	float: left;
	width: 640px;
}

div.foot p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

div.foot a {
	color: #fff;
}

div.foot a:hover {
	color: #333;
}

div.loghi {
	float: right;
}

div.loghi a {
	display: block;
	line-height: 1;
	float: right;
	margin: 0;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-left: 20px;
	height: 41px;
	width: 55px;
	text-align: center;
}

#g4cm p, #g4cm p a:link, #g4cm p a:hover, #g4cm p a:visited, #g4cm p a:active {
	color: #fff;
}

/* Stili flusso */

div.flusso {
	margin-bottom: 20px;
}

ul.flusso-sezioni {
	display: inline;
}

ul.flusso-sezioni li {
	line-height: 1.3;
	display: inline;
	font-weight: bold;
	font-size: 11px;
}

ul.flusso-sezioni li.current {
}

ul.flusso-sezioni li a:visited, ul.flusso-sezioni li a:link {
	font-weight: normal;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

ul.flusso-sezioni li a:hover, ul.flusso-sezioni li a:active {
}

/* Stili flusso num. pagine*/

div.nav {
	clear: none;
	font-size: 11px;
	text-align: right;
	padding: 10px 0 20px 0;
}

div.nav ul {
	display: inline;
}

div.nav li {
	display: inline;
	list-style: none;
	padding-left: 5px;
	margin-left: 5px;
	font-weight: bold;
	border-left: 1px solid #fff;
}

div.nav li:first-child {
	padding-left: 0;
	border: none;
}

div.nav li a:visited, div.nav li a:link {
	font-weight: normal;
}

div.nav li a:hover, div.nav li a:active {
}

div.nav span.totale {
}

/* Stili form base */

form, input, textarea, label, select, option {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

div.form textarea {
	width: 500px;
	height: 200px;
}

div.form, div.privacy {
}

div.form div, div.privacy div {
}

div.form fieldset, div.privacy fieldset {
}

div.form label.item {
}

div.form label {
	width: 150px;
}

div.privacy label {
	padding-top: 3px;
}

input.submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	background: #71af42;
	color: #fff;
	border: none;
}
input.submit:hover {
	background: #333;
}

form.login p.login-fallito {
	color: #c00;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}

/* Form login */

div.loginbox { }

div.loginbox h3.title {
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 20px;
}

form.login { }

form.login label {
	width: 100px;
}

form.login fieldset div {
	padding-bottom: 5px;
}

form.login p {
	font-size: 12px;
}

form.login ul, ul.form { }

form.login label, form.login input, form.login li, ul.form li {
	font-size: 12px;
}

a.my-home {
	display: block;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	background: #71af42;
	color: #fff;
	border: none;
	text-decoration: none;
}
a.my-home:hover {
	background: #333;
}


form.login input.submit.logout {
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	color: #71af42;
	padding: 0;
}
form.login input.submit.logout:hover {
	color: #21568a;
}

/* Stile contenitori My Home */

div.left-2, div.center-2, div.right-2 {
	padding: 20px;
	width: 280px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: table-cell;
}

div.space {
	display: table-cell;
	width: 10px;
	}

div.center {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 10px 0;
}

/* Portlet My Home */

div.portlet h2.title {
	padding-bottom: 30px;
	text-align: left;
}

div.portlet ul { }

div.portlet li {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

div.portlet li.first {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

div.portlet li small {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-top: .5em;
}

div.portlet div.indice {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

div.portlet div.indice div.voce {

}

div.portlet li a {
	word-wrap: break-word;
}

div.portlet div.indice h2 {
	font-size: 14px;
}

div.portlet div.indice h5.data {

}

a.all {
	display: block;
	float: right;
	margin-top: 7px;
}

/* Varie */

div#gantt {
	height: 1500px;
}

div.center div#gantt {
	height: 600px;
	font-size: 10px;
}

div.people div.p {
	padding: 5px 0 5px 25px;
	background: transparent url("/img/user.gif") no-repeat 0 50%;
}

div.timeline-ether-weekends {
	background: #b1d398;
}

div.data form {
	display: inline;
	font-size: inherit;
}

div.data input {
	font-weight: normal;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	color: #71af42;
	font-size: inherit;
	text-decoration: underline;
}

div.data input:hover {
	color: #000;
}

div.data a:link, div.data a:visited {
	margin: 0 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #71af42;
	font-size: inherit;
}

div.data a:hover, div.data a:active {
	text-decoration: underline;
	color: #000;
}

/* Aggiunte */

#gantt * {
	font-size: 11px;
}

#repo table.fileGrid {
	font-size: 12px;
}

#repo table.fileGrid a.header-anchor.on {
	color: #fff;
	background: #4d4d4d url() !important;
}

#repo table.fileGrid a.header-anchor span.arrow {
	color: #fff !important;
}

#repo table.fileGrid h3 {
	color: #71af42 !important;
}

/* Stile box commento */

div.form.commento {
	clear: both;
}

div.form.commento span.asterisco {
	display: none;
}

div.form.commento label {
	width: 590px;
	padding: 10px 0;
}

div.form.commento textarea {
	width: 590px;
 /* -2px bordo */
	padding: 5px;
	height: 100px;
	margin-bottom: 10px;
}

div.form.commento p {
	color: #666;
	font-weight: bold;
}

/* Stile commenti dettaglio */

div.commenti div.voce {
	margin-top: 30px;
	border-top: solid 1px #ccc;
}

div.commenti h5 {
	line-height: 1;
	font-weight: bold;
	color: #333;
	margin: 5px 0px 10px 0;
}

div.commenti h5 span.nome {
	font-size: 12px;
	font-weight: bold;
	background: transparent url("/img/commento.gif") no-repeat 0px 50%;
	border-right: solid 1px #ccc;
	padding: 4px 7px 5px 20px;
	margin-right: 7px;
	text-transform: capitalize;
}

div.commenti h5 span.data {
	font-weight: normal;
	color: #71af42;
}

/* stili diagrammi di gantt */

div[id^="tape0-tl-0-1-e"] {
	background-color: #e00;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.00 !important;
	-khtml-opacity: 1.00 !important;
	opacity: 1.00 !important;
}

div[id^="tape1-tl-0-1-e"] {
	background-color: #58a0dc;
}

div.timeline-event-bubble-time {
	display: none;
}

p.bubble-time label {
	color: #aaa;
}

a.wpack {
	text-decoration: underline;
}

/*
 * thickbox.css
 */

#TB_window {
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	}

#TB_window a:link {
	color:#666;
	}
#TB_window a:visited {
	color:#666;
	}
#TB_window a:hover {
	color:#000;
	}
#TB_window a:active {
	color:#666;
	}
#TB_window a:focus {
	color:#666;
	}

#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGHack {
	background: url("/img/macFFBgHack.png") repeat;
	}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	}

* html #TB_overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_window {
	position:fixed;
	background:#FFF;
	z-index:102;
	color:#000;
	display:none;
	border:none;
	text-align:left;
	top:50%;
	left:50%;
	}

* html #TB_window { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_window.full, * html #TB_window.full {
	position:absolute;
	margin-top:0;
	top:50px;
}

#TB_window img#TB_Image, #TB_window #TB_Object {
	display:block;
	margin:15px 0px 0px 15px;
	border:none;
	}

#TB_caption {
	padding:7px 15px 10px 15px;
	}
#TB_text {
	clear:both;
	text-align:center;
	overflow:hidden;
	}

#TB_firstLine {
	font-size:1.2em;
	font-weight:bold;
	color:#555;
	margin-bottom:.5em;
	overflow:hidden;
	}
#TB_next {
	display:block;
	float:right;
	}
#TB_next a, #TB_prev a {
	text-decoration:none;
	}

#TB_playPause {
	float:left;
	margin-right:5px;
	}
#TB_closeWindow {
	float:right;
	margin-left:5px;
	}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
	}

#TB_title {
	background-color:#E8E8E8;
	height:27px;
	}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal {
	padding:15px;
	}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
	}

#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left:50%;
	margin:-6px 0px 0px -104px; /* -height/2 0 0 -width/2 */
	}

* html #TB_load { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect { /* ie6 hack */
  position:absolute;
  height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_iframeContent {
	clear:both;
	border:none;
	margin:15px 0px 0px 15px;
	/*
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	*/
	}

/*
 * forum.css
 */

@charset "UTF-8";

@font-face {
	font-family: "pm";
	src: url("fonts/pm.eot");
	src: url("fonts/pm.eot?#iefix") format("embedded-opentype"), url("fonts/pm.ttf") format("truetype"), url("fonts/pm.svg#pm") format("svg"), url("fonts/pm.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*
div.form.commento {	
	margin:10px 0; 
	clear:both; 
}

div.form.commento textarea { 
	width:456px; 
	
	padding:5px; 
	height:50px; 
	margin-bottom:10px; 
}

div.form.commento p { 
	font-weight:bold; 
}

div.commenti div.voce { 
	margin-top:20px; 
	border-top:1px solid #ccc; 
}

div.commenti h5 { 
	line-height:1; 
	font-weight:bold; 
	margin:5px 0px 10px 0; 
}

div.commenti h5 span.nome { 
	font-size:12px; 
	color:#008bce; 
	font-weight:bold; 
	padding:4px 7px 5px 10px; 
	text-transform:capitalize; 
}
*/

.icons, div.commenti div.voce h5:before, div.commenti div.voce ul.forum li a.show-reply:before, div.commenti div.voce div.followed_thread a.unfollowed:before, div.commenti div.voce div.followed_thread a.followed:before, .all-replies a:before {
	font-family: "pm";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none !important;
	speak: none;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 15px;
	-webkit-font-smoothing: antialiased;
}

div.buttons {
	text-align: left;
}

/*
div.buttons .cancel_action {
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px / 5px;
	border-radius: 5px / 5px;
	padding: 7px 20px;
	background-color: #676d7c;
	background-image: none;
	color: #e1e3e7;
	border: none;
	font-weight: bold;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	margin-left: 10px;
}

div.buttons .cancel_action:hover {
	background-color: #444852;
	color: white;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
*/

div.buttons .cancel_action.grande {
	width: 310px;
}


div.form.commento {
	clear: both;
}

div.form.commento .asterisco {
	display: none;
}

div.form.commento label {
	display: block;
	padding: 10px 0;
}

div.form.commento textarea {
	width: 610px;
	padding: 5px;
	height: 100px;
	margin-bottom: 10px;
	margin-right: 0;
}


div.commenti {
	clear: both;
	font-size: 12px;
}

div.commenti div.voce {
	margin-top: 20px;
}

div.commenti div.voce div.thread {
	border-top: 1px solid #d4d6db;
	border-bottom: 1px solid #d4d6db;
	padding: 10px;
	background-color: #f2f3f4;
}

div.commenti div.voce h5 {
	font-weight: bold;
	color: #444852;
}

div.commenti div.voce h5:before {
	font-size: 30px;
	content: "s";
	color: #808696;
	line-height: 1.2;
}

div.commenti div.voce h5 span {
	display: block;
	font-size: 13px;
	margin-left: 40px;
	font-weight: normal;
}

div.commenti div.voce h5 span.nome {
	font-weight: bold;
	text-transform: capitalize;
}

div.commenti div.voce h5 span.data {
	color: #808696;
	padding:4px 7px 5px 0; 

}

div.commenti div.voce div.testo {
	margin-left: 40px;
	font-size: 13px;
	line-height: 1.5;
}

div.commenti div.voce ul.forum {
	padding-top: 5px;
	margin-left: 40px;
}

div.commenti div.voce ul.forum li {
	display: inline-block;
	margin-right: 20px;
}

/* 
div.commenti div.voce ul.forum li a {
	color: #67bf95;
}
*/

div.commenti div.voce ul.forum li a.show-reply {
	font-weight: bold;
}

div.commenti div.voce ul.forum li a.show-reply:before {
	font-size: 18px;
	content: "I";
/*
	color: #67bf95;
*/
}

/* 
div.commenti div.voce ul.forum li a:hover {
	color: #444852;
}

div.commenti div.voce ul.forum li a:hover:before {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	color: #808696;
}
*/

div.commenti div.voce div.followed_thread {
	padding: 10px;
	float: right;
}

/* 
div.commenti div.voce div.followed_thread a.unfollowed {
	color: #67bf95;
}
*/

div.commenti div.voce div.followed_thread a.unfollowed:before {
/* 
	color: #67bf95;
*/
	font-size: 18px;
	content: "X";
}

/* 
div.commenti div.voce div.followed_thread a.unfollowed:hover {
	color: #444852;
}

div.commenti div.voce div.followed_thread a.unfollowed:hover:before {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	color: #808696;
}
*/

div.commenti div.voce div.followed_thread a.followed {
	font-weight: bold;
/* 
	color: #67bf95;
 */
}

div.commenti div.voce div.followed_thread a.followed:before {
	font-size: 18px;
	content: "Y";
/* 
	color: #67bf95;
*/
}

/* 
div.commenti div.voce div.followed_thread a.followed:hover {
	color: #444852;
}

div.commenti div.voce div.followed_thread a.followed:hover:before {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	color: #808696;
}
*/
 
div.commenti div.voce div.reply {
	border-top: 1px solid #d4d6db;
	border-bottom: 1px solid #d4d6db;
	padding: 10px;
	margin-left: 40px;
}


div.replies {
	margin-top: 10px;
}


.all-replies {
	float: right;
}

.all-replies a {
	font-weight: bold;
}

.all-replies a:before {
	font-size: 18px;
	content: "I";
/* 
	color: #808696;
*/
}

/* 
.all-replies a:hover {
	color: #65aad8;
}

.all-replies a:hover:before {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	color: #65aad8;
}
*/

img.loading {
	margin: 0 20px;
}