/* */

.Calendar {
  background: #f4f4f5;
  border: solid 1px #909090;
  border-collapse: collapse;
}
.Calendar_top {
  background: #e6e6e6;
  border-bottom: solid 1px #909090;
}
.Calendar_weekdays {
  background: #e6e6e6;
  border-bottom: solid 1px #909090;
}
.Calendar_bottom {
  background: #e6e6e6;
  border-top: solid 1px #909090;
}
.Calendar_day {
  margin: 2px;
}
.Calendar_today {
  font-weight: bold;
  border: solid 2px #000000;
  margin: 2px;
}
.Calendar_holiday {
  color: #c00000;
  margin: 2px;
}
.Calendar_disabled {
  color: #909090;
  margin: 2px;
}
.Calendar_clickable {
  color: #0a5587;
  font-weight: bold;
  background: #e6e6e6;
  border: 1px solid #0a5587;
  margin: 2px;
}

.Events {
	background: #f4f4f5;
	border: solid 1px #909090;
}
.Events_today {
	background: #f4f4f5;
	border: solid 2px #000000;
}
.Events_date {
	color: #0a5587;
	background: #e6e6e6;;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #909090;
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 5px;
}
.Events_date_link {
	color: #0a5587;
	text-decoration: none;
	border-right: none;
	padding: 0px;
}
.Events_date_link:HOVER {
	color: #0a5587;
	text-decoration: underline;
	border-right: none;
	padding: 0px;
}
.Events_date_past {
	color: #a0a0a0;
	background: #f4f4f5;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #909090;
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 5px;
}
.Events_date_past_link {
	color: #a0a0a0;
	text-decoration: none;
	border-right: none;
	padding: 0px;
}
.Events_date_past_link:HOVER {
	color: #a0a0a0;
	text-decoration: underline;
	border-right: none;
	padding: 0px;
}
.Events_list {
	padding-left: 5px; padding-right: 5px;
	padding-top: 2px; padding-bottom: 2px;
}
.Events_list_past {
	padding-left: 5px; padding-right: 5px;
	padding-top: 2px; padding-bottom: 2px;
}
.Events_brand {
	color: #f4f4f5;
	background: #D11919;
	font-weight: bold;
	padding-left: 5px; padding-right: 5px;
}
.Events_brand_past {
	color: #f4f4f5;
	background: #a0a0a0;
	font-weight: bold;
	padding-left: 5px; padding-right: 5px;
}
.Events_title {
	color: #D11919;
	font-weight: bold;
	text-decoration: none;
}
.Events_title:HOVER {
	color: #D40000;
	font-weight: bold;
	text-decoration: underline;
}
.Events_title_past {
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: none;
}
.Events_title_past:HOVER {
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: underline;
}
.Events_description {
	color: #000000;
}
.Events_description_past {
	color: #c0c0c0;
}

/* */

ul {
	list-style-image: url(../images/bullet.gif);
	/* list-style-position: inside; */
	margin: 10px;
	padding: 10px;
}

ul#mainnav {
	margin: 0px;
	padding:9px 0px 0px;
	list-style-type: none;
}

.Titolo {
	font-weight: bold;
	color: #D40000;
	text-decoration: none;
}

.Titoletto {
	font-weight: bold;
}

DIV.linkButton {
	width: 170px; 
	border: 1px solid black; 
	background-position: bottom; 
	height: 18px; 
	background-image: url('../resources/ATS/butbg.jpg')
}