BODY{
	background: url('../img/template/sfondo.png') repeat-y #000000;
	height: 100%;
	margin: 0px;
}
BODY, TABLE, TD, TEXTAREA {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #999999;
 	font-size: 10px;
}

/* LINKS */
A:link{
	text-decoration : underline;
	color: #E3E3E3;
		}
A:visited{
		text-decoration : underline;
		color: #E3E3E3;
	}
A:hover{
		text-decoration : underline;
		color: #E3E3E3;
	}
	
IMG {
	border: 0px;
}
	
/* FORM */
INPUT, SELECT, TEXTAREA{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color : #222222;
	border: 1px solid #dddddd;
	color : #eeeeee;
}
SELECT {background-color : #222222;}

/* TEMPLATE */
.templateTitle{
	font-family: "Bauhaus 93", arial, serif;
	font-size: 50px;
}
INPUT.menu{
	background: transparent;
	border: none;
	text-align: center;
	font-family: "Bauhaus 93", arial, serif;
	font-size: 16px;
}

BUTTON{
	height: 18px;
	font-size: 12px;
}

/* ID CSS */
#page {
	background: url('../img/template/head.jpg') no-repeat top left;
	width: 900px;
}
#circolo {
	position: absolute;
	margin-top: 40px;
	margin-left: 30px;
	width: 100px;
	height: 100px;
}
#head {
	padding: 160px 0px 0px 315px;
}
#contenuti {
	width: 720px;
	margin-left: 20px;
	padding: 10px 0px;
	text-align: justify;
}
#footer {
	color: #27403D;
	height: 30px;
	padding: 22px 0px 0px 30px;
	text-align: justify;
	background: url('../img/template/footer.png') no-repeat;
}

/* PAGE MENU */
.menuContainer{
	padding-right:5px;
}

.pageMenu{
	background: url('../img/pause.gif') no-repeat center left;
	font-size: 11px;
	padding-left: 13px;
}
.pageMenuActive{
	background: url('../img/play.gif') no-repeat center left;
	font-size: 11px;
	padding-left: 13px;
}
.pageMenu A:VISITED{
		text-decoration : none;
		color: #cccccc;
	}
.pageMenu A:LINK{
		text-decoration : none;
		color: #cccccc;
		}

.pageMenu A:HOVER{
		text-decoration : underline;
		color: #cccccc;
	}

/* BODY */
.body{
	padding: 20px 50px;
}

/* PAGINE */

.pageTitle{
	color: #27403D;
	font-size: 25px;
	font-variant: small-caps;
	letter-spacing: -0.15em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	height: 40px;
}
.pageSectionTitle{
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.pageSection{
	margin-bottom: 10px;
	border-bottom: 1px dotted #777777;
}

.dashedTd{
	border-bottom: 0px dashed #505050;
}

/* ::: EVENTI :::::::::::::::::*/
.luogoEvento{
	margin-top:4px;
}
.immagineEvento{
	margin-top:4px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}
.titoloEvento{
	font-size: 16px;
	font-weight: bold;
	color: #27403D;
	vertical-align: middle;
}
.titoloEventoSpecial{
	font-size:12px;
	font-weight:bold;
	color: orange;
}

.dataEvento{
	background: url('../img/dataEvento.png') repeat-x bottom;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #FF3333;
	padding: 2px 10px;
	text-align:right;
}

.sottotitoloEvento{
	font-size:13px;
	font-weight:bold;
}

.musicistiEvento{
	font-style:italic;
	color:#dddddd;
	font-size:11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.testoEvento{}

.infoAggiuntiveEvento{
	padding-top: 5px;
	color:#FF6600;
}