/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a:hover {
	color: #F00;
}
a img{
	color: #FFF;
}
a img:hover {
	color: #FFF;
}
label {
	cursor: pointer;
}
body {
	background: #FFF;
	color: #000;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #000;
	padding-top: 6px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
/* misc */
.clearer {
	clear: both;
}

div.error { 
	color:#FF0000;
}

div.notice { 
	color:#00FF00; 
}

/* structure */
.container {
	margin: 0 auto;
	width: 700px;
	background-color: #fafafa;
}

.header {
	height: 225px;
	background: url(../images/Header.png) no-repeat top left;
}
.headHome {
	background: url(../images/shapeimage_1.jpg) no-repeat top left;
	height: 154px;
}

/* title */
.header .title {
	display: none;
}

/* navigation */
.navigation {
	height: 84px;
	padding: 0 16px;
	background: url(../images/Navigazione.png) no-repeat top left #fafafa;
}
.navHome {
	background: url(../images/homenavigation09.png) no-repeat top left #fafafa;
	text-align: center;
}
.navigation .menu {
	float: right;
	opacity: .80;
	filter: alpha(opacity=80);
}
.navigation .menu a {
	color: #000;
	float: left;
	font: bold 1em;
	padding: 8px 8px 0 8px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	background-color: #f2f2f2;
}
.navigation .menu a:hover {
	background-color: #dddddd;
}
.navigation .menu a.active {
	background-color: #cccccc;
}
.navigation .login {
	float: left;
	margin-top: 5px;
}

/* main */
.main {
	clear: both;
	padding: 12px 12px 0 12px;
}
.note {
	font-size: 10px;
	color: #555555;
	padding-top: 15px;
}
.note ul {
	list-style-type: none;
	margin-left: 10px;
}
.note li {
	background: url(../images/home/arrow.gif) no-repeat left 5px;
	padding-left: 10px;
}

/* footer */
.footer {
	font-size: 0.9em;
	padding: 45px 60px 10px 60px;
	color: #000;
	clear: both;
	height: 70px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* eventi */
.evento {
	background: url(../images/EventoTile.png) repeat-y bottom left;
	width: 330px;
	float: left;
}
.evento .evento_t {
	background: url(../images/EventoTop.png) no-repeat top left;
}
.evento .evento_b {
	background: url(../images/EventoBottom.png) no-repeat bottom left;
	padding: 7px 6px;
}
.evento img {
	border: 0;
	padding: 0;
	margin-bottom: 5px;
}
.evento .evento_l {
	float: left;
	width: 126px;
}
.evento .evento_r {
	float: right;
	width: 184px;
}
.evento p {
	font-size: 0.9em;
	margin: 0 0 5px 0;
	padding: 0;
}
.evento p.nome {
	font-size: 1.1em;
	font-weight: bold;
}
.evento .evento-d {
	background: url(../images/BoxDescrizioneEventoTile.png) repeat-y top left;
	width: 181px;
}
.evento .evento-d_t {
	background: url(../images/BoxDescrizioneEventoTop.png) no-repeat top left;
}
.evento .evento-d_b {
	background: url(../images/BoxDescrizioneEventoBottom.png) no-repeat bottom left;
	padding: 7px 6px;
}
.evento .evento-d p {
	font-size: 0.85em;
}

/* dettaglio evento */
.evento-sch {
	background: url(../images/SchedaEventoTile.png) repeat-y top right;
	width: 659px;
}
.evento-sch_t {
	background: url(../images/SchedaEventoTop.png) no-repeat top left;
}
.evento-sch_b {
	background: url(../images/SchedaEventoBottom.png) no-repeat bottom right;
}
.evento-sch .evento_t {
	background: url(../images/EventoTop.png) no-repeat top left;
}
.evento-sch .evento_b {
	background: url(../images/EventoBottom.png) no-repeat bottom left;
}
.evento-sch .evento-det {
	float: right;
	width: 320px;
	margin-top: 60px;
}
.evento-det .title {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 8px;
}
.evento-det table {
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 300px;
	margin: 0 auto;
	font-size: 0.95em;
}
.evento-det table td {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	padding: 0 3px;
}

/* carrello */
.carrello {
	background: url(../images/BoxCassaTile.png) repeat-y bottom left;
	width: 668px;
}
.carrello .carrello_t {
	background: url(../images/BoxCassaTop.png) no-repeat top left;
}
.carrello .carrello_b {
	background: url(../images/BoxCassaBottom.png) no-repeat bottom left;
	padding: 7px 6px;
}
.carrello table {
	border-collapse: collapse;
	border: 1px solid black;
	width: 630px;
	margin: 0 auto;
	font-size: 1em;
	background: #fbfbfb;
}
.carrello table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.carrello table th {
	font-size: 1.1em;
}
.carrello table td {
	font-size: 0.9em;
	padding: 0 3px;
}

/* conferma */
.conferma {
	padding-bottom: 10px;
	background: #fafafa;
	border: 1px solid black;
	margin: 0 10px 0 9px;
	display: none;
}

/* registrazione */
.registra {
	background: url(../images/BoxCassaTile.png) repeat-y bottom left;
	width: 668px;
}
.registra .registra_t {
	background: url(../images/BoxCassaTop.png) no-repeat top left;
}
.registra .registra_b {
	background: url(../images/BoxCassaBottom.png) no-repeat bottom left;
	padding: 7px 6px;
}
.registra table {
	border-collapse: collapse;
	border: 1px solid black;
	width: 630px;
	margin: 0 auto;
	font-size: 1em;
	background: #fbfbfb;
}
.registra table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.registra table th {
	font-size: 1.1em;
	text-align: left;
	padding: 2px 3px;
}
.registra table td {
	font-size: 0.9em;
	padding: 2px 3px;
}
.registra table input {
	width: 160px;
}
