#wp-calendar {
	text-align: center;
	width: 172px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
}

#wp-calendar td.today {
	font-weight: bold;
	text-decoration: none;
}

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

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

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

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

#wp-calendar td {
	font-family: Arial, Helvetica, Sans-serif;
}

#wp-calendar tbody td a {
	font-weight: bold;
	line-height: 24px;
	width: 100%;
	height: 24px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: transparent url(mark2.png) no-repeat 0 0;
}

#wp-calendar tbody td a:hover {
	background-position: 0 -24px;	
}

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

.saturday {
	color: blue;
}

.holiday {
	color: red;
}

#wp-calendar tfoot {
	width: 100%;
	font-weight: bold;
}

#wp-calendar td#prev {
	text-align: left;
}

#wp-calendar td#next {
	text-align: right;
}
