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

body{
	scrollbar-track-color:white;
	scrollbar-face-color:white;
	scrollbar-arrow-color:#008000;
	scrollbar-shadow-color:#008000;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#008000;
	width:360;
}

.ifrm-container_ev{
      width:375px;
      height : 1200px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
    }

.ifrm{
      width:100%;
      height:100%;
      border:none;
      display:block;
    }

.ev_list{
	font-size:12px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 1.5em;
}

.month{
	font-size:14px;
	text-align: center;
	background-color: #aaffaa;
}

.ev{
	font-size:12px;
	width: 315;
}

.d_{
	width: 25;
	text-align: center;
	background-color: #ffffff;
}

.d_7{
	width: 25;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #3333ff;
}

.d_1{
	width: 25;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #ff3333;
}

.d_h{
	width: 25;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #ff6666;
}

.d_0{
	width: 25;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}</pre></body></html>