

 div.uiml-calendar-popup {  border: 1px solid #BBB;  padding: 5px;  width: 200px;  position: absolute;  top: 10px;  left: 10px;  background: white;  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);  border-radius: 7px; }  div.uiml-calendar-popup table { border-collapse: collapse; width: 100%; } div.uiml-calendar-popup table td { text-align: center; padding: 4px; cursor: default; width: 20px; } div.uiml-calendar-popup table td.date { background: #DDD; border: 2px solid white; cursor: pointer; color: #666;}  div.uiml-calendar-popup table td.date.today { background: #EB3; color: white; }  div.uiml-calendar-popup table td.date.doom { color: #B66; } div.uiml-calendar-popup table td.date:hover { background: #6C3; color: white; } div.uiml-calendar-popup table tr.month-header td { background: #69C; color: white; } div.uiml-calendar-popup table tr.month-header td.navbutton:hover { background: #9CF; cursor: pointer; }  div.uiml-calendar-popup table tr.month-header td span.month:hover { text-decoration: underline; cursor: pointer; } div.uiml-calendar-popup table tr.day-header td { background: #999; color: white;  font-weight: bold; font-size: 90%; text-transform: uppercase; padding: 2px;  border-bottom: 4px solid white; border-top: 1px solid white;} 
