#wp-calendar {
	width: 90%;
	font-size: 11px;
	border: none
}
#wp-calendar caption {
	color: #4C4C4C;
	font-size: 14px;
	padding-bottom: 4px;
	text-align: left
}
#wp-calendar thead {
	font-size: 11px
}
#wp-calendar thead th {
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	font-size: 13px;
	background-color: #33AC41;
}
#wp-calendar tfoot, #wp-calendar tfoot td {
	background: none;
	border: none;
	font-size: 13px;
	text-align: left;
	padding: 0
}
#wp-calendar tfoot tr {
	border: none
}
#wp-calendar td:first-child {
	font-weight: normal
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #eee;
	color: #878787;
	font-size: 11px;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	text-align: right
}

#wp-calendar tbody td a {
	display:block;
	background: #33AC41;
	color: #fff;
	font-size: 11px;
	text-align: center;
	text-decoration:none;
}
