table.calTheme1 {
}

table.calTheme1 th {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

table.calTheme1 td {
	height: 50px;
	vertical-align: top;
	color: #000000;
}

table.calTheme1 td div.daynum {
	text-align: left;
}

table.calTheme1 div.event {
	position: absolute;
	border: 1px solid black;
	background-color: #FFFFFF;
	margin: 10px;
	visibility: hidden;
}

table.calTheme1 div.eventTitle {
	margin-top: -10px;
	height: 20px;
	border-bottom: 1px solid black;
	background-color: #CCCCCC;
}

table.calTheme1 div.eventDesc {
	padding: 2px;
}

table.calTheme1 div.eventDesc span.category {
	font-style: italic;
	display: block;
}

table.calTheme1 td a {
	text-decoration: underline;
}

table.calTheme1 td a:hover {
	text-decoration: none;
}

.legendBox {
	width: 20px;
	height: 20px;
	display: inline;
	border: 1px solid black;
	text-align: left;
	margin-left: 8px;
	margin-right: 2px;
}