
/*  Elementi di stile personalizzabili dall'utente  */

/*----------------------------------
  --- Elementi dell'intestazione ---
  ----------------------------------*/
.cwTitoloIntesta {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #e3844c;
	background-color: #ffffff;
}
.cwSottoTitoloIntesta {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #ffffff;
	background-color: #999966;
}
.cwInfoIntesta {
	font-size: 80%;
}
/*-------------------------------------
  --- Elementi del menù di sinistra ---
  -------------------------------------*/
.cwLinkSinistra {
/*	text-decoration: none;
	color: #000000; */
}
.cwLinkSinistra:hover {
/*	text-decoration: none;
	color: #000000;
	background-color: #c3c3c3; */
}
.cwSinistra1 {
/*	font-weight: bold;
	text-transform: uppercase;
	background-color: #b0c4de;
	text-align: center; */
}
.cwSinistra2 {
/*	text-decoration: none;
	font-weight: bold;
	background-color: #e6e6fa; */
}
.cwSinistra3 {
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffcc;
}
/*-------------------------
  --- Elementi di testo ---
  -------------------------*/
.cwIntestaPagina {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #008000;
	color: #ffffff;
	border: 1px solid #000000;
}
.cwIntestaSezione {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #00e0a0;
	color: #000000;
}
/*------------------------------------
  --- Tabelle ed elementi relativi ---
  ------------------------------------*/
.cwTabellaDati {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #e0e0e0;
}
.cwTabellaIntestazione {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ccffcc;
	color: #000000;
}
.cwTabellaIntestaRiga {
	font-weight: normal;
	background-color: #e0e0e0;
	color: #000000;
}
