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

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

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

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

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

#wp-calendar tbody td a
{
text-decoration: underline;
background-color: #9CB7FE;
font-weight:bold;
}

#wp-calendar caption
{
letter-spacing: 0.1em;
padding:0;
font-weight: normal;
text-align: left;
font-size: 1.2em;
height:18px;
}

.month_link_left {
	float:left;
	width:45px;
	height:5px;
}

.month_link_right {
	float:right;
	width:45px;
	height:5px;
}

.month_name {
	float:left;
	text-align:center;
	width:180px;
}