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

		Old class names: eventBoxWrap
		New class names: CalendarEvent

		Note: all css class names specific to Event widget have been modified with suffix "CalendarEvent-"
*/

/* All*/

.CalendarEvent {
	overflow: hidden;
	color: #FFF;
	display: block;

}

.CalendarEvent-Decoy {
	z-index: 1000;
}

.CalendarEvent .CalendarEvent-container {
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 4px;

}

.CalendarEvent .CalendarEvent-container .CalendarEvent-header {
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 4px; /* Make room for the rounded corners */
	height: 15px;
	max-height: 15px;
    cursor:move;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.CalendarEvent .CalendarEvent-container .CalendarEvent-header .CalendarEvent-headerText {
	font-size: 11px;
	z-index: 101;
	white-space: nowrap;
	overflow: hidden;
	height: 15px;
	position: relative;
}

.dj_webkit .CalendarEvent-container .CalendarEvent-header .CalendarEvent-headerText {
	padding-top: 1px;
}

.CalendarEvent .CalendarEvent-Visualcues {
	white-space: nowrap;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 1px;
	right: 1px;
}

.CalendarEvent .CalendarEvent-Visualcues span {
	display: inline-block;
}

.CalendarEvent .CalendarEvent-container .CalendarEvent-body {
	padding: 0px 1px;
	font-size:11px;
	cursor:pointer;
}

.CalendarEvent .CalendarEvent-footer {
	clear: left;
	float: left;
	height: 6px;
	margin-right: 6px;
}

.CalendarEvent .CalendarEvent-footer .CalendarEvent-footerText{
	float: left;
	height: 6px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top center;
}

.CalendarEvent .CalendarEvent-footer {
	cursor:s-resize;
}
