@CHARSET "UTF-8";/* default elements */
.widget.calendar table {
	width:224px;
	margin:0.7em 18px 0.9em;
	font-size:0.9em;
}
.widget.calendar table td, .widget.calendar table th {
	width:32px;
	padding:0.2em 0;
	overflow:hidden;
	text-align:center;
}
.widget.calendar table td a {
	font-weight:bold;
}
.widget.calendar table td.today {
	background-color:#d5e1f6;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
.widget.calendar table th {
	border-bottom:1px solid #003e6e;
	font-size:1.1em;
}
.widget.calendar table th:first-child,.widget.calendar table th:last-child {
	font-size:1.5em;
}