.calendar_wrapper{
	margin:4px 0;
}
#wp-calendar{
	font:normal normal normal 11px/14px Arial;
	empty-cells: show;
	border-collapse:collapse;
	border-spacing:0 0;
	margin:4px 14px;
	width:170px;
}
#wp-calendar tbody td{
	height:19px;
	width:18px;
	text-align:center;
	padding:0;
	font-style:italic;
}
#wp-calendar thead th{
	color:#000;
  font-weight:bold;
}
#wp-calendar tbody td#today{
	color:#000;
	background:#CCC;
	border:1px solid #333;
}
#wp-calendar thead th{
	
}
#wp-calendar tfoot td{

}
#wp-calendar a{
	font-weight:bold;
	text-decoration:none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar #next{
  text-align:right;
}
#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}