table.calendar {
	border-left: 1px solid #0f0f0f;
}

tr.calendar-row {
	
}

td.calendar-day {
	font-size: 14px;
	position: relative;
	vertical-align: middle;
}

* html div.calendar-day {
	
}

td.calendar-day:hover {
	background: #eceff5;
}

td.calendar-day-np {
	background: #eee;
}

* html div.calendar-day-np {
	
}

td.calendar-day-head {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	width: 42px;
	padding: 0px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

div.day-number {
	font-weight: bold;
	background: #f0f0f0;
	padding: 0px;
	color: #0f0f0f0;
	float: right;
	margin: 0 0 0 0;
	width: 42px;
	min-height: 58px;
	text-align: center;
}

div.day-numberEvent1 {
	font-weight: bold;
	background: #52b6fd;
	padding: 0px;
	color: #fff;
	float: right;
	margin: 0 0 0 0;
	width: 42px;
	min-height: 58px;
	text-align: center;
}

div.day-numberEvent2 {
	font-weight: bold;
	background: #f6b7f8;
	padding: 0px;
	color: #fff;
	float: right;
	margin: 0 0 0 0;
	width: 42px;
	min-height: 58px;
	text-align: center;
}

div.day-numberEvent3 {
	font-weight: bold;
	background: #c7a2cb;
	padding: 0px;
	color: #fff;
	float: right;
	margin: 0 0 0 0;
	width: 42px;
	min-height: 58px;
	text-align: center;
}

div.day-numberEvent4 {
	font-weight: bold;
	background: #ffc8c5;
	padding: 0px;
	color: #fff;
	float: right;
	margin: 0 0 0 0;
	width: 42px;
	min-height: 58px;
	text-align: center;
}

/* shared */

td.calendar-day, td.calendar-day-np {
	width: 42px;
	padding: 0px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

div[class*="numberEvent"] div {
	display: none;
	color: #000000;
	background: #ffffff;
	width: 120px;
	height: auto;
	z-index: 2;
	margin:8px;
	border: 1px solid black;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

div[class*="numberEvent"]:hover div {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
}