/* line 1, ../sass/datepicker.scss */
div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 196px;
  height: 147px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}

/* line 13, ../sass/datepicker.scss */
.datepickerContainer {
  background: #121212;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 19, ../sass/datepicker.scss */
.datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
  background: url(../img/datepicker/datepicker_t.png);
}

/* line 27, ../sass/datepicker.scss */
.datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
  background: url(../img/datepicker/datepicker_b.png);
}

/* line 35, ../sass/datepicker.scss */
.datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../img/datepicker/datepicker_l.png);
}

/* line 43, ../sass/datepicker.scss */
.datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../img/datepicker/datepicker_r.png);
}

/* line 51, ../sass/datepicker.scss */
.datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/datepicker/datepicker_tl.png);
}

/* line 59, ../sass/datepicker.scss */
.datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/datepicker/datepicker_tr.png);
}

/* line 67, ../sass/datepicker.scss */
.datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../img/datepicker/datepicker_bl.png);
}

/* line 75, ../sass/datepicker.scss */
.datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../img/datepicker/datepicker_br.png);
}

/* line 83, ../sass/datepicker.scss */
.datepickerHidden {
  display: none;
}

/* line 86, ../sass/datepicker.scss */
div.datepicker table {
  border-collapse: collapse;
}

/* line 89, ../sass/datepicker.scss */
div.datepicker a {
  color: #eee;
  text-decoration: none;
  cursor: default;
  outline: none;
}

/* line 95, ../sass/datepicker.scss */
div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
}

/* line 100, ../sass/datepicker.scss */
div.datepicker th {
  text-align: center;
  color: #999;
  font-weight: normal;
}

/* line 105, ../sass/datepicker.scss */
div.datepicker tbody th {
  text-align: left;
}

/* line 108, ../sass/datepicker.scss */
div.datepicker tbody a {
  display: block;
}

/* line 111, ../sass/datepicker.scss */
.datepickerDays a {
  width: 20px;
  line-height: 16px;
  height: 16px;
  padding-right: 2px;
}

/* line 118, ../sass/datepicker.scss */
.datepickerYears a,
.datepickerMonths a {
  width: 44px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}

/* line 124, ../sass/datepicker.scss */
td.datepickerNotInMonth a {
  color: #666;
}

/* line 127, ../sass/datepicker.scss */
tbody.datepickerDays td.datepickerSelected {
  background: #136A9F;
}

/* line 130, ../sass/datepicker.scss */
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}

/* line 134, ../sass/datepicker.scss */
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
  background: #17384d;
}

/* line 138, ../sass/datepicker.scss */
div.datepicker a:hover,
div.datepicker a:hover {
  color: #88c5eb;
}

/* line 141, ../sass/datepicker.scss */
div.datepicker td.datepickerNotInMonth a:hover {
  color: #999;
}

/* line 144, ../sass/datepicker.scss */
div.datepicker tbody th {
  text-align: left;
}

/* line 147, ../sass/datepicker.scss */
.datepickerSpace div {
  width: 20px;
}

/* line 152, ../sass/datepicker.scss */
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
  height: 20px;
  line-height: 20px;
}

/* line 157, ../sass/datepicker.scss */
.datepickerGoNext a {
  float: right;
  width: 20px;
}

/* line 161, ../sass/datepicker.scss */
.datepickerGoPrev a {
  float: left;
  width: 20px;
}

/* line 166, ../sass/datepicker.scss */
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}

/* line 171, ../sass/datepicker.scss */
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}

/* line 176, ../sass/datepicker.scss */
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}

/* line 180, ../sass/datepicker.scss */
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
  color: #333;
}

/* line 183, ../sass/datepicker.scss */
td.datepickerDisabled a:hover {
  color: #333;
}

/* line 186, ../sass/datepicker.scss */
td.datepickerSpecial a {
  background: #700;
}

/* line 189, ../sass/datepicker.scss */
td.datepickerSpecial.datepickerSelected a {
  background: #a00;
}
