@charset "utf-8";

span.Today {
	cursor: pointer;
	font-weight: bolder;
	display: block;
}
.deli {
	background-color: #ffccff;
	color: #ffffff;
}
li.holyday {
	background-color: #ff99ff;
	color: #333333;
}
li.Sun {
	color: #ff0000;
}
li.Sat {
	color: #0033FF;
}
li.undefined {
	cursor: pointer;
}
li.Sunholyday {
        background-color: #ff99ff;
	color: #ff0000;
}

/*ui*/
div.cal_wrapper {
	padding: 3px;
	width: 210px!important;
	width/**/: 200px;
	height: 200px!important;
	height/**/: 220px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
	margin: 3px;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 80px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 19px;
	height: 20px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
li.cal_prev {
	background-image: url(img/cal_01.gif);
}
li.cal_to {
	background-image: url(img/cal_02.gif);
}
li.cal_next {
	background-image: url(img/cal_03.gif);
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 12px;
	padding: 12px;
	margin: 0px;
	border-bottom: solid 1px #cccccc;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 1px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 25px;
	text-align: center;
	list-style: none;
	font-size: 11px;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	
}