/* CSS Document */
/* colori:#F2EACB #D8C063 #5B5942*/


body{
	background-color:#F2EACB;
	color:#5B5942;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*TARGET*/
a{
	text-decoration:none;
	font-weight:bold;
	color:#5B5942;
}
a:link{
	color: #5B5942;
}
a:visited{
	color:#5B5942;
}
a:hover{
	color:#D8C063;
}

form{
	margin:0px;
	padding:0px;
}


h1{
	font-size:18px;
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
}

h2{
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

h6{
	font-size:10px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

img{
	border-width:0px;
}

input{
	background-color:#F2EACB;
	color:#5B5942;
	width:100px;
	border: 1px solid #5B5942;
	font-size:10px;
}

input[type="checkbox"]{
	width:20px;
	border:	0px;
}

select{
	background-color:#F2EACB;
	color:#5B5942;
	width:100px;
	border: 1px solid #5B5942;
	font-size: 11px;
}

table{
	margin:auto;
	padding:0px;
	font-size:11px;
}

tr{
}

td{
	border-style: solid;
	border-width: 2px;
	border-color: #5B5942;
}

textarea{
	background-color:#F2EACB;
	color:#5B5942;
	overflow:auto;
	border: 1px solid #5B5942;
	font-size: 11px;
}

/*DIVISORI PRIMARI*/
#totale{/*Riquadro attorno alla cornice*/
	width:640px;
	text-align:center;
	margin:auto;
}

#altoSinistra{/*Cornice*/
	width:20px;
	height:20px;
	background-image:url(../immagini/marrone/sfondo_angolo1.gif);
	text-align:center;
	float:left;
}

#altoCentro{/*Cornice*/
	width:600px;
	height:20px;
	background-image:url(../immagini/marrone/sfondo_cornice_orizzontale.gif);
	float:left;
}

#altoDestra{/*Cornice*/
	width:20px;
	height:20px;
	background-image:url(../immagini/marrone/sfondo_angolo2.gif);
	float:left;
}

#centroSinistra{/*Cornice*/
	width:20px;
	height:630px;
	background-image:url(../immagini/marrone/sfondo_laterale.gif);
	float:left;
}

#centroCentro{/*Interno della cornice*/
	width:600px;
	height:630px;
	float:left;
}

#centroDestra{/*Cornice*/
	width:20px;
	height:630px;
	background-image:url(../immagini/marrone/sfondo_laterale.gif);
	float:left;
}

#bassoSinistra{/*Cornice*/
	width:20px;
	height:20px;
	background-image:url(../immagini/marrone/sfondo_angolo3.gif);
	float:left;
}

#bassoCentro{/*Cornice*/
	width:600px;
	height:20px;
	background-image:url(../immagini/marrone/sfondo_cornice_orizzontale.gif);
	float:left;
}

#bassoDestra{/*Cornice*/
	width:20px;
	height:20px;
	background-image:url(../immagini/marrone/sfondo_angolo4.gif);
	float:left;
}

#certificati{/*Riquadro dei Certificato in basso*/
	width:100%;
	height:50px;
	float:left;
}

/*DIVISORI SECONDARI*/
#logo{
	width:100%;
	height:100px;
	background-image:url(../immagini/marrone/logo.jpg);
	float:left;
}

#personaleLogin{/*riquadro del login*/
	width:100%;
	height:30px;
	color:#F2EACB;
	background-color:#5B5942;
	float:left;
	text-align:left;
	font-size:10px;
}
#personaleLogin a:link{
	color:#D8C063;	
}

#personaleLogin a:visited{
	color:#D8C063;	
}

#personaleLogin a:hover{
	color:#F2EACB;
}

#data{
	width:130px;
	height:100%;
	float:left;
}

#utentiOnline{
	width:420px;
	height:100%;
	float:left;
}

.personaleOption{/*Singola cella del menu dell'account*/
	background-image:url(../immagini/marrone/sfondo_menu_personale.gif);
	width:75px;
	height:100%;
	float:left;
	text-align:center;
	font-size:10px;
}

.personaleOption a{
	background-image:url(../immagini/marrone/sfondo_menu_personale.gif);
	color:#F2EACB !important;
	display:block;
	height:100%;
}
.personaleOption a:link{
	color:#F2EACB !important;
	display:block;
	height:100%;
}
.personaleOption a:visited{
	color:#F2EACB !important;
	display:block;
	height:100%;
}
.personaleOption a:hover{
	background-image:none;
	background-color:#F2EACB;
	color:#5B5942 !important;
	display:block;
	height:100%;
}


#personaleRight{/*Parte destra del login (dimenticapass)*/
	width:250px;
	height:30px;
	float:left;
}

#menu{/*Riquadro menu principale*/
	width:600px;
	height:20px;
	float:left;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

.opzione{/*Singola cella del menù principale*/
	width:75px;
	height:20px;
	float:left;
	font-weight:bold;
}
.opzione a:link{
	display:block;
	background-image:url(../immagini/marrone/sfondo_cornice_orizzontale.gif);
	color:#5B5942;
	height:20px;
}

