


/* CALENDAR */

.calendar_background {  
  padding: 0 4px 4px 0;
  position: absolute;
  z-index: 200;
  margin: 0 0 0 30px;
}


.calendar_content {
  background: #fff;
  width: 133px;
  border: 1px solid #999;
}

.calendar_content img {
border: 0;
}

.calendar_month_row {
  width: 133px;
  background: #a7c520;
  color: #000;
  border-bottom: 1px solid #fff;
}

.calendar_month_row a:link, .calendar_month_row a:visited {
  border: 0 !important;
  color: #000;
  text-decoration: none;
  width: 18px;
  height: 16px;
  padding: 2px 0 0 0;
  display: block !important;
  background: #a7c520;
}

.calendar_month_row a:hover, .calendar_month_row a:active {
  border: 0 !important;
	background: #6d8115 !important;
}

.calendar_month_left {
  width: 18px;
  text-align: center;
  float: left;
}

.calendar_month_name {
  width: 94px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  float: left;
  height: 14px;
  line-height: 14px;
  padding: 2px 0;
  text-align: center;
}

.calendar_month_right {
  width: 18px;
  text-align: center;
  float: left;
  border-right: 1px solid #fff;
}

.calendar_weekdays_row {
  width: 133px;
}

.calendar_weekdays_row ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style-type: none;
}

.calendar_weekdays_row li {
  display: block;
  float: left;
  width: 18px !important;
  height: 14px;
  line-height: 14px;
  padding: 2px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #000;
  background: #fc0;
  text-align: center;
}

.calendar_days_row {
  width: 133px !important;
}

.calendar_days_row ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style-type: none;
}

.calendar_days_row li {
  display: block;
  float: left;
  height: 18px;
  width: 18px !important;
  padding: 0 !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #ab9c5d;
  text-align: center;
  background: #ffe88a;
}

.calendar_days_row span {
  display: block;
  width: 18px;
  height: 14px;
  line-height: 14px;
  padding: 2px 0;
  color: #ab9c5d;
  background: #ffe88a;
  text-decoration: none;  
}

.calendar_days_row a:link, .calendar_days_row a:visited {
  display: block !important;
  color: #000;
  height: 14px;
  line-height: 14px;
  width: 18px;
  font-weight: normal;
  padding: 2px 0 !important;
  background: #ffe88a !important;
  overflow: hidden;
  border: 0 !important;
  text-decoration: none;  
}

.calendar_days_row a:hover, .calendar_days_row a:active {
	background: #fc0 !important;
	border: 0 !important;
}

/* CALENDAR */