#sidebar {
  padding-top: 10px;
  width: 291px;
  padding-left: 20px;
  vertical-align: top;
  background: url('/images/sidebar_bg.png') no-repeat;

}

#sidebar .search_bg {
  background: url('/images/search_input.png') no-repeat 0px;
  width: 222px;
  height: 51px;
}

#sidebar .icon {
  width: 61px;
}

#sidebar .placeholder {
  height: 30px;
}

#sidebar .title {
  font-size: 15px;
  line-height: 51px;
  color: #6e6e6e;
  font-weight: bold;
  height: 51px;
  vertical-align: middle;
}

#sidebar .calendar thead .title {
  line-height: 15px;
  font-size: 12px;
  height: 15px;
}

#sidebar .title a {
  color: #6e6e6e;
}

#sidebar .title2 {
  padding-top: 7px;
  line-height: 19px;
}

.pdf {
  float: right;
  background: url('/images/pdf.png') no-repeat;
  width: 20px;
  height: 24px;
  margin-top: -10px;
}

#sidebar .content {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  width: 221px;
}

#sidebar .search {
  width: 201px;
  height: 51px;
  background: none;
  border: none;
  padding-left: 10px;
  padding-top: 0px;
  color: #C8C8C8;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0px;
}

#sidebar input.search_active {
  color: #000000;
}

.calendar_wrapper {
  height: 190px;
  vertical-align: top;
}

