@charset "utf-8";
/* CSS Document */

.calendar{
	font-size:12px;
	margin:5px;
}

.calendar td, .calendar th{
	padding:0px 3px;
	margin:3px;
	text-align:center;
	vertical-align:middle;
}

.calendar td a, .calendar th a{
	text-decoration:none;
}

.calendar th.calendar-week{
	font-weight:bold;
	border:none
}

.calendar th.calendar-head{
	border:none;
	font-weight:bold;
}

.calendar th.days{
	font-weight:normal;
}

.calendar td.foreign{
	color:#aaa;
}

span#back a{
	margin: 0px 7px 0px 0px;
}

span#forward{
	text-align:right;
}

span#forward a{
	margin:0px 0px 0px 7px;
}

.year-back, .year-forward{
	font-size:130%;
}