.opzione a:visited{
	display:block;
	background-image:url(../immagini/marrone/sfondo_cornice_orizzontale.gif);
	color:#5B5942;
	height:20px;
}
.opzione a:hover{
	background-image:none;
	background-color:#5B5942;
	color:#F2EACB;
	display:block;
	height:20px;
}

#menu2{/*Riquadro menu secondario*/
	width:600px;
	height:20px;
	background-image:url(../immagini/marrone/sfondocentrale.jpg);
	background-color:#F3EACB;
	float:left;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

.opzione2{/*Singola cella del menù secondario*/
	width:75px;
	height:20px;
	float:left;
	font-weight:bold;
}
.opzione2 a:link{
	background-image:url(../immagini/marrone/opzione2.gif);
	color:#F2EACB;
	display:block;
	height:20px;
}
.opzione2 a:visited{
	background-image:url(../immagini/marrone/opzione2.gif);
	color:#F2EACB;
	display:block;
	height:20px;
}
.opzione2 a:hover{
	background-image:none;
	color:#5B5942;
	display:block;
	height:20px;
}

#corpo{/*Corpo centrale del sito*/
	width:100%;
	height:460px;
	background-image:url(../immagini/marrone/sfondocentrale.jpg);
	/*background-image:url(/public/file/150.jpg);*/
	background-color:#F3EACB;
	float:left;
	overflow:auto;
	position:relative;
}

#lingua{/*riquadrino con le bandierine*/
	width:150px;
	height:20px;
	float:right;
	text-align:right;	
}

#menuLeft{/*Menu laterale sinistro(nelle impostazioni e nella mail ad esempio*/
	width:130px;
	height:100%;
	float:left;
	text-align:left;
}

#corpoRight{/*divisore laterale destro (nelle impostazioni e nella mail ad esempio*/
	width:470px;
	height:100%;
	float:left;
	overflow:auto;
}

/*FORUM*/
.tabellaScura table{
	border-style: solid;
	border-width: 3px;
	border-color: #F2EACB;
	background-color:#5B5942;
	margin:auto;
}

.tabellaScura tr{
}

.tabellaScura td{
	color:#F2EACB;
	border-style: solid;
	border-width: 1px;
	border-color: #D8C063;
	padding:2px;
}

.tabellaScura .td_titolo{
	border-style: solid;
	border-width: 2px;
	border-color: #D8C063;
	font-weight: bold;
}

/*Calendario*/
.calendario{
	font-weight:bold;
	width:572px;
	height:360px;
	margin:auto;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
.mese{
	width:140px;
	height:120px;
	float:left;
	background-color:#5B5942;
	font-size:14px;
}
.titolo_mese{
	width:140px;
	height:20px;
	float:left;
	background-image:url(../immagini/marrone/mese.gif);
}
.titolo_mese a:hover{
	background-image:none;
	color:#F2EACB;
	background-color:#5B5942;
	display:block;
	height:20px;
}
.giorno{
	width:20px;
	height:20px;
	float:left;
	color:#F2EACB;
	background-color:#5B5942;
}
.giorno a{
	width:20px;
	height:20px;
	float:left;
	background-image:url(../immagini/marrone/giorno.gif);
	display:block;
}
.giorno a:hover{
	background-image:none;
	color:#F2EACB;
	background-color:#5B5942;
	display:block;
	height:20px;
}

.border_right{/**/
	width:3px;
	height:120px;
	float:left;
	background-color:#5B5942;
}

/*Espansioni*/
.inputLong{/*Gli input lunghi (a 150pixel)*/
	width:150px;
}

.td_titolo{/*Campo speciale delle tabelle*/
	border-style: solid;
	border-width: 4px;
	border-color: #5B5942;
	font-weight:bold;
}

.accesso{/*TextBox del login*/
	width:60px;
	border: 1px solid #5B5942;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.accessoErrore{/*TextBox del login errato con bordo rosso*/
	width:60px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FF0000;
}

.noborder table{
	border-width: 0px;
	background-color:#F2EACB;
	margin:auto;
}

.noborder td{
	border-width: 0px;
	background-color:#5B5942;
	color:#F2EACB;
	margin:0px;
	padding-left:3px;
	padding-right:3px;
}

.noblock{
	display:run-in;
}

.noblock hover{
	display:run-in;
}

.tdSimpleLink a:link{
	color:#D8C063;
}
.tdSimpleLink a:visited{
	color:#D8C063;
}
.tdSimpleLink a:hover{
	color:#F2EACB;
}

.tdBlockLink{
	vertical-align:middle;
}

.tdBlockLink a{
	color:#F2EACB;
	display:block;
	background-color:#5B5942;
	height:100%;
	width:100%;
}
.tdBlockLink a:visited{
	color:#F2EACB;
	display:block;
	background-color:#5B5942;
	height:100%;
	width:100%;
}
.tdBlockLink a:hover{
	color:#5B5942;
	display:block;
	background-color:#F2EACB;
	height:100%;
	width:100%;
}
