div.cStyle table.table {
  border:1px solid #989898;
  border-top:none;
  width:150px;
  font-size: 12px;
  background-color: #f1f1f1;
  color: #365d91;
  text-align:center;
}
.table  td {
  background-color: #ffffff;
  text-align: center;
  padding:2px;
  border:1px solid #999;
}
/* Current date */
.table .curr { background-color:#aaccee;}

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

/* 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) */
.monthName { padding:1px; margin:0; font-weight:bold; text-align: center; font-size: 11px; border:1px solid #989898; border-bottom:1px dotted #CCC; }

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

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