/* ---------- tag ----------*/

body {
	margin: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /*'Lucida Grande', */
	font-size: 12px;
	background-color: #ABC;
	background-image: url(../images/sfondosfumato.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: none;

}

a:hover, a:active {
	color: #0B125C;
}

#mainMenu a {
	border-bottom: 1px solid #89A;

}

/* ---------- div ----------*/

#mainMenu {
	position: absolute;
	left: 0px;
	top: 210px;
	width: 150px;
	height: auto;
	z-index: 5;
	line-height: 2em;
	text-align: right;
	/*border-top: 1px #234 solid;
	border-bottom: 1px #234 solid;*/
}

#content {
	position: absolute;
	left: 150px;
	top: 210px;
	width: 560px;
	height: auto;
	z-index: 3;
	background-color:#FFF;
	border: 1px #234 solid;
}

#title {
	position: absolute;
	left: 150px;
	top: 110px;
	width: 560px;
	height: 100px;
	z-index: 2;
}

#logo {
	position: absolute;
	width: 560px;
	height: auto;
	left: 150px;
	top: 9px;
	z-index: 1;
}

#dialogDiv { /* div per i dialog */
	margin: auto;
	width: 280px;
	height: 180px;
	background-color: #FCFBF8;
	text-align: center;
	padding: 10px;
	border: solid 1px black;
	border-top: 0;
}

#dateContainer { /* span di data */
	font-size: 10px;
	color: #ABC;
}

#scheda {
	width: 560px;
	height: auto;
	padding: 10px;
}

/* ---------- generali ----------*/

.pageTitle {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; /*'Lucida Grande', */
	font-size: 32px;
	color: #234;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

.pageSubtitle {
	text-align: center;
	margin-top: 0;
}

.invisible {
	display: none;
}

/* ---------- eventi ----------*/

.eventiCell {
	border-bottom: 1px #234 solid;
	border-right: 1px #234 solid;
}

.eventoMese {
	background-color: #678;
	border-bottom: 1px #234 solid;
	border-top: 1px #234 solid;
	font-family: Arial, Helvetica, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	text-align: right;
	clear: both;
	padding: 0 10px;
	font-weight: bold;
	color: #234;
}

.eventoBase {
	margin: 0 0 10px 0;
	font-size: 18px;
	clear: both;
	padding-left: 10px;
	font-weight: bold;
}

.eventoTitolo {
	font-family: Futura, "Century Gothic", Arial, Tahoma, Verdana, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding-left: 10px;
}

.eventoSottotitolo {
	font-family:  Georgia, "Times New Roman", Times,serif;
	font-style: italic;
	margin: 0px 10px;
}

.eventoData {
	margin: 0px 10px;
}

.eventoMaestro {
	font-weight: bold;
	margin: 0px 10px;
}

.eventoCommento {
	color: #0B125C;
	margin: 3px 10px;
}

/* ---------- spettacoli ----------*/

.spettFoto {
	width: 160px;
	text-align: left;
	border-bottom: 1px solid #234;
}

.spettTesto {
	border-bottom: 1px solid #234;
	padding-left: 10px;
}

.spettTestoBase {
	padding-left: 146px;
}

.spettFascia {
	background-color: #FA0;
	border-bottom: 1px #234 solid;
	border-top: 1px #234 solid;
	font-family: Arial, Helvetica, Tahoma, Verdana, Helvetica, sans-serif;
	padding: 0 10px;
	font-weight: bold;
	color: #234;
	text-align: left;
	font-size: 16px;
}

/* ----------- moduli ------------- */

.formFldName {
	margin-top: 0;
	color: #586067;
	padding: 1px 0px;
	font-size: 10px;
}

.formMandatoryField {
	margin-bottom: 0;
	color: #234;
	border: none;
	background-color: #DEF;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	font-weight: bold;
	width: 100%;
}

.formButton {
	margin-top: 18px;
	width: 80px;
	height: 2em;
	background-color: #ABC;
	border: solid 1px #234;
}

/* ---------- curriculum ----------*/

.currBase {
	width: 90%;
	font-size: 11px;
	color: #234;
}

.currName {
	font-family: Futura, "Century Gothic", Arial, Tahoma, Verdana, sans-serif;
	border: 1px #ABC solid;
	padding: 3px;
	color: #900;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.currTitle {
	border-bottom: 1px #ABC solid;
	padding: 3px;
	font-size: 14px;
	width: 100%;
	font-weight: bold;
}

.currTel {
	color: #0B125C;
	font-weight: bold;
}

/* ---------- gallery ----------*/

a.galleryPhoto:link, a.galleryPhoto:visited {
	padding: 10px 20px;
	border: 1px white solid;
}

a.galleryPhoto:hover, a.galleryPhoto:active {
	border: 1px #234 solid;
	background-color: #234;
}

.gallPhoto {
	padding: 10px 20px;
}

.gallPhoto:hover {
	background-color: #ABC;
}

/* ---------- chi siamo ----------*/

p.chiSiamo {
	margin: 10px 162px;
}

img.chiSiamoDx {
	float: right;
	margin: 3px 10px 10px 10px;
}

img.chiSiamoSx {
	float: left;
	margin: 3px 10px 10px 10px;
}