@import "vsrecensioniCommon.css";

/* stili per interfaccia della redazione */

body{
	color: white;
	background: #555555;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* font-size: 11px; */
}

tr.pari { 
	background-color: #777777; 
}

tr.dispari { 
	background-color: black;
}

/* FINE stili per interfaccia della redazione */


/* stili per pagina su sito  */

body.recsito{
	color: white;
	background: #484848;
	background-image: url("/img/sfondoreccinema.jpg");
	background-repeat: repeat-y;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { color: #CCCCFF; }
a:visited { color: #CCCCFF; }
a:hover { color: red; }
a:active { color: red; }

.rectitle {
	color: #CCCCFF;
	font-family:  Times New Roman, Times, Serif;
	font-size: 30pt;
	text-align: right;
}

.recsubtitle {
	color: #CCCCFF;
	font-family:  Times New Roman, Times, Serif;
	font-size: 20pt;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.breadcrumbs {
	color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.linkindice {
	color: black;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: right;
}
