@import url(../bordi_tondi.css);

BODY { 
	margin-top: 0;
	background: #FFFFFF url(/sfondo.jpg) no-repeat scroll center 100px;
	font-size: 12px;
}

.messaggio { font-weight: bold; color: #1E7E01; }
.avviso { color: red; }

/** INDICE EVENTI **/
#intestazione, #corpo { width: 750px; margin: auto; }
#intestazione { text-align: center; }
#lista-eventi { width: 608px; float: left; margin-bottom:20px; }
#no-eventi { text-align: center; margin: 30px; font-style: italic;}
.mese { font-weight: bold; font-size: 1.3em; margin:10px 0; }
.riga-separaz {
	margin-top: 10px;
	width: 100%;
	background-color: #FFCC66;
	height: 2px;
	clear: both;
}
.intest-evento { font-size: 1.1em; color: #008000; margin:8px 0 6px;}
.ev-blocco { width: 100%; clear: both; }
.gio-ora {
	width: 75px;
	float: left;
	text-align:right;
	margin:0 5px 0 0;
	font-size: 0.9em;
}
.ev-icona { width: 32px; height: 32px; float: left; }
.ev-dati { width: 490px; float: left; margin:0 0 8px 5px; }
.ev-luogo { font-size: 0.8em; }
.ev-titolo { font-weight: bold; font-size: 1.1em; margin:2px 0; }
.ev-descr { font-size: 0.9em; }
.oreb { font-weight: bold; }
.gio-set { font-size: 1.1em; font-weight: bold; }
.ev-nav-ind { float: left; }
.ev-nav-ava { float: right; }
.ev-nav-ind, .ev-nav-ava {font-size:0.9em; }

#ev-spalla-dx {
	width: 140px;
	float: right;
	background-image:url("../icone/retino4.gif");
	text-align:center;
}

#ev-piepag {
	width: 750px;
	clear: both;
	margin: 10px auto;
	text-align: center;
}
#ev-info {
	width: 100%;
	text-align: center;
	font-size:0.9em;
	margin:15px auto;
}
#ev-admin { text-align: right; font-size:0.8em; margin:30px 0;}
#ev-segnal { color: red; }

/** EVENTI DEL MESE **/
#tit-ev-mese {
	font-weight: bold;
	text-align: right;
	color: #FF9900;
	font-size: 1.1em;
	margin-top:25px;
}
#ev-mese {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
	font-size:0.9em;
	line-height:20px;
	margin:1px 0 15px;
}
#ev-mese IMG {
	height: 18px;
	vertical-align: middle;
}
#blkinserisci {
	clear:both;
	margin-bottom:20px;
}

/** CALENDARIETTO **/
#tit-calendario { 	margin-top:8px; border-collapse:collapse; }
#tit-calendario A {
	color:#FF9900;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}
#ev-calendario { width: 138px; border-spacing:1px; }
#ev-calendario TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF9900;
	text-align: center;
}
#ev-calendario TD {
	background-color: #FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #7D640D;
}
#ev-calendario TD.oggi { 	border: 1px solid red }
#ev-calendario A { text-decoration: none; }
#ev-calendario A.attivo { color: #5D440D; font-weight: bold}
#ev-calendario A.attivo:hover { color: #009900; }
#ev-calendario .trasc { color: #FF9966; }
/********************************/

INPUT, SELECT, TEXTAREA { font-family : Verdana, Arial, serif; }
INPUT[type=checkbox] { position: relative; top: 3px; }
SELECT { font-size: 7pt;}
A.locale { color: #594500; text-decoration: none; }
A.locale:hover { text-decoration: underline; }

/** MODULO DI INSERIMENTO **/
.medium { font-size: 0.9em;}
.small { font-size: 0.8em;}
.evento {
	clear: both; margin-left: auto; margin-right: auto;
	text-align: left;
	background-color: #E0E0E0; 
	width: 600px;
	font-size: 9pt;
	font-style: italic; 
	color: #000000;
}
.evento INPUT, .evento SELECT, .evento TEXTAREA { font-style: normal; }
.sezione { 
	background-color: #E6E6E6; 
	margin: 2px 0;
	padding: 4px 0 4px 6px;
	width: 99%;
}
.fullrow { width: 570px; }
.nome_allegato {
	font-style: normal; 
	color: black; 
	background-color: white; 
	height: 16pt;
	border: 1pt solid #7F9DB9; 
	padding-top: 2pt;
}
#descr { 	height: 42px; }
#dati { margin-top: 10px; }

#checkboxcat, #pulsanti_dupl  { text-align: center; width: 100%; }
#checkboxcat TABLE { 
	border: none; border-collapse: collapse; border-spacing: 0;
	width: 500px;
	margin: 4px 0 4px 100px;
}
#checkboxcat TD { vertical-align: top; font-style: normal; text-align: left;}
#pulsanti { text-align: right; padding: 4px; }
#pulsanti INPUT { width: 90px; }
#annulla {  color: #FF0000; }
#inserisci { color: #1E7E01; font-weight: bold; }
#pulsanti_dupl INPUT { font-size: 10pt; font-weight: bold; width: 150px; }

#evimporta { width:600px; margin:auto; text-align:right;}
#fbpuls {
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: #3B5998;
	text-decoration: none;
	font-weight: normal;
	cursor:pointer;
}
#fbpuls IMG { border: 0; vertical-align: middle; position: relative; top: -2px; }
#fblink { display:none; text-align:left;}
#fburl { width:400px;}

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

/** VISUALIZZAZIONE EVENTO **/
.vis_evento {
	clear: both; margin-left: auto; margin-right: auto;
	background-color: #E6E6E6;
	font-size: 9pt;
	border: 1px solid #000000;
	padding: 10px;
	line-height: 1.35em;
	width: 720px;
}
.data_evento { font-style: italic; }
.tit_evento { font-weight: bold; color: #004080; font-size: 1.3em; margin: 4px 0;}
INPUT.tit_evento {	width: 90%; }
.descr_evento { font-style: italic; margin-top: 10px; }
.testo_evento { padding-top: 10px; }
.img_evento { float: left; margin: 2px 8px 4px 0; border: 1px solid #000000; }
.img_locandina { margin: 10px 2px; clear: both; border: 1px solid #000000; }

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