#wp-calendar
{
text-align: center;
width: 160px;
border-collapse: collapse;
padding: 0;
margin: 0;
}

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

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

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

#wp-calendar td, #wp-calendar th
{
text-align: right; 
width: 16px;
padding: 2px 4px 0 0;
}

#wp-calendar tbody td a
{
color: #00539b;
font-weight: bold;
}
#wp-calendar #today
{
color: #6873c0;
}
#wp-calendar #showit a 
{
display: none;
}
#wp-calendar #prev
{
text-align: left; 
padding: 8px 0;
}
#wp-calendar #next
{
text-align: right; 
padding: 8px 0;
}

#wp-calendar caption
{
font-weight: normal;
text-align: left;
}

