#giraffe_calendar
{
margin: 8px auto;
}
#wp-calendar
{
text-align: center;
width: 90%;
border-collapse: collapse;
padding: 0;
margin: 0px auto;
font-size: 0.8em;
border-bottom: 1px solid #999999;
background-color:#FFFFFF;
}

#wp-calendar table {
}

#wp-calendar caption, #wp-calendar caption a, #wp-calendar caption a:hover
{
	margin:0px auto;
	background-color: #0066FF;
	padding: 0.2em 0em 0.2em 0em;
	font-weight: bolder;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
}

#wp-calendar th
{
font-weight: bold;
background-color:#333333;
color:#FFFFFF;
}

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

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

#wp-calendar td {
margin:1px;
border: 1px solid #999999;
}
#wp-calendar tr {
margin:1px;
}

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

#today, #today a {
border: solid 1px #0000FF;
}

#wp-calendar tfoot
{
	background-color: #999999;
	color: #000099;
}

