table.calTheme1 {
}

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

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

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

table.calTheme1 div.eventdebut {
	position: absolute;
	padding:5px 5px 5px 5px;
	border: 3px solid #ffffff;
	background-color: #6f6d56;
	/*background-image:url(../images/cellpic4.gif);*/
	margin: 5px;
	visibility: hidden;
	left: 50%;
	top: 40%;
	width: 350px;
}

table.calTheme1 div.event {
	position: absolute;
	padding: 5px 5px 5px 5px;
	border: 3px solid #ffffff;
	background-color: #6f6d56;
	/*background-image:url(../images/cellpic4.gif);*/
	margin: 5px;
	visibility: hidden;
	left: 20%;
	top: 40%;
	width: 350px;
}

table.calTheme1 div.eventTitle {
	border-bottom: 1px solid #000;
}

table.calTheme1 div.eventDesc {
	padding: 3px;
	/*background-image:url(../images/cellpic4.gif);*/
}

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 #000;
	text-align: left;
	margin-left: 8px;
	margin-right: 2px;
}