.table {
	
	color: #000;
	margin: 0 auto;
}
.table td {

  text-align: center;
  font: bold 12px Georgia;
  width: 25px;
  height: 25px;

}
/* Current date */
.table .curr { background: url(../i/calendar-current.png) 50% 50% no-repeat;}

/* Weekend  */
.table .weekend { background-color: #fed65d;}

/* Cell link */
.table td a {text-decoration: none; color: #2F2F2F; display: block; text-align: center; padding: 3px 0;}
.table td.event a{
	text-decoration: underline;
	color: brown;
}

/* Cell link hover */
.table td:hover {background: url(../i/calendar-over.png) 50% 50% no-repeat;}

/* Name of the selected month (at the top) */
.monthName {margin: 2px; text-align: center; font-size: 11px;
	margin: 0 auto 10px;
	font: bold 12px Georgia;
	position: relative;
	top: 5px;
	width: 183px;
}

/* Next-Prev arrows */
.monthName a {color: #111111; text-decoration:none; }
.next {float:right;}
.prev {float:left;}

pre {background-color: #eeeeee; font-size:12px;}

