#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 1px;
margin: 0;
font-size: 1em;
}

#wp-calendar tbody td a{
height: 1.5em; line-height:1.5em; text-decoration:none;
}

/*#wp-calendar tbody td a:hover{text-decoration:underline}*/

#wp-calendar tfoot td#prev a{
height: 1.5em; line-height:1.5em; text-align:left
}
#wp-calendar tfoot td#next a{
height: 1.5em; line-height:1.5em; text-align:right
}
#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}

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

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

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

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

#wp-calendar td#today{border: 1px solid #000; font-weight:bold}

#wp-calendar caption
{
font-weight: bold;
text-align: left;
font-size:0.9166em;
font-family:Tahoma,Geneva,sans-serif;
border-bottom: 2px solid #000;
height:25px; line-height:25px;
margin-bottom:1em;
}
#wp-calendar caption{font-family:verdana,arial,sans-serif;}
