.cellEmpty {
  background-color: #FFFFFF;
  border-style: none;
}

.cellDayEmpty {
  color: #000000;
  background-color: #FFFFFF;
  font-weight: normal;
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size: 0.9em;
  text-align: center;
  padding: 1pt 1pt 1pt 1pt;

  border-color: #FFFFFF;
  border-top-style: none;
  border-left-style: none;
  border-bottom-style: groove;
  border-right-style: groove;
}

.cellDayFilled {
  color: #FFFFFF;
  background-color: #808080;
  font-weight: normal;
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size: 0.9em;
  text-align: center;
  padding: 1pt 1pt 1pt 1pt;

  border-top-style: none;
  border-left-style: none;
  border-bottom-style: groove;
  border-right-style: groove;
}

.cellDayFilled a:link, .cellDayFilled a:visited, .cellDayFilled a:hover, .cellDayFilled a:active {
  color: #FFFFFF;
  font-weight: normal;
}

.cellWeekDays {
  font-size: 0.9em;
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  text-align: center;
}

.cellArrow {
  text-align: center;
  color: #692;
  font-weight: bold;
  font-family: Arial, "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  cursor: pointer;
}

.cellMonth {
  text-align: center;
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}
