.eventtime {
	width: 75px;
	padding: 0 10px;
	text-align:right;
}

td.eventdata div.eventdesc {
	display:none;
}

td.eventdata:hover div.eventdesc {
	display:inline;
	padding-left:20px;
}

.calendarHeader {
	font-family: 'Times New Roman', Serif;
	font-size: 20pt;
	color:#647400;
}

.calendarHeaderDay {
	width: 100px;
	border: 1px solid black;
	background-color: #CE2C08;
	padding: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color:white;
}

.calendarDay {
	width: 100px;
	text-align:left;
	background-color: #FFF7CE;
	border: 1px solid black;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	padding: 0px;
}

.calendarToday {
	width: 100px;
	text-align:left;
	background-color: #E6F19E;
	border: 1px solid black;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	padding: 0px;
}

#calendarTable {
	border-collapse: collapse;
	width: 700px;
	
	table-layout: fixed;
}

.dateNumber {
	font-family: 'Times New Roman', Serif;
	font-size: 18pt;
	width: 100%;
	text-align: center;
}

.addEventButton {
	text-align: center;
	
}

table.dayTable {
	width:100%;
	height:100%;
}

td.addEventCell {
	vertical-align: bottom;
}

img.cancelImg {
	border-style: none;
	width:8pt;
	height:8pt;
}
img.uncancelImg {
	border-style: none;
	width:8pt;
	height:8pt;
}
img.editImg {
	border-style:none;
	width:8pt;
	height:8pt;
}

ul.day {
	list-style:none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	width: 20em;
}

li.today {
	background-color:#E6F19E;
}

li.day {
	margin-bottom:1em;
	font-variant: small-caps;
	font-size: 16pt;
	font-family: 'Times New Roman', Serif;
	color: #CD2E0C;
}

ul.time {
	list-style:none;
	margin-top: 0;
	margin-left: 2em;
	padding-left: 0;
	text-indent: -1em;
}
li.time {
	font-size:10pt;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	color:black;
	padding-left: 0;
}

ul.event {
	font-size:10pt;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Sans-Serif;
	list-style:none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: .2em;
	padding-left: 2em;
	text-indent: -1em;
}

/*
li.event:before {
	content: "\00BB \0020";
}
*/

li.recurring {
	color: #000000;
}	

li.single {
	color: #3333EE;
}

li.cancelled {
	color: #CC0000;
	text-decoration: line-through;
}