.calendar-background { 
	width: 660px; 
	height: auto;
	position: relative;
	float: left;
	background: url(../images/calendar/calendar_bg2015_v2.jpg) no-repeat;
}

.calendar-main {
	width: 619px;
	height: auto;
	position: relative;
	float: left;
	top: 120px;
	left: 20px;
	border: none;
}

.calendar-month-header {
	width: 100%;
	height: 38px;
	position: relative;
	float: left;
	background: url(../images/calendar/month_bg2015.png) no-repeat;
	display: table-cell;
}

.calendar-week-header {
	width: 100%;
	height: 30px;
	position: relative;
	float: left;
	background: url(../images/calendar/week_bg2015.jpg) no-repeat;
}

.calendar-day-container {
	color:#CC1E30;
	width: 615px;
	height: auto;
	position:relative;
	float:left;
	border-left: 2px #D06668 solid;
	border-right: 2px #D06668 solid;
	display: table-cell;
}

.calendar-footer {
	width: 627px;
	height: 300px;
	position: relative;
	float:left;
	top: 120px;
	left: 20px;
}

.calendar-footer-col {
	width: 309px;
	height: auto;
	position: relative;
	float:left;	
}

.calendar-footer-left {
	height: 102px;
	background: url(../images/calendar/note2015.jpg) no-repeat;
}

.calendar-footer-right {
	text-align: right;	
}

.calendar-footer-remarks {
	width: 100%;
	position: relative;
	float:left;	
	margin-top: 10px;
	
}

.calendar-footer-remarks a {
	text-decoration: underline;
}

.calendar-box-1, .calendar-box-2 {
	width: 87px;
	height: 65px;
	position: relative;
	float:left; 
	border-bottom: 2px #D06668 solid;
	background-color: #FFF;
	cursor: pointer;
}

.calendar-box-2 {
	border-left: 1px #D06668 dotted;
}


.calendar-box-1 label, .calendar-box-2 label {
	position: relative;
	float:right; 
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.calendar-month-space {
	width: 10px;
	height: 30px;
	float: left;
	display: table-cell;
	position: relative;
	top: 8px;
}

.calendar-month-this, .calendar-month-next, .calendar-year {
	height: 25px;
	float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 13px;
	font: 12px Arial, Helvetica, sans-serif;
}

.calendar-month-this {
	width: 39px;
	cursor: pointer;
}

.calendar-year {
	width: 55px;
	font-weight: bold;
	color: #C0383C;
}

.month-btn {
	cursor: pointer;
}

.month-btn a {
	text-decoration: none;
	color: #000;
}

.month-btn-hl {
	font-weight: bold;
	color: #C0383C;
	background: url(../images/calendar/month_pointer.png) no-repeat bottom center;
}


.month-btn-hl a, .month-btn a:hover {
	color: #C0383C;
	text-decoration: none;
}

.month-btn-curr {
	font-weight: bold;
	color: #C0383C;
	background: url(../images/calendar/month_pointer.png) no-repeat bottom center;
}

.calendar-day-special {
	background: url(../images/calendar/goodday_bg2015.jpg) no-repeat bottom center;
}

.calendar-day-special-hl {
	position:absolute;
	top: 0px;
	display: none;
}

.calendar-day-special-hl div {
	width: 87px;
	height: 65px;
	position: absolute;
	background: #FAE2E7;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.calendar-day-special-hl img {
	position:absolute;
}

.calendar-special-day {
	font: 24pt Arial, Helvetica, sans-serif;
	width:  40px;
	color: #D26669;
	top: 7px !important;
	text-align: center;
}

.calendar-special-negative {
	font: 12px Arial, Helvetica, sans-serif;
	width:  20px;
	color: #715E35;
	top: 10px !important;
	text-align: center;
}

.calendar-special-chi {
	-webkit-text-size-adjust:none;
	font: 11px Arial, Helvetica, sans-serif;
	width:  87px;
	color: #CF1F31;
	top: 8px !important;
	right: 0px !important;
	text-align: center;
}

.calendar-form-modal {
	height:744px; 
	width:424px;
	display: none;
}
.lock{cursor:context-menu;}
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { color:#000; background-color:#FFF; border:8px solid #777; padding:0px;}
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container code {background:#141414; border-left:3px solid #372718; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/tools/chklist/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:5px; right:5px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
