/* Calendar Page */
.calendar_top {
	background-image: url('/img/bkg_calendar_top2.png');
	background-repeat: no-repeat;
	width: 938px;
	height: 40px;
}

.calendar_top.light {
	background-image: url('/img/bkg_calendar_top2_light.png');
}

.calendar {
	background-image: url('/img/bkg_calendar_middle.png');
	background-repeat: repeat-y;
	width: 916px;
	padding: 0px 11px 0px 11px;
	font-size: 12px;
	overflow: hidden;
}

.calendar.light {
	background-image: url('/img/bkg_calendar_middle_light.png');
}

.calendar_bottom {
	background-image: url('/img/bkg_calendar_bottom.png');
	background-repeat: no-repeat;
	width: 938px;
	height: 12px;
}

.calendar_bottom.light {
	background-image: url('/img/bkg_calendar_bottom_light.png');
}

.calendar a {
	text-decoration: none;
}

.calendar a:hover {
	text-decoration: underline;
}

.calendar_table {
	background-color: #ffffff;
	width: 682px;
	overflow: hidden;
	margin-top: 10px;
}

.calendar_header {
	background-image: url('/img/bkg_calendar_header.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 36px;
	vertical-align: top;
	padding: 4px;
	color: #232323;
}

.calendar_active, .calendar_inactive {
	width: 96px;
	height: 60px;
	vertical-align: top;
	padding: 3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.calendar_header_day_of_week {
	background-repeat: repeat-x;
	height: 31px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.monthly_header_left {
	height: 25px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-weight: bold;
}

.monthly_header_middle {
	height: 25px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-weight: bold;
}

.monthly_header_right {
	height: 25px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	font-weight: bold;
}

.calendar_footer {
	height: 38px;
	border-top: 1px solid #ffffff;
	vertical-align: top;
	padding: 4px;
}

.calendar_schedule {
	background-image: url('/img/bkg_calendar_popin.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 430px;
	height: 438px;
	padding: 20px 15px 15px 15px;
	color: #ffffff;
	font-size: 11px;
	overflow: hidden;
}

.calendar_schedule_inner {
	width: 430px;
	height: 438px;
	position: relative;
	overflow: auto;
}

.calendar_schedule_cell {
	width: 77px;
	height: 110px;
	text-align: center;
}

.calendar_schedule_cell div {
	line-height: 80px;
}

.calendar_schedule img {
	vertical-align: middle;
}

.calendar_schedule a {
	color: #ffffff;
	text-decoration: none;
}

.calendar_schedule a:hover {
	text-decoration: underline;
}