@charset "UTF-8";

/*
body {
	background-color: #f9f9f9;
	text-align: center;
}
*/
/*-- calendar --------------------------------------------------*/
.cal {
	width:177px;
	height:177px;
	line-height: 23px;
	margin:0 auto;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.cal-head {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 27px;
	text-align: left;
}
.cal .box {
	display: block;
/*
	padding: 1px;
	border-style: dotted;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
*/
}
.cal .d div {
	float:left;
	margin:0 0px 0px 0;
	width: 25px;
	height: 25px;
	text-align: center;
}
.cal .d div a {
	font-weight: bold;
}
.cal .d div a:hover {

}
.cal .thead {
	background: #ffffff;
	border-style: dotted;
	border-width: 1px 0;
	border-color: #cccccc;
	zoom: 1;
}
.cal .thead:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.cal .th {
}
.cal .cl {
	background: #BB5660;
	color: #ffffff;
}
.cal .op {
	background: #ffffff;
} 
.cal .no {
	background: #ffffff;
} 
.cal .ev {
	color: #ffffff;
	background-color: #aedca9;
} 
.cal .holiday {
	color: #fbd5c7;
}
.cal .event {
	color: #aedca9;
}
.cal .footer {
	clear: both;
}
.cal .footer_notes {

}
.cal .copy {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}
.cal .copy a {
	color: #6a9230;
	text-decoration: none;
}
.cal .copy a:hover {
	color: #ff9933;
	text-decoration: underline;
}



#opencalendar {
	width: 210px;
	font-size: small;
	background-color: #ffffff;
	color: #666666;
}
.cal {
	clear: both;
}
#cal_box {
	padding: 2px 2px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
#cal_title {
	padding: 5px 0 8px;
	line-height: 1em;
	text-align: center;
	background-color: #ffffff;
	color: #BB5660;
	font-size: 14px;
	font-weight: bold;
}
.cal_panel {
	margin: 5px auto 0px;
	width: 178px;
	border-style: dotted;
	border-width: 1px;
	border-color: #cccccc;
}
.cal_panel:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.current_m {
	float: left;
	border-style: dotted;
	border-width: 0 1px 0 0;
	border-color: #cccccc;
}
.prev_m {
	float: left;
	text-align: left;
	padding: 20px 0 0 10px;
}
.next_m {
	float: right;
	text-align: right;
	padding: 20px 10px 0 0;
}
.prev_m a,
.next_m a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.prev_m a:hover,
.next_m a:hover {
	color: #88000E;
}

#cal_footer {
	text-align: left;
	padding: 5px 5px 5px 10px;
}
#cal_footer .b {
	color: #88000E;
}
