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

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

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

#wp-calendar a
{
text-decoration: none;
display: block;
color: black;
}
#wp-calendar td {
background:#f9f9f9;
}
#wp-calendar td, #wp-calendar th
{
text-align: center;  
border:1px solid #a1a5a9;
padding:2px 4px;
font-size:0.95em;
}

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

#wp-calendar tbody td#today, #wp-calendar tbody td#today a {
background:#cd1923;
color:#ffffff;
}

#wp-calendar caption
{
padding: 0.2em 1em 0.5em 0em;
font-weight: normal;
text-align: left;
font-size: 1em;
text-align:center;
}


