@charset "UTF-8";

/* ======================================================
@calendar module
======================================================= */

.calendar_table {
	width: 698px;
	padding: 15px 0 12px;
	border: 1px solid #c3c3c3;
	background: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}

.move_line {
	margin: 0 12px 10px;
	min-height: 1px;
}

* html .move_line {
	height: 1px;
	overflow: visible;
}

.move_line:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.move_line a {
	padding: 2px 10px;
	background: #063190;
}

.move_line .move_prev {
	float: left;
}

.move_line .move_next {
	float: right;
}

.calendar_line {
	margin: 0 0 0 12px;
	min-height: 1px;
}

* html .calendar_line {
	height: 1px;
	overflow: visible;
}

.calendar_line:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.calendar_month {
	float: left;
	margin-right: 10px;
}

.month_label {
	height: 24px;
	text-align: center;
	font-weight: bold;
}

.date_row .calendar_sun_label {
	width: 30px;
	height: 28px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #ff2a00;
}

.date_row .calendar_wday_label {
	width: 30px;
	height: 28px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.date_row .calendar_sat_label {
	width: 30px;
	height: 28px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #2b6cff;
}

.day_row .emp_date {
	width: 30px;
	height: 26px;
	background: #f1f1f1;
}

.day_row .calendar_holiday ,
.day_row .calendar_sun {
	width: 30px;
	background: #ffebeb;
	text-align: center;
	color: #ff2a00;
}

.day_row .calendar_holiday a ,
.day_row .calendar_sun a {
	display: block;
	padding: 7px 0 2px;
	text-decoration: none;
	color: #ff2a00;
}

.day_row .calendar_wday {
	width: 30px;
	background: #f1f1f1;
	text-align: center;
}

.day_row .calendar_wday a {
	display: block;
	padding: 7px 0 2px;
	text-decoration: none;
	color: #333;
}

.day_row .calendar_sat {
	width: 30px;
	background: #e9f0ff;
	text-align: center;
	color: #2b6cff;
}

.day_row .calendar_sat a {
	display: block;
	padding: 7px 0 2px;
	text-decoration: none;
	color: #2b6cff;
}
