.calender {
  background-color: #fff;
  position: absolute;
  width: 300px;
  height: auto;
  font-size: 12px;
  margin: 75px 0 0 -300px !important;
  border: 1px solid #eeeeee;
  padding: 1px;
}
.calender ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.calender .day {
  background-color: #EDF5FF;
  height: 20px;
  margin-left: 0px !important;
}
.calender .day :nth-child(1),
.calender .day :nth-child(2) {
  margin: 0px !important;
}
.calender .date {
  margin: 0px !important;
}
.calender .day li,
.calender .date li {
  float: left;
  width: 14%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0  0 6px 0px !important;
}
.calender .day li a,
.calender .date li a {
  margin: 0px !important;
}
.calender li a {
  text-decoration: none;
  font-family: Tahoma;
  font-size: 11px;
  color: #333;
}
.calender li a:hover {
  color: #f30;
  text-decoration: none;
}
.calender li a.hasArticle {
  font-weight: bold;
  color: #f60 !important;
}
.lastMonthDate,
.nextMonthDate {
  color: #bbb;
  font-size: 11px;
}
.selectThisYear a,
.selectThisMonth a {
  text-decoration: none;
  margin: 0 2px;
  color: #000;
  font-weight: bold;
}
.calender .LastMonth,
.calender .NextMonth {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
}
.calender .LastMonth {
  float: left;
  margin-left: 0px !important;
}
.calender .NextMonth {
  float: right;
}
.calenderBody {
  clear: both;
  margin-left: 0px !important;
}
.calenderTitle {
  text-align: center;
  height: 20px;
  line-height: 20px;
  clear: both;
  margin-left: 0px !important;
}
.today {
  background-color: #ffffaa;
  border: 1px solid #f60;
  padding: 2px;
}
.today a {
  color: #f30;
}
.calenderBottom {
  clear: both;
  border-top: 1px solid #ddd;
  padding: 3px 0;
  text-align: left;
}
.calenderBottom a {
  text-decoration: none;
  margin: 2px !important;
  font-weight: bold;
  color: #000;
}
.calenderBottom a.closeCalender {
  float: right;
}
.closeCalenderBox {
  float: right;
  border: 1px solid #000;
  background: #fff;
  font-size: 9px;
  width: 11px;
  height: 11px;
  line-height: 11px;
  text-align: center;
  overflow: hidden;
  font-weight: normal !important;
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .calender {
    margin: 70px 0 0 -405px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .calender {
    margin: 70px 0 0 -415px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
  .calender {
    margin: 70px 0 0 -435px !important;
  }
}
@media only screen and (min-width: 800px) and (max-width: 900px) {
  .calender {
    margin: 70px 0 0 -450px !important;
  }
}
