/* calendario */
.datePicker {
  border: 1px solid #cdcdcd;
  background: #fff;
  width: 130px;
  padding: 0px;
  cursor: default;
  -moz-user-focus: normal;
}

.datePicker td {
  text-align: center;
  cursor: default;
  -moz-user-select: none;
  padding: 0;
  font-size: 9px;
}

.datePicker td.red {
  color: red;
}

.datePicker .header {
  background-color: #86ADFD;
  padding: 2px;
  border-bottom: 1px solid #cdcdcd;
}

.datePicker .headerTable {
  width: 100%;
}

.datePicker .footer {
  padding: 3px;
  margin-top: -2px;
}

.datePicker .footerTable {
  width: 100%;
}

.datePicker .grid {
  padding: 3px;
}

.datePicker .gridTable {
  width: 100%;
}

.datePicker .gridTable td {
  width: 14.3%;
}

.datePicker .gridTable .daysRow td {
  font-weight: bold !important;
  border-bottom: 1px solid #cdcdcd;
}

.datePicker .grid .gridTable .upperLine {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: transparent;
}

.datePicker td.today {
  font-weight: bold !important;
}

.datePicker td.selected {
  background: #86ADFD;
  color: #fff !important;
}

.datePicker td.labelContainer {
  width: 100%;
}

.datePicker td .topLabel {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  font-weight: bold !important;
  width: 100%;
}

.datePicker td.filler {
  width: 100%;
}

.datePicker button {
  border: 1px solid #cdcdcd;
  font-weight: normal !important;
  font-size: 9px;
}

.datePicker .previousButton,.datePicker .nextButton {
  width: 14px;
  height: 12px;
  border: none;
  background-color: #86ADFD;
  color: white;
  width: 10px !important;
}

.datePicker .todayButton,.datePicker .noneButton {
  width: 50px;
}

.datePicker .labelPopup {
  position: absolute;
  min-width: 120px;
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 1px;
}

.datePicker .labelPopup a {
  width: 100%;
  display: block;
  color: WindowText;
  text-decoration: none;
  white-space: nowrap;
}

.datePicker .labelPopup a.selected {
  font-weight: bold;
}

.calbtn {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico_calendar.png);
  clear: none;
  left: 425px;
  top: -19px;
  margin-bottom: -40px;
  float: left;
  clear: both;
  position: relative;
}

.calbtn span {
  visibility: hidden;
  width: 16px;
  height: 16px;
}

.calendar,.calendarIframe {
  left: 300px;
  top: -20px;
  position: relative;
  width: 130px;
  height: 130px;
  margin-bottom: -300px;
  overflow: visible;
  z-index: 100;
  clear: both;
  float: left;
}

.calendarIframe {
  z-index: 50 !important;
}