﻿.calendar {
	display: none;
	position: absolute;
	background-color: #fffffc;
	border: thin outset;
	font: message-box;
	padding: 10px;
	color: black;
	font-family: MS PGothic,Osaka,Hiragino Kaku Gothic Pro W3,Arial,Helvetica,sans-serif;
	font-size:12px;
	z-index: 10;
	width:220px;
}
.calendar div {
	text-align:center;
}
.calendar table {
	margin:0 auto;
}
.calendar th {
	text-align: center;
	font-weight: bold;
	line-height: 2;
	font-size:10px;
}
.calendar td {
	text-align: center;
	color: #666666;
	line-height: 2;
	border:1px solid #ffffff;
}
.calendar tbody th, .calendar tbody td {
	width: 30px;
}
.calendar .caption {
	border-bottom: #888888 thin solid;
	white-space: nowrap;
	font-weight:bold;
}
.calendar .caption .prev{
	font-size:10px;
	margin-right:10px;
}
.calendar .caption .next{
	font-size:10px;
	margin-left:10px;
}

.calendar a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
	color: #00008b;
}
.calendar a.disabled {
	text-decoration: none;
	font-weight: normal;
	cursor: default;
	color: black;
}
.calendar .sunday, .calendar .holiday {
	background-color: #ffcccc;
}
.calendar .saturday {
	background-color: #e5e5ff;
}
.calendar .today {
	background-color: #cccccc;
}
.calendar.active {
	display: block;
}

.calendar .current {
	background-color:#00008b;
}
.calendar .current a {
	font-weight:bold;
	color:#ffffff;
}

.calendar .close {
	margin-top:10px;
}
