.calendar_title{
	margin:0;
	padding:10px;
	text-align:center;
	font-size:1.1em;
	color:#ffffff;
}
.calendar_selected{
	font-size:1.2em;
	text-align: center;
	margin:0;
	padding:5px;
	background: rgba(255, 255, 255, 0.162);
	color: #ffffff;
	overflow: hidden;
}
.calendar_prev{
	float:left;
	width:50px;
}
.calendar_next{
	float:right;
	width:50px;
	text-align:right;
}
.calendar_box .calendar_prev a,
.calendar_box .calendar_next a{
  color:#FFF;
}
.calendar_table{
	width:100%;
  color:#222;
  background-color: rgba(255, 255, 255, 0.562);
}
.calendar_table th{
	text-align:right;
	padding-right:2px;
  background: #FFF;
}
.calendar_table td{
	text-align:right;
	padding-right:2px;
}
.calendar_table th,
.calendar_table td {
    border: 1px solid #222;
  text-align: center;
}
.calendar_table td a:link,
.calendar_table td a:visited{
	text-decoration:none;
}

.color00{
	background:#dfe8f4;
}
.color01{
	background:#d15d5d;
}
.color02{
	background:#FFFFCC;
}
table.calendar_append{
	font-size:0.9em;
	margin-top:10px;
}
table.calendar_append td{
	padding:0 4px;
}

.calendar_append th,
.calendar_append td {
  border:none;
}