#wp-calendar
{
	text-align: center;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-collapse: separate;
	border-spacing: 2px;
}
#wp-calendar td {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	text-align: left;
	white-space: nowrap;
	background-color: #FFF;
}


#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}

#wp-calendar th
{
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	font-weight: bold;
	white-space: nowrap;
	background-color: #72AE2F;
	padding-top: 2px;
	padding-bottom: 2px;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
}

#wp-calendar td, #wp-calendar th
{
	text-align: center;
	white-space: nowrap;
}

#wp-calendar tbody td a
{
	text-decoration: underline;
	background-color: #CEEAB0;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: normal;
text-align: left;
font-size: 1.2em;
}

#wp-calendar tfoot tr #prev {
	background-color: #F0E8D1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wp-calendar tfoot tr #showit {
	background-color: #F0E8D1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wp-calendar tfoot tr #next {
	background-color: #F0E8D1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
	clear: right;
}