.calend .table {
  font-size: 12px;
  color: #000;
  border-collapse:collapse;
  width:100%;
}

.calend td {
  text-align: center;
  padding:3px 1px;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  line-height:13px;
}

.calend th {
  text-align: center;
  padding:11px 0px 0px 0px;
  font-family:Arial;
  font-size:12px;
}

/* Current date */
.table .curr { background:#aaa; }

/* Weekend  */
.table .weekend { }

/* Cell link */
.table td a {text-decoration: none; color: #000;}

/* Cell link hover */
.table td:hover {background-color: #aaccee;}

/* Name of the selected month (at the top) */
div.monthName {margin: 2px; text-align: center; font-size: 14px;color:#000; font-weight:bold; width:230px !important;}

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

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

.monthName { width:163px;}
