<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	margin: 0px auto;
	font-size: 12px;
}
td, th {
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	/*background: url(/cells.png);*/
	color: #88692C;
	position: relative;
}
 th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
 td:hover, th:hover {
	background-position: 162px 0px;
	background:#FEF5E1;
	color: #222;
}
 td.date_has_event {
	background-position: 162px 0px;
	color: #F65e2e;
}
 td.date_has_event:hover {
	background-position: 162px 0px;
}
 td.padding {
	background: url/calpad.jpg);
}
 td.today {
	background-position: 81px 0px;
	background: #FC9;
	font-weight:bolder;
}
 td.today:hover {
	background-position: 81px 0px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	/* 	background: #E7ECF2 url(/popup.png) no-repeat;
*/
	background: #F9F9F9 url(/popup.png) no-repeat;
	color: white;
	-moz-border-radius			: 12px;
	border: 1px solid #FC9;
	font-size: 15px;
	width: 200px;
	-webkit-border-radius		: 12px;
	-khtml-border-radius: 12px;
	-border-radius: 12px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #FC9;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #999;
}
.events li span.title {
	font-weight: bold;
	color: #666;
}
</pre></body></html>