div.calendarPreviewHeader {
	background:url(../images/CalendarPreviewHeader.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin-top: 5px;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 5px;
}
	
div.calendarPreviewFrame {
	background:url(../images/CalendarPreviewBg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	text-align: center;
}

div.calendarPreviewFooter {
	background:url(../images/CalendarPreviewFooter.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 5px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
}

div.calendarPreviewDate {
	width: 100%;
	color: black;
	font-weight: bold;
}

* html div.calendarPreviewDate,
* html div.calendarPreviewEvent {
	margin-left: 1px;
}

*:first-child+html div.calendarPreviewDate,
*:first-child+html div.calendarPreviewEvent {
	margin-left: 1px;
}

div.calendarPreviewEvent {
	width: 112px;
	margin-left: 22px;
	margin-top: 5px;
	font-size: 10pt;
}
