.calendar-container .event-occurrence-draghelper {
	background: url(../images/FFFFFF_o50.png);
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.month-row-bg .lasso {
	background-color: #EBF2FF;
}

.calendar-createevent-lasso {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100; /* must be lower than .calendar-createevent-popup */
	background: #c3d9ff;
}

.calendar-createevent-popup div {
	margin: 0;
	padding: 0;
}

.date-pick-startdatetime_date,
.date-pick-enddatetime_date {
	margin-right: 1px;
}

/* remove the background of the editor form when inside a modal */
.ModalContent .Panel {
	background: transparent;
}

.colorpicker {
	z-index: 20000;
}

#calendar-colorpicker {
	width: 80px;
}

#calendar-colorpicker > div.event-day {
	background-image: url(../images/downarrow_white.gif);
	background-position: 69px 7px;
	background-repeat: no-repeat;
}

.calendar-view-month .month-container {
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0;
}

.Calendar-frmEvent .FieldLabel {
	width: 105px;
}
