@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/sfondo.gif);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #F47D30;
}
.elenco_comunicati {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../images/pennino.gif);
	color: #333333;
	line-height: 30px;
}
.elenco_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(../images/rullino.gif);
	line-height: 25px;
}
.pinkbox {
	border: thin dashed #FFD7D7;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFDD;
	text-align: left;
}
.text_programma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.text_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.text_news h3 {
	font-size: medium;
	color: #A40147;
}
.calendar {
	background-image: url(../images/calendar/CENTRO.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 600px;
}
.calendar_up {
	background-image: url(../images/calendar/SOPRA.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 44px;
	width: 600px;
}
.calendar_down {
	background-image: url(../images/calendar/SOTTO.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
}
.info a:link {
	color: #FFFFFF;
}
.info a:visited {
	color: #FFFFFF;
}

