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

#wp-calendar  a
{
display: block;
color:#7FAA3C;
}

#wp-calendar a:hover 
{
color:#5f5f5f;
text-decoration:underline;
}

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

#wp-calendar th
{
font-weight: bold;
text-align: center;  
background:#e9e9e9;
border-bottom:1px dotted #b6b6b6;
}

#wp-calendar td
{
text-align: center;  
background:#f2f2f2;
}

#wp-calendar td:hover 
{
background:#e9e9e9;
}

#wp-calendar tbody td a
{
font-weight: bold;
background:#e9e9e9;
}

#today{
font-weight: bold;
text-decoration:underline;
}

#wp-calendar caption
{
font-weight: bold;
text-align: left;
padding: 0.2em 1em 0.2em 0em;
}


