.table {
  border:0px solid #b8d0da;
  font-size: 12px;
  background-color: #f3f3f3;
  color: #005376;
  width: 200px;

}
.table td {
  background-color: #d5e1e6;
  text-align: center;
  padding:3px;
}
/* Current date */
.table .curr {
    background-color: #ebc663;
    color: #531f0c;
    font-weight: bold;
}


/* Weekend  */
.table .weekend { background-color: #b8d0da;}

/* Cell link */
.table td a {text-decoration: none; color: #2F2F2F;}
.table .curr a{
    color: #531f0c;
}
/* Cell link hover */
.table td:hover {
    background-color: #007e9f;
    color: #fff;
}
.table td:hover a{
    color: #fff;
}

/* Name of the selected month (at the top) */
.monthName {margin: 2px; text-align: center; font-size: 12px; color: #fff2d9; font-weight: bold; background: url(/images/cal.gif) repeat-x; line-height: 18px;}

/* Next-Prev arrows */
.monthName a {color: #111111; text-decoration:none; }
.next {float:right;}
.prev {float:left;}

pre {background-color: #eeeeee; font-size:12px;}

