/* CSS Document */
.Calendar_NavHead {
  background-color:#FFFFFF;
  font:"Times New Roman", Times, serif;
  font-size:10px;
  font-weight:bold;
}

.Calendar_WeekHead {
  background-color:#E1F1FD;
  font:"Times New Roman", Times, serif;
  font-size:8px;
  font-weight:bold;
}

.Calendar_Head {
  background-color:#E1F1FD;
  font:"Times New Roman", Times, serif;
  font-size:10px;
  font-weight:bold;
}

.Calendar_EmptyDay {
  background-color:#CCCCCC;
  font:"Times New Roman", Times, serif;
  font-size:12px;
}

.Calendar_Today {
  background-color:#FFFFFF;
  color: #990000;
  font:"Times New Roman", Times, serif;
  font-size:10px;
  font-weight:bold;
}

.Calendar_TodayWithEvent {
  background-color:#E1FDF1;
  color: #990000;
  font:"Times New Roman", Times, serif;
  font-size:10px;
  font-weight:bold;
}

.Calendar_Day {
  background-color:#FFFFFF;
  font:"Times New Roman", Times, serif;
  font-size:10px;
}

.Calendar_DayWithEvent {
  background-color:#E1FDF1;
  font:"Times New Roman", Times, serif;
  font-size:10px;
}

.catTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.catList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.type {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#333399;
}
.date {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#990000;
}
.calEntry {
	background-color: #EEF7FD;
	border: 1px solid #9DA8B0;
	padding: 5px;
}
.URL, .location, .contact {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	font-style:italic;
}
.aff {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.abs {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
}
