/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  padding: 5px;
  margin: -1px 0 0 0;
  width:140px;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  /*position: absolute;*/
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 12.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 47%;
  }
  .date_selector .year_nav {
    float: right;
    width: 37%;
    margin-right: 18px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  .date_selector th {
    font-size:10pt;
    font-weight:normal;
    background:#3CC4FF;

  }
    .date_selector th, .date_selector td {
      width: 2.2em;
      height: 1.5em;
      padding: 0;
      text-align: center;
      color: #ffffff;
    }
    .date_selector td {
      line-height: 1.4em;
      text-align: center;
      white-space: nowrap;
      font-size:8pt;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #9B9B9B;
      background:#E2EAF0;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td a {
      display:block;
      width:100%;
      height:100%;
      text-align:center;
      color:#000000;
    }
    .date_selector td a:hover {
      color:#ffffff;
    }
    .date_selector td.selected {
      background: #D44209;
      color:#ffffff;
      font-weight: bold;
    }
    .date_selector td.selected a {
      color:#ffffff;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: #ffffff;
    }
.galleryid-702 .gallery-item {float: none !important; }
