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

		Old class names: iwcWidgetCalendarMonthly
		New class names: CalendarMonthView
*/

.dj_ie .CalendarMonthView {
	zoom: 1;
}

.CalendarMonthView table {
	border: none;
	background: #FFF;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.CalendarMonthView .dateNum{
    padding: 2px;
}

.CalendarMonthView-MonthHeader {
	color: #FFF;
}

.CalendarMonthView-MonthHeader th {
	height: 24px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.CalendarMonthView-DayHeaders th {
	height: 26px;
	text-align: center;
	font-size: 12px;
}

.CalendarMonthView td {
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	width: 14.5%;
	cursor: pointer;
	overflow: hidden;
}

/* Previous and next month are shown in opaque on the month view */
.CalendarMonthView .previousMonth,
.CalendarMonthView .nextMonth {
	color: #999;
	background-color: #EAEBEC; /* NOT THEMED */
}

.CalendarMonthView .monthDayHeader {
	text-align: right;
	font-size: 12px;
	height: 17px;
	padding:3px 6px 0 0;
	margin: 0;
}

.dj_ie .CalendarMonthView .monthDayHeader {
	padding-top: 1px;
	font-size: 11px;
}

.CalendarMonthView .selected .monthDayHeader {
	color: #FFF;
	font-weight: bold;
}

.CalendarMonthView .monthDayDetail {
	margin:0;
	font-size: 11px;
	padding: 3px;
}

.CalendarMonthView .monthDayDetail div {
	margin: 0;
	padding: 0;
}

.CalendarMonthView .monthDayDetail .more{
	padding: 3px 3px 3px 0px;
}
