#wp-calendar {
	width: 132px;
	margin: 0px;
	padding: 0px;
}

#wp-calendar caption {
	font-size: 10px;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
	text-transform: lowercase;
}

#wp-calendar thead tr {
	border-top: 0px Solid #4f7d0e;
	border-bottom: 0px Solid #4f7d0e;
}
#wp-calendar thead tr th {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #0a243f;
	border: 0px;
}

#wp-calendar tbody tr td {
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	color: #548ec4;
	background: #1a4166;
}
#wp-calendar tbody tr td a, #wp-calendar tbody tr td a:visited {
	text-decoration: none;
}

#wp-calendar tfoot tr #prev {
	font-weight: bold;
	font-size: 11px;
}

#wp-calendar tfoot tr #next {
	font-weight: bold;
	font-size: 11px;
}