#wp-calendar {
	width: 98%;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CEE2E3;
	text-align: left;
	padding: 0px;
}

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

#wp-calendar th {
	font-weight: bold;
	font-size: 12px;
	color: #CEE2E3;
	font-family: Tahoma;
	background-color: transparent;
	text-align: center;
	line-height: 13px;
	height: 22px;
}

#wp-calendar a:link {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A32F3D;
	background-color: #CEE2E3;
}
#wp-calendar a:visited {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A32F3D;
	background-color: #CEE2E3;
}
#wp-calendar a:hover {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}
#wp-calendar a:active {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 1px;
	border: 1px solid #F4DCDC;
}

#wp-calendar tbody td a {
	background-color: transparent;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#wp-calendar caption {
	height: 25px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F4DCDC;
	background-color: transparent;
	font-style: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
ul {
	height: auto;
	width: 168px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 4px;
	display: block;
}
ul li {
	list-style-type: none;
	display: block;
	height: auto;
	width: 168px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
}
ul li a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CEE2E3;
	text-decoration: none;
}
ul li a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CEE2E3;
	text-decoration: none;
}
ul li a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CEE2E3;
	text-decoration: underline;
}
ul li a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CEE2E3;
	text-decoration: underline;
}

