@charset "utf-8";
/* CSS Document */

div.calendar_area {
	position:absolute;
	z-index:5;
}

div.largest_box {
	background-color:#FFFFFF;
	border:solid 2px #CCCCCC;
	width:218px;
}

div.calendar_head {
	background-color:#FFCCCC;
	text-align:left;
	float:left;
	border-bottom:solid 2px #CCCCCC;
}

div.close_button {
	float:left;
}

div.year_month {
	width:198px;
	float:left;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

table.calendar_body {
	clear:both;
	border-collapse:collapse;
}

table.calendar_body th {
	font-weight:normal;
	border:solid 1px #CCCCCC;
}

table.calendar_body td {
	width:28px;
	height:15px;
	text-align:center;
	border:solid 1px #CCCCCC;
}

div.notation {
	text-align:left;
	font-size:11px;
	color:#666666;
	width:190px;
}

div.calendar_foot_link {
	text-align:center;
	width:200px;
}

div.error_notation {
	color:#FF0000;
	margin:10px;
	padding:5px;
	border:solid 1px #999999;
	display:none;
}
