/*
    Document   : MonthlyEvent
    Created on : Apr 8, 2009, 5:25:51 PM
    Author     : paul
    Description:
        Purpose of the stylesheet follows.

		Old class names: eventView monthly
		New class names: CalendarMonthlyEvent
*/

.CalendarMonthlyEvent .CalendarMonthlyEvent-preview {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
}

.CalendarMonthlyEvent .CalendarMonthlyEvent-preview.event {
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding: 0px 2px 1px 12px;
}

.dj_webkit .CalendarMonthlyEvent-preview.event {
	background-position: 1px 2px;
}

.CalendarMonthlyEvent .CalendarMonthlyEvent-preview.invite {
	line-height:13px;
	height:13px;
	padding-left: 15px; /* Make room for icon */
	margin: 1px 0 1px 0;
	border: 1px solid;
}

.dj_gecko .CalendarMonthlyEvent-preview.invite {
	line-height:12px;
}

.CalendarMonthlyEvent .CalendarMonthlyEvent-preview.task {
	padding: 0px 2px 1px 15px;
}

.CalendarMonthlyEvent .CalendarMonthlyEvent-preview span {
	white-space:nowrap;
	overflow:hidden;
}

/* In weekview */
.CalendarWeekView .CalendarMonthlyEvent {
        margin: 2px;
}
