div.calendar { float: left; width: 210px; margin-bottom: 5px; }
div.calendar table {
  border-right: 1px solid #5C5B60;
  border-bottom: 1px solid #5C5B60;
}

div.calendar thead td {
  width: 25px;
  height: 15px;
  border-left: 1px solid #5C5B60;
  border-top: 1px solid #5C5B60;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  background-color: #5C5B60;
  text-align: center;
}
div.calendar tbody td {
  border-top: 1px solid #5C5B60;
  border-left: 1px solid #5C5B60;
  padding: 0px;
  margin: 0px;
  height: 17px;
  line-height: 20px;
  color: #4f4f4f;
  background-color: #C6C7CB;
  text-align: center;
}

div.calendar tfoot td {
  border-top: 1px solid #5C5B60;
  border-left: 1px solid #5C5B60;
}
div.calendar tfoot tr { border: 0px; }

div.calendar td.month    { width: auto; color: #222222; padding: 0px; text-align: center; }
/*
div.calendar td.weekend  { background-color: #AAAAAA; }
div.calendar td.disabled { color: #6f6f6f; text-decoration: line-through; }
div.calendar td.select   { background-color: #A0ADBD; color: #ffffff; cursor: pointer; }
*/
div.calendar td.today    { color: #fff; }
div.calendar td.disabled { color: #777; text-decoration: line-through; }
div.calendar td.lightDisabled { text-decoration: line-through; }
div.calendar tr.current td,
div.calendar td.current  { background-color: #FFFFFF; /*EA781C;*/ color: #000000; }
div.calendar tr.select td,
div.calendar td.select   { background-color: #DDD; cursor: pointer; }
div.calendar td.weekNr   { background-color: #999999; color: #fff; }

div.calendar div.monthContainer { position: relative; clear: both; z-index: 150; }
div.calendar div.monthContainer div { 
  position: absolute; 
  z-index: 150;
  background: transparent;
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: -85px;
}

div.calendar div.monthContainer span {
  width: 156px;
  margin: 0px;
  clear: both;
  display: block;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
div.calendar div.monthContainer span.select { color: #000000; background-color: #ffffff; }


