
#wp-calendar
{
	border-bottom: 2px solid #cfdc4c;
	border-right: 2px solid #cfdc4c;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

#wp-calendar-caption
{
	background: #cfdc4c;
	color: #094a00;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 179px;
	padding: 4px 0;
	margin: 3px 0 0 0;
}

#wp-calendar-caption td
{
	text-align: center;
}

#wp-calendar th
{
	background: #cfdc4c;
	color: #094a00;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0;
	text-align: center;
}

#wp-calendar td
{
	background: #ffffff;
	color: #9bb500;
	font-size: 11px;
	height: 21px;
	text-align: center;
	width: 21px
}

#wp-calendar td a
{
	background: #ffffff;
	color: #145200;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

#wp-calendar #today
{
	background: #9bb500;
	color: #ffffff;
	height: 21px;
}

#wp-calendar #today a
{
	background: #9bb500;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

#showit
{
	display: none;
}