/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ height:30px; font-size:14px; position:relative; background:#d5d8d7; } * html div.calendar-day {  }
td.calendar-day:hover	{ background:#51d6a9; }
td.calendar-day-np	{ background:#eee; height:30px; } * html div.calendar-day-np { height:30px; }
td.calendar-day-head { color: #999; background:#ffffff; font-weight:bold; text-align:center; width:100px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
/*div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }*/

div.day-number   { 
  background:#999; 
  position:absolute; 
  z-index:2; 
  top:-5px; 
  right:-25px; 
  padding:5px; 
  color:#fff; 
  font-weight:bold; 
  width:20px; 
  text-align:center; 
}
td.calendar-day, td.calendar-day-np { 
  width:60px; 
  padding:5px 25px 5px 5px; 
  border-bottom:1px solid #999; 
  border-right:1px solid #999; 
}

.event {
	font-weight: bold;
	color: #da1717;
}

.no-event {
	font-weight: bold;
	color: #28a813;
}