@charset "UTF-8";
.widget-calendar table {
	width: 100%;
}
.widget-calendar table th {
	font-weight: bold;
	text-align: center;
}
.widget-calendar table td {
	text-align: center;
	border: 1px solid #CCCCCC;
}
#blog #wrapper #mainArea #rightPane .widget-calendar table td a {
	color: #0000FF;
	font-weight: bold;
}
#blog #wrapper #mainArea #rightPane .widget-calendar table td a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

