#search_calendar {
	border-bottom: 1px solid #D6EAF4;
}
#large_calendar_view {
  border: none;
  padding: 0;
}
#large_calendar_view div.calheader, .small_calendar_view div.calheader {
  background: url("../img/bkg_calendar_header.gif");
  border: none;
  font-size: 16px;
  padding-top: 4px;
  color: #fff;
  height: 37px;
}
#large_calendar_view div.calheader a.calnav, .small_calendar_view div.calheader a.calnav {
  color: #fff !important;
  border: 1px solid #4DC6F0;
  display: block;
  width: 184px;
  padding: 7px;
  padding-top: 6px;
  padding-right: none;
  text-align: left;
  background: url("../img/btn_calendar_nav_dropdown.gif") no-repeat 179px 6px;
  left: 51px;
  position: absolute;
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
}
#large_calendar_view div.calheader a:hover.calnav {
  border: 1px solid #FFF;
}
#large_calendar_view div.calheader .calnavleft, .small_calendar_view div.calheader .calnavleft {
  background: url("../img/btn_calendar_prev_month.gif");
  height: 41px;
  width: 43px;
  left: 2px;
  top: 0px;
  text-decoration: none;
  text-indent: -9000px;
}
#large_calendar_view div.calheader a:hover.calnavright, .small_calendar_view div.calheader a:hover.calnavright, #large_calendar_view div.calheader a:hover.calnavleft {
  text-decoration: none;
}
#large_calendar_view div.calheader .calnavright, .small_calendar_view div.calheader .calnavright {
  background: url("../img/btn_calendar_next_month.gif");
  height: 41px;
  width: 43px;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-indent: -9000px;
}
#large_calendar_view .yui-cal-nav .yui-cal-nav-m{
  float: left;
}
#large_calendar_view .yui-cal-nav{
  top: 6px;
  left: 114px;
  width: 186px;
  padding: 5px;
  padding-bottom: 10px;
}
#large_calendar_view_nav_month, #large_calendar_view_nav_year {
  color: #000;
  margin-bottom: 5px;
}

#large_calendar_view th.calweekdaycell, .small_calendar_view th.calweekdaycell {
  background: url("../img/bkg_calendar_weekday.gif");
  border: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 11px;
  height: 23px;
  vertical-align:middle !important;
}
#large_calendar_view td.calcell.restricted {
  text-decoration: none;
  color: #B7BAB9;
}
#large_calendar_view td.calcell, .small_calendar_view td.calcell, .small_calendar_view td.calcell.calcellhover, .small_calendar_view td.calcell.calcellhover, .small_calendar_view td.calcell.today {
  border: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #cde7f4;
  font-weight: bold;
  font-size: 16px;
  height: 42px;
  width: 40px;
  vertical-align:middle !important;
}
#large_calendar_view td.calcell.calcellhover a{
  background: none;
}
#large_calendar_view td.calcell.selected{
  background: url('../img/bkg_calendar_selected_date.gif') no-repeat;
}
#large_calendar_view td.calcell.selected a, .small_calendar_view td.calcell.selected a {
  color: #fff !important;
}
#large_calendar_view td.calcell.oom, .small_calendar_view td.calcell.oom {
  background: #cde7f4 url("../img/bkg_calendar_oom.gif") no-repeat center center;
  color: #bcbbb9;
  font-size: 1px;
}

/* =========================== */
/* = Small calendar specific = */
/* =========================== */
.small_calendar_view {
  z-index: 500;
}
.small_calendar_view div.calheader {
  font-size: 12px;
  height: 19px;
  background: url("../img/bkg_calendar_header_small.gif");
}
.small_calendar_view div.calheader .calnavleft, .small_calendar_view div.calheader .calnavright {
  background: url("../img/btn_calendar_prev_month_small.gif");
  height: 23px;
  width: 24px;  
}
.small_calendar_view div.calheader .calnavright {
  background: url("../img/btn_calendar_next_month_small.gif");
}
.small_calendar_view th.calweekdaycell {
  height: 12px;
  width: 24px;
  font-size: 10px;
  background: url("../img/bkg_calendar_weekday_small.gif");
}
.small_calendar_view td.calcell, .small_calendar_view td.calcell.calcellhover,.small_calendar_view td.calcell.today {
  height: 12px;
  padding: 4px 5px 3px 4px;
  padding-left: 5px;
  padding-right: 4px;
  font-size: 11px; 
  width: 16px;
}
.small_calendar_view td.calcell.calcellhover {
  background: #ccc;
}
.small_calendar_view td.calcell a {
  font-weight: bold;
}
.small_calendar_view td.calcell.oom {
  background: #cde7f4 url("../img/bkg_calendar_oom_small.gif") no-repeat center center;
  border: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; 
} 
.small_calendar_view td.calcell.selected {
  border: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: url('../img/bkg_calendar_selected_date_small.gif') no-repeat;
}
.small_calendar_view.withtitle {
  padding-top: 2.5em;
}
.small_calendar_view .close-icon {
  height: 20px;
  right: 6px;
  top: 4px;
  width: 20px;
  border: 1px outset #ccc;
  background: url('../img/btn_calendar_close_small.gif') no-repeat;
  text-indent: -9000px;
}
