<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#calendarmain {
	position:absolute;
	border:1px solid #CCCCCC;
	border-right-color:#000000;
	border-bottom-color:#000000;
	width:175px;
	top:10px;
	left:10px;
	font-size:12px;
	font-family:sans-serif;
	-moz-user-select:none;
	cursor:default;
	text-align:center;
	background-color:#FFFFFF;
	visibility:hidden;
	z-index:1002;
}
#calendar_current {
	width:100%;
	height:25px;
	border-bottom:1px solid #0099FF;
}
#calendar_current div {
	text-align:center;
}
#calendar_title {
	width:100%;
}
#calendar_title div {
	height:25px;
	width:25px;
	float:left;
	line-height:25px;
}
#calendar_body {
	width:100%;
}
#calendar_body div{
	height:25px;
	width:25px;
	float:left;
	line-height:25px;
	cursor:pointer;
}
.prvmon {
	float:left;
	height:25px;
	width:30px;
	line-height:25px;
	cursor:pointer;
}
.prvmon:hover {
	background-color:#A6C5DD;
}
.currday {
	float:left;
	height:25px;
	width:115px;
	line-height:25px;
}
</pre></body></html>