@charset "utf-8";
div.cal_wrapper {
	padding: 0px 0px 0px 0px;
}
div#cal0 {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:160px;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #000;
	font-size: 10px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #fc0;
	background-color: #FFF;
	font-size: 10px;
	margin: 0px 1px;
	padding: 1px 3px;
	border-radius: 2px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #fc0;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #000;
}
div.cal_wrapper table.cal tr.headline {
/*		background-color: #eee;*/
	background-color: #fc8;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
/*	padding: 5px 15px;*/
	padding: 5px 3px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
/*		width: 180px;*/
	width: 180px;
	border: solid 1px #fc0;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #fc8;
}

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
/*	color: #00F;*/
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #fc0;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #000;
/*	background-color: #FEE;*/
	background-color: #fc8;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.backward {
	color: #999;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}