.calMonth
	{
	text-align: center;
	font-size: 200%;
	}
.empty_day
	{
	background: LightGray;
	}
.day
	{
	width: 100px;
	height: 100px;
	border: thin solid black;
	vertical-align: top;
	overflow: visible;
	}
.dayNumber
	{
	color: blue;
	font-weight: bold;
	font-size: 125%;
	padding-right: 0.5em;
	}
.last_day
	{
	background: LightGray;
	color: gray;
	width: 100px;
	height: 100px;
	vertical-align: top;
	}	
.day_label
	{
	font-family: arial;
	font-weight: bold;
	text-align: center;
	background: blue;
	color: white;
	}
.eventLink
	{
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	}
.floater a div.floatBox
	{
	font-family: arial;
	display: none;
	}
.floater a:link {color: blue;}
.floater a:visited {color: blue;}
.floater a:hover
	{
	position: relative;
	}
.floater a:active {color: #00FF00;}
.floater a:hover div
	{
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 110px;
	background: white;
	border: thin dotted black;
	text-decoration: none;
	}
table.eventTable
	{
	width: 100%;
	}
table.eventTable td.eventTitle
	{
	width: 200px;
	}
table.eventTable td
	{
	border-bottom: thin dotted black;
	border-left: thin solid black;
	border-right: thin solid black;
	}
table.eventTable th.eventDate
	{
	color: white;
	background: blue;
	text-align: left;
	}