.calendar {
  position: relative;
  display: none;
  font-size: 11px;
  color: #838383;
  cursor: default;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendar table {
  width: 182px;
  font-size: 11px;
  color: #838383;
  cursor: default;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.calendar .button { 
  text-align: center;
  width: 26px;
  height: 18px;
  cursor: pointer;
  color: #8098B0;
  font-weight: bold;
  text-align: center;
}
.calendar thead .title {
  color: #838383;
  text-align: center;
  width: 26px;
  height: 18px;
}
.calendar thead .daynames { 
  font-weight: bold;
  text-align: right;
  height: 18px;
  width: 26px;
}
.calendar thead .name { 
  text-align: right;
  width: 26px;
  height: 18px;
}
.calendar thead .hilite { 
  /*text-align: right;*/
  width: 26px;
  height: 18px;
}
.calendar tbody .day {
  width: 26px;
  height: 18px;
  text-align: right;
}
.calendar tbody .day.othermonth {
  color: #838383;
  width: 26px;
  height: 18px;
}
.calendar table .wn {
  width: 26px;
  height: 18px;
}
.calendar tbody .rowhilite td.wn {
  color: #FFFFFF;
  width: 26px;
  height: 18px;
}
.calendar tbody td.hilite {
  background: #8098B0;
  color: #FFFFFF;
  text-decoration: none;
}
.calendar tbody td.active {
  background: #8098B0;
  color: #FFFFFF;
  text-decoration: none;
}
.calendar tbody td.selected {
  width: 26px;
  height: 18px;
  text-align: right;
}
.calendar tbody .disabled { 
  color: #FFFFFF;
}
.calendar tbody .emptycell {
  /*visibility: hidden;*/
}
.calendar tbody .emptyrow {
  /*display: none;*/
}
.calendar tfoot .footrow { 
  height: 30px;
}
.calendar tfoot .ttip { 
  color: #FFFFFF;
  text-align: center;
}
.calendar tfoot .hilite {
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}
.calendar tfoot .active {
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}
.calendar .combo {
  position: absolute;
  display: none;
  z-index: 100;
}
.special {
  width: 26px;
  height: 18px;
  cursor: pointer;
  text-decoration: underline;
}
