
/* New Style Sheet */
#eventcal {
	position: relative;
	border-spacing: 0;
	border-collapse: collapse;
}

#eventcal td {
	vertical-align: top;

}

#eventcal th.title {
	font-size: 20pt;
	padding: 10px;
}

#eventcal th.daylabel {
	padding: 4px;
}

span.daynum {
	display: block;
	font-size: 12pt;
	margin-bottom: 5px;
}

div.evtitle {
	width: 85px;
	font-family: Arial;
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: .5em;
}

#eventcal td.day {
	border: solid #4A2A08 1px;
	position: relative;
	height: 100px;
	width: 97px;
	padding: 4px;
}

#eventcal td.day.today span.daynum{
	font-weight: bold;
}

#rollover {
	position: absolute;
	width: 95px;
	z-index: 100;
	background: #ffd;
	font-weight: bold;
}

#rollover a {
	font-family: Arial;
	font-size: 10px;
	padding: 1px;

}

th.next { text-align: right; }
th.prev { text-align: left; }
