.day{
  font-family:arial;
  font-size: 10px;
  color:#444444;
  font-size:11px;
  }
.day a {
  font-size: 10px;
  font-weight:bold;
  color: #444444;
  text-decoration:none;
}
.day a:visited {
  font-size: 10px;
  font-weight:bold;
  color: #333399;
  
}
.day a:hover {
  font-weight:bold;
  color: #312075;
}
.weekend {
  background-color: #f6f6f6;
}
.monthtableouter {
  background-color: #cccccc;
}
.monthtableinner {
  width: 200px;
}
.normalday {
  background-color: #ffffff;
}
.title {
  background-color: #f6f6f6;
  font-weight:bold;
  font-family:verdana;
  font-size:12px;
}
.title2 {
  background-color: #f6f6f6;
  font-weight:bold;
  font-family:verdana;
  font-size:12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.month, .days {
  background-color: #f6f6f6;
  font-size:10px;
  font-weight:normal;
  font-family:arial;
}
.selectedday {
  background-color: #DBDBDB;
}
#today {
  border: 1px #000000 solid;
  background-color: #C4C4C4;
}
.tbrecbuscal{
  border: 1px solid #c2c2c2;
  background-color: #f6f6f6;
  height: 153px;
}