/* calendar */
div#calendar {
	width: 725px;
	font-size: 12pt;
}
div.day {
	float:left;
	height:100px;
	width:100px;
	border: thin solid #000000;
	overflow:hidden;
}
.event {
	font-size:10pt;
	line-height:1.0;
}
.eventtime {
	font-size:7pt;
}
div.Sunday {
	clear:both;
}
div.day .dom {
	font-weight:bold;
}
div.day .dom a {
/* maybe width:100; padding-left:0.5em; and include holiday */
	display:block;
	width: 2em;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
}
div.day .dom a:hover {
	background-color: #ddeedd;
}
div.day.inside {
	background-color:white;
}
div.day.outside {
	background-color:#dddddd;
}
div.day.today {
	background-color:#ffff80;
}
div.header {
	height:auto;
	text-align:center;
	background-color:white;
}
#header {
	text-align:center;
}
#month {
	font-weight:bold;
	font-size:20pt;
}
#prevmonth {
	width:5em;
	float:left;
}
#nextmonth {
	width:5em;
	float:right;
}

/* calendar event */
  
.dayview {
background-color:#eeeeee;
border:thick solid #42597b;
padding:5px;
}
.dayhour,.dayevent {
border-bottom:thin dotted black;
}
.dayevent {
background-color:white;
}
.daytime {
padding-right:10px;
}
.dayeventtitle {
font-weight:bold;
}
.dayeventlocation {
float:right;
}
