html {
	padding:0px;
	margin:0px;
}

body {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	color: #564b47;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #999999;
}

#contenitore{
	width: 770px;
	margin: 0px auto;
	padding:0px;
	/*background-color: #999999;*/
}

#titolo {
	width: 770px;
	padding: 0px;
	background-color: #999999;
}

#corpo{
	width: 770px;
	background-image: url(../img/titolo2/back.gif);
	height: auto;
	float: left;
}

#barrasx {
	width: 155px;
	left: 0px;
	color: #000000;
	float: left;

}

#barradx {
	width: 155px;
	right: 0px;
	color: #000000;
	float: right;

}

#centrale {
	width: auto;
	margin: 0px 155px 0px 155px;
	padding-left: 5;
	padding-right: 5;
	min-height: 200px;
	background-color: #FFFFFF;
}


#piede {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	float: left;
	width: 770px;
	clear: both;
	background-image: url(../img/titolo2/piede.gif);
	background-repeat: no-repeat;
	height: 45px;
}

#piede a{
	text-decoration: none;
	color: #000000;
}
/*fine struttura pagina */

.cssnav {
	position: relative;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 130px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.cssnav a {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	display: block;
	color: #000000;
	width: 130px;
	height: 15px;
	display: block;
	float: left;
	color: black;
	/*text-decoration: none;*/
}

.cssnav a:hover {
	background-color: #FFCC33;
	font-weight: bold;
}

.cssnav span {
	position: absolute;
	left: 35px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

/*Contiene la definizione per le tabelle dei menù di destra e sinistra*/
.tabinfo {
	font-size: 10px;
	width: 140px;
	border: 0px;
}

.tabpiede {
	font-size: 10px;
	border: 0px;
	text-align: center;
}

.tabadm {
	width: 440px;
	font-size: 10px;
	background-color: #DCDCDC;
}

/*Viene usato nel pannello di controllo dell'amministratore*/
.tabadmmaster {
	width: 440px;
	font-size: 12px;
	background-color: White;
}

/*Prima riga di una tabella, solitamente contiene il titolo*/
.intesta{
	background-image: url(../img/gradient.gif);
	font-weight: bold;
	font-size: 16px;
	color: White;
	text-align: center;
	height: 28px;
}

/*Seconda riga di una tabella, solitamente contiene un sottotitolo*/
.subintesta{
	background-color: #6699CC;
	font-weight: bold;
	font-size: 12px;
	color: White;
	text-align: left;
}

/*Gestione Calendario*/
#calendarioback {
	width: 220px;
	font: 12px Verdana, "Lucida Grande", Tahoma;
}

.calendario{
	font: 10px Verdana, "Lucida Grande", Tahoma;
}

.mese{
	font: 14px Verdana, "Lucida Grande", Tahoma;
}

.evento{
	width: 27px;
	height: 27px;
	background-image: url(../img/calevento.gif);
	background-repeat: no-repeat;
	font: 12px Verdana, "Lucida Grande", Tahoma;
}

.oggi{
	width: 27px;
	height: 27px;
	background-image: url(../img/caloggi.gif);
	background-repeat: no-repeat;
	font: 12px Verdana, "Lucida Grande", Tahoma;
}

.normale{
	width: 27px;
	height: 27px;
	background-image: url(../img/calback.gif);
	background-repeat: no-repeat;
	font: 12px Verdana, "Lucida Grande", Tahoma;
}

.vuoto{
	width: 27px;
	height: 27px;
	background-image: url(../img/calvuoto.gif);
	background-repeat: no-repeat;
	font: 12px Verdana, "Lucida Grande", Tahoma;
}


/* Stile gestione dell'agenda */
#agenda{
	text-align: left;
}

#agenda img{
	border: none;
}

#agendaintesta{
	background-image: url(../img/gradient.gif);
	font-weight: bold;
	font-size: 16px;
	color: White;
	text-align: center;
	height: 28px;
}

#agendatitle{
	font: 16px Verdana, "Lucida Grande", Tahoma;
	color: #4076A5;
	font-weight: bold;
}

#agendadati{
	color: #a9a9a9;
	font: 9px Verdana, "Lucida Grande", Tahoma;
	text-transform: none;
}

#agendadati s{
	color: #6699cc;
	text-decoration: none;
}

#agendatesto{
	font: 12px Verdana, "Lucida Grande", Tahoma;
}

/* Stile gestione delle news */
#news{
	text-align: left;
}

#newsintesta{
	background-image: url(../img/gradient.gif);
	font-weight: bold;
	font-size: 16px;
	color: White;
	text-align: center;
	height: 28px;
}
#newstitle{
	font: 16px Verdana, "Lucida Grande", Tahoma;
	color: #228B22;
	font-weight: bold;
}

