
/*COLORI DI SFONDO HEADER MODULI

nome classe assegnabili al suffisso classe del modulo:
grigio
rosso 

*/
div.ja-moduletable.grigio h3 span, div.moduletable.grigio h3 span {
  background-color: #999999 !important;  
}

div.ja-moduletable.rosso h3 span, div.moduletable.rosso h3 span {
  background-color: #005091 !important;  
}

/*TITOLI ARTICOLO*/

.data_spettacolo{
	font-size:20px;;
	color:#808080;
	display:block;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:7px !important;
	margin-bottom:7px;
	font-weight:lighter;
}

.titolo_spettacolo{
	font-family: Magra, Serif;
	color:#ED1C24;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px !important;
	font-size:30px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

/*in lista categorie*/

.catItemIntroText .data_spettacolo{
	font-size:12px !important;
	color:#808080;
	display:block;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:7px !important;
	margin-bottom:7px;
	font-weight:lighter;
}

.catItemIntroText .titolo_spettacolo{
	font-family: Magra, Serif;
	color:#ED1C24;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px !important;
	font-size:14px !important;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}


/*IMMAGINI*/
.itemFullText img.ombra_grande{
	background: url(../images/ombra_grande.png) no-repeat scroll center bottom;
	padding-bottom: 21px;	
}


/*PULSANTE ACQUISTA IL BIGLIETTO*/
.btn_1{
	display:block !important;
	padding:5px 10px !important;
	background-color:#005091 !important;
	color:#FFF !important;
	font-weight:bold !important;
	float:left;	
}

.btn_1 a, .btn_1 a:hover{ 
	color:#FFF !important;
}

.btn_1:hover{
	background-color:#0068BC !important;
}

/*FONT*/
.font_magra{
	font-family:MAgra, Serif;
	
}