#wp-calendar
{
	width: 100%;
	text-align: center;		
	border-spacing: 0px;
}

#wp-calendar th {
	text-align: center;
	font-weight: normal;
}

#wp-calendar tbody td {
	width: 35px;
	height: 20px;
	padding: 6px;
	font-size: 11px;
	text-align: center;
	background: #FFFFFF;
	color: #536E87;
}

#wp-calendar caption {
	text-align: left;
	padding-bottom: 10px;
	padding-left: 6px;
}

#wp-calendar thead {
	color: #fff;
	background: #7F7F7F;
}

#entries_found {
	background: url('images/day_cur.gif') no-repeat top left;
	width: 35px;
	height: 26px;
}

#entries_found  a {
	display: block;
	color: #7F7F7F;
	font-weight: bold;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 8px;
}

#wp-calendar tfoot {
	height: 22px;
}

#wp-calendar tfoot td {
	padding: 0px;
	font-size: 11px;
	height: 22px;
	background-color: #B20B0A;
	color: #fff;
}

#wp-calendar tfoot td.cal_sep {
	background-color: #ffffff;
}

#footer_calendar_mod {
	width: 100%;
	border-spacing: 0px;
	height: 22px;
}

#footer_calendar_mod td {
	font-weight: bold;
	height: 22px;
	padding: 0px;
}

#footer_calendar_mod #prev {
	text-align: left;
	width: 22px;
}

#footer_calendar_mod #prev a {
	display: block;
}

#footer_calendar_mod #showit {
	text-align: center;
	width: 100%;
}

#footer_calendar_mod #next {
	text-align: right;
	width: 22px;
}

#footer_calendar_mod #next a {
	display: block;
}

#footer_calendar_mod img {
	border: 0px;
}

#footer_calendar_mod #showit a{
	color: #fff;	
}

#today {
	width: 35px;
	height: 26px;
	background: url('images/day_cur2.gif') no-repeat top left;
}

#today span {
	display: block;
	padding-top: 7px;
	padding-left: 8px;
}

#wp-calendar tbody td.first_col {
	padding: 0;
}