#newsdati{
	color: #a9a9a9;
	font: 9px Verdana, "Lucida Grande", Tahoma;
	text-transform: none;
}

#newsdati s{
	color: #2AB02C;
	text-decoration: none;
}

#newstesto{
	font: 12px Verdana, "Lucida Grande", Tahoma;
}

/* Gestione Donwload */
#download{
	text-align: left;
}

#download_intesta{
	background-image: url(../img/gradient_sx.gif);
	font-weight: bold;
	font-size: 16px;
	color: White;
	text-align: center;
	height: 28px;
}

#download li{
	text-align: left;
	list-style-image: url(file:///C|/Programmi/xampplite/htdocs/progetti/comitato/img/download.gif);
}

/* Gestione Comitati */
.tabcomitati{
	font-size: 10px;
}

.titlecomitati{
	font-size: 14px;
	color: White;
	background-image: url(../img/gradient_arancio.gif);
	font-weight: bold;
	height: 28px;
}

.subcomitati{
	font-size: 12px;
	color: White;
	font-weight: bold;
	background-color: #FF8C00;
}

.tabmex {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	width: 440px;
	font-size: 12px;
	/*background-color: #DCDCDC;*/
	border: solid  ;
	border-color: #FF9B32;
	
}

.tab {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	width: 440px;
	font-size: 12px;
	background-color: White;
}

.mextitle {
	font-size: 14px;
	font-weight: bold;
}

.alertitle{
	/*background-image: url(../img/gradient_gold.gif);*/
	background-image: url(../img/headerbar.gif);
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 28px;
}

.btn_ok{
	height: 20px;
	width: 60px;
	background-image: url(../img/headerbar.gif);
	color: #ffffff;
	border: 2px double  #ce6011;
	
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	
}

.testo{
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	/*background-image: url(../img/filigrana.gif);*/
}

.allegati{
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #4169E1;
}

.intesta_sx{
	background-image: url(../img/gradient_sx.gif);
	font-weight: bold;
	font-size: 16px;
	color: White;
	text-align: center;
	height: 28px;
}

.tabmuro {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-weight: bold;
	width: 440px;
	font-size: 14px;

}
.posmuro {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: Background;
}

/* Gestione contatore*/
#contatore{
	align: center;
	padding:15px;
	text-align: center;

}


.counter{
	width: 18px;
	height: 25px;
	background-image: url(../img/counter.gif);
	background-repeat: no-repeat;
	font: 12px Verdana, "Lucida Grande", Tahoma;
	color: #FFFFFF;
	font-weight: bold;
}


/* Gestione Pannello amministartore */
#admin{
  text-align: left;
}

#admin img{
  text-decoration: none;
  border: none;
}

#admin a{

}
.chisiamo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}


#admin a:hover{
  background-color: #DCDCDC;
}

.avviso {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

/* Gestisce l'alternarsi dei colori in un elenco lungo*/
.pari{
  background-color: silver;
}

.dispari{
  background-color: #DCDCDC;
}

/* Gestione direttivo*/

.cariche {
	font-size: 10px;
	border: thin solid Silver;
	vertical-align: top;
	width: 140px;
}

.cariche .presidente {
	font-size: 14px;
	background-color: #FF9900;
	font-weight: bold;
	text-align: center;
}

.cariche .vice {
	font-size: 14px;
	background-color: #99CC33;
	font-weight: bold;
	text-align: center;
}

.cariche .other {
	font-size: 14px;
	/*background-color: #0099cc;*/
	background-color: Silver;
	font-weight: bold;
	text-align: center;
}

/*sfilate 2006*/

.tabsfilate {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.gennaio {
	background-color: #CC0000;
	width: 440px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.gengiorno {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

.febbario {
	background-color: #228823;
	width: 440px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.febgiorno {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #228823;
}

.marzo {
	background-color: #FF8C00;
	width: 440px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.margiorno {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF8C00;
}

.aprile {
	background-color: #6A5ACD;
	width: 440px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.aprgiorno {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6A5ACD;
}

.maggio {
	background-color: #C71585;
	width: 440px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.maggiorno {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C71585;
}

.giugno {
	background-color: #DBBB00;
	width: 440px;
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.giugiorno {
	font-family: 'Lucida Grande', 'Lucida Sans',Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBB00;
}
/*rechapta*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; /*reCaptcha widget background color*/
 }
 
 #recaptcha_table {
   border-color: #FFFFFF!important; /*eCaptcha widget border color*/
 }
 
 #recaptcha_response_field {
   border-color: 2px double  #ce6011 !important; /*Text input field border color*/
   background-color:#FFFFFF !important; /*Text input field background color*/
 }
