/* calendar */

.calendar {
	border-left: 1px solid #999;
	width: 100%;
}

.calendar-day-head 	{
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:14%;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	color:#000000;
}

.calendar-row {

}

.calendar-day {
	font-size:11px;
	position:relative;
	background:#fff;
	vertical-align:top;
}

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

.calendar-day-np {
	background:#eee;
	min-height:150px;
}

.day-number {
	background:#999;
	padding:5px;
	color:#fff;
	font-weight:bold;
	float:right;
	width:10%;
	text-align:center;
	vertical-align:top;
	display:inline;
	position:absolute;
	right:0px;
	top:0px;
	z-index:99;
}

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

.current-day {
	background:#555
}

.current-day, .day-number {
	color:#3FF
}

td {
	color:white;
}

.CalendarItems {
	margin:0px;
	padding:0px;
	border-spacing:0px;
	vertical-align:top;
	text-align:left;
	border-collapse:collapse;
	width:100%;
}

.CalendarItems tr td {
	padding:3px;
}

.CalendarItems 	tr:nth-child(even) {
	background:#000;
}

.CalendarItems tr:nth-child(odd) {
	background:#101010;
}

.CalendarItems tr:nth-child(1) td {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}

.CalendarItems tr:nth-last-child(1) td {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	}
	
.scenetitle {
	color: Cornflowerblue;
}
