.calMonth
	{
	text-align: center;
	font-size: 200%;
	color: Black;
	}

.empty_day
	{
	width: 80px;
	max-width: 80px;
	background: LightGray;
	}

.day
	{
	width: 80px;
	max-width: 80px;
	height: 100px;
	border: thin solid black;
	vertical-align: top;
	overflow: visible;
	}

.dayNumber
	{
	color: #6495ED;
	font-weight: bold;
	font-size: 125%;
	padding-right: 0.5em;
	}

.last_day
	{
	background: LightGray;
	color: gray;
	width: 80px;
	height: 100px;
	vertical-align: top;
	}	

.day_label
	{
	width: 80px;
	max-width: 80px;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background: #6495ED;
	color: white;
	overflow: hidden;
	}

.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 solid #CC9966;
	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;
	}
