<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

div#festival {
	color: #d8f6f8;
	width: 130px;
	padding: 2px;
	margin: 0;
	background-color: #0978a6
}

div#datedetail {
	width: 130px;
	border: 0;
	padding: 2px;
	margin: 0;
	background-color: #e8f5f9;
	text-align: right
}

div#datedetail span {
	color: #23460f
}

div#detail {
	position: absolute;
	visibility: hidden;
	margin: 0;
	border: 1px solid #a6a8ab
}

div#date {
	clear: both;
	padding-top: 0!important;
	padding-top: 12px;
	position: relative;
	height: 28px;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	margin: 0 5px;
}
div#date select{
	border: none;
	height: 45px;
}


#calendarhead {
	color: #fafbfb;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #0978a6
}

#calendarhead tr td {
	width: 70px;
	font-weight: 700;

	font-size: 20px;
	padding: 1px
}

div#panel {
	float: left;
}
div#panel&gt; div {

	cursor: pointer;
	width: 25px;
	height: 45px;
	text-indent: -999px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	
}

#date div#yu{
	background-image: url(../imgs/date_first.png);
	left: 0;
}
#date div#yd{
	background-image: url(../imgs/date_last.png);
	right: 0;
}
#date div#mu{
	background-image: url(../imgs/date_prev.png);
	left: 25px;
}
#date div#md{
	background-image: url(../imgs/date_next.png);
	right: 25px;
}
#week {
	background-color: #fcfcfc;
	border: 0;
	padding: 0;
	margin: 0
}

#week tr td {
	padding: 1px;
	margin: 0;
	width: 70px;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef
}

.tr2 td {
	background-color: #e8f5f9
}
div#day{
	display: block;
	border-top: #f0f1f2 solid 1px;
	height: 110px;
	padding-top: 40px;
}
div#day .left{
	float: left;
	width: 130px;
	text-align: center;
	font-size: 60px; font-weight: bold; color: #1482f0;
}
div#day .right{
float: left;
padding-left: 10px;
line-height: 1.7; text-align: left;
}
span#gz{
	line-height: 1.7;
	color: #999999;
}
</pre></body></html>