/* @override http://localhost:7001/tang/calendar.css */

div.calendar {
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin-left: -16px;
  z-index: 3;
}

table.calendar {
  background-color: #e0e0e0;
  border-collapse: separate;
  cursor: pointer;
}

tr.calendar {
}

td.date {
  width: 20px;
  background-color: #f0f0f0;
  text-align: right;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
  font-size: 10px;
}

td.hover {
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

td.today {
  text-align: right;
  background-color: #ffd0d0;
}

td.selectedDate {
  text-align: right;
  background-color: #d0ffd0;
}

td.day {
  text-align: right;
  font-weight: bold;
  font-size: 9px;
}

td.month {
  font-weight: bold;
  font-size: 12px;
  background-color: white;
  width: 150px;
  text-align: center;
  background-color: #e0e0e0;
  text-decoration: underline;
}

td.arrow {
}

td.calendarLeft {
  background: url("aleft.gif");
  background-repeat: no-repeat;
  background-position: center;
}

td.calendarRight {
  background: url("aright.gif");
  background-repeat: no-repeat;
  background-position: center;
}

tr.days {
}

img.calendar {
  vertical-align: bottom;
  padding-left: 2px;
}

iframe.calendarFrame {
  position: absolute;
  height: 200px;
  width: 200px;
  display: none;
  z-index: 3;
  border: 0px;
}

span.calendarGroup {
  white-space: nowrap;
}