#wp-calendar
{

	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

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

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

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

#wp-calendar th
{
	text-align: center;  
	vertical-align:top;
	border:1px solid #000000;
	width:65px;
	background-color:#CCCCCC;
}
#wp-calendar td
{
	text-align: left;  
	vertical-align:top;
	border:1px solid #000000;
	height:75px;
	width:65px;
	overflow:hidden;
}

#wp-calendar tbody td a
{
	text-decoration: underline;
	background-color: #ccc;
}
#wp-calendar tfoot tr td{
	height:15px;
}

#wp-calendar caption
{
	letter-spacing: 0.1em;
	padding: 0.2em 1em 0.2em 0em;
	font-weight: normal;
	text-align: center;
	font-size: 1.2em;
}
#wp-calendar tbody .pad, #wp-calendar #next, #wp-calendar #prev, #wp-calendar #showit{
	border:none;
}
#wp-calendar #next {
	text-align: left;
	display:block;
}
#wp-calendar #next a {
	text-align: right;
}
.showCal_Day {
	font-size: .8em;
}
