/*** for internal calendar page ***/
#calendarWrapper {
	margin: 0 30px;
	width: 820px;
}

#calendarViewNav {
	list-style-type: none;
	margin: 0 0 0 -40px;
}

#calendarViewNav li {
	float: left;
	margin-right: 7px;
}

.calendarInternal {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-bottom: 20px;
}

.calendarTitle {
	width: 100%;
	margin: 0;
}

.calendarNextMonth {
	margin-left: 650px;
}

.calendarDayHeader {
	width: 115px;
	text-align: center;
}

.calendarDay {
	width: 109px;
	min-height: 120px;
	height: 120px;
	overflow: auto;
	padding: 0 3px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 9px;
}

.calendarDayToday {
	background-color: #ffffcc;
}

.calendarDayFree {
	background-color: #fff;
}

.calendarDayPast {
	background-color: #eee;
}

.calendarDayBlank {
	float: left;
	width: 115px;
	min-height: 120px;
}

.weekHeight {
	min-height: 400px;
}
