#calendar {
	margin:0;
	padding:0;
}
#calendar a {
	color: #000000;
	text-decoration:none;
}
#calendar a:hover {
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}
.month {
	background-color: silver;
	color: black;
	font-family: Arial;
	font-weight: bolder
}
.weekday {
	background-color: white;
	color: black;
	font-family: Arial;
	font-weight: bolder
}
.eventLabel {
	color: black;
	font-family: Arial;
	font-weight: bolder;
	text-align: right
}
.eventText {
	color: black
}
.selectedDay {
	line-height: 1.2em;
	background-color: yellow;
	border: 1px solid black;
}
.day {
	line-height: 1.2em;
	background-color: white;
	border: 1px solid black;
}
.notaDay {
	line-height: 1.2em;
	background-color: #EEEEEE;
	border: 1px solid black;
}
.Title1 {
	background-color: #FF8000;
	color: black;
	line-height: 20px;
	font-weight: bold;
	padding-left: 5px;
	display: block;
}
.EventTime {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: red;
}
select.Calendar {
	background-color: #E9E9E9;
}
.CalendarHeader {
/*
	background-image: url(../images/calbg.gif);
	background-repeat: repeat-x;	
*/
}
.goto {
	height: 21px;
	font-size: 90%;
}
.ActivityRowOdd {
	background-color: #F8F8F8;
}
.ActivityRowEven {
	background-color: #EEEEEE;
}