#calendario{
	z-index:3;
	position:absolute;
	left:0px;
	top:0px;
}

table.calendario{
	/*border-top:1px solid #333333; border-left:1px solid #333333; border-right:2px solid #333333; border-bottom:2px solid #333333;*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border-spacing: 0px;
}

td {
	background: url(images/bg-day.gif) repeat top left;
	 height: 20px;
 	text-align:center;
}
td#bar {
	background: none;
}
td#one {
	background: url(images/01.gif) no-repeat top left;
	text-align: left; color: #fff; font-weight:bold;
	padding-left: 35px;
}
td#two {
	background: url(images/02.gif) no-repeat top left;
	text-align: left; color: #fff; font-weight:bold;
	padding-left: 35px;
}
td#three {
	background: url(images/03.gif) no-repeat top left;
	text-align: left; color: #fff; font-weight:bold;
	padding-left: 35px;
}
td#four {
	background: url(images/04.gif) no-repeat top left;
	text-align: left; color: #fff; font-weight:bold;
	padding-left: 35px;
}
td.today{
	background: url(images/bga-day.gif) no-repeat center center;
	color: #fff; height: 20px;
}

td.novita{
	background: url(images/bga-link.gif) no-repeat center center;
	color: #fff; height: 20px;
}
td.stampa{
	background: url(images/bg-stampa.gif) no-repeat center center;
	color: #fff; height: 20px;
}
td.fiere{
	background: url(images/bg-fiere.gif) no-repeat center center;
	color: #fff; height: 20px;
}

td.cellasettimana {
	background: url(images/bgd-day.gif) repeat center center;
	font-weight:bold; height: 20px;
	text-align:center;
	color: #f2efe4;
}
td.arrow {
	background: url(images/bg-arrow.gif) repeat center center;
	font-weight:bold;
	width: 32px; height: 32px;
	color: #fff;
	
}

td.month {
	background: url(images/bg-month.gif) repeat center center;
	font-weight:bold;
	width: 160px; height: 32px;
	color: #30373b
}
td.novita a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration: none;
	color: #222222;
}
td.novita a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}

td.fiere a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration: none;
	color: #222222;
}
td.fiere a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}

td.stampa a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration: none;
	color: #222222;
}
td.stampa a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #333333;
}

