@charset "utf-8";
/* CSS Document */

#body .left div.calendar {
	background: #FFF;
	border: #CCC solid 1px;
	height: 236px;
	width: 223px;
}
#body .left div.calendar table {
	border: 0;
	border-spacing: 2px;
	left: 1px;
	margin: 11px auto 0 auto;
	position: relative;
	text-align: center;
	top: 1px;
	width: 189px;
}
#body .left div.calendar td,
#body .left div.calendar th {
	height: 23px;
	text-align: center;
	width: 23px;
}
#body .left div.calendar td {
	border: #CCC solid 1px;
	font: normal 1.0em/1.0em Arial, sans-serif;
}
#body .left div.calendar td.hasArticle {
	border: #000 solid 1px;
}
#body .left div.calendar th {
	font: bold 1.0em/1.0em Arial, sans-serif;
}
#body .left div.calendar tr.first th {
	font: normal 1.4em/27px Verdana, Arial, Helvetica, sans-serif ;
	width: 185px;
	vertical-align: middle;
}
#body .left div.calendar tr.first a {
	display: block;
	float: left;
	width: 9px;
	height: 27px;
	text-indent: -1000px;
}
#body .left div.calendar tr.first div {
	background: none;
	float: right;
	margin: 0;
}
#body .left div.calendar tr.first span {
	display: block;
	float: left;
	padding: 0 4px;
}
#cal_month	{
	width: 88px;

}
#body .left div.calendar th a.back {
	background-image: url(../css/calendar-back.png);
}
#body .left div.calendar th a.fwd {
	background-image: url(../css/calendar-fwd.png);
}
#body .left div.calendar th a.back:hover {
	background-position: -1px 0;
}
#body .left div.calendar th a.fwd:hover {
	background-position: 1px 0;
}