.idgCalendar {

  border: 2px solid #4B73C8;
  float: left;
  padding: 10px;
  position: absolute;
  background-color: #fff;
  font-family: Verdana, Arial;
  z-index: 2;
  display: none;
}

.idgCalendarShadow {
  background-color: #aaa;
  border: 2px solid #aaa;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
  display: none;
}

.idgCalendar table {
  border-collapse: separate;
  border-spacing: 2px;
}


.idgCalendar, .idgCalendar td {
  font-family: Verdana, Arial;
  font-size: 10px;
  text-align: center;
}

.idgCalendarCaption {
  color: #00329B;
}

.idgCalendarCaptionText {
  font-weight: bold;
}

.idgCalendarButtonClose {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  color: #fff;
  background-color: #4B73C8;
  padding: 2px;
  text-align: center;
  cursor: pointer;
}


.idgCalendarButtonLeft, .idgCalendarButtonRight {
  position: absolute;
  top: 25px;
  cursor: pointer;
}

.idgCalendarButtonLeft {
  left: 10px;
}

.idgCalendarButtonRight {
  right: 10px;
}


.idgCalendarSheets {
  clear: right;
}

.idgCalendarSheet {
  float: left;
  margin: 5px;
}

.idgCalendarSheet td {
  width: 20px;
  padding: 3px 0px 3px 0px;
}


.idgCalendarSheetMonth {
  color: #00329B;
}

.idgCalendarSheetCaptionDays {
  background-color: #DFE8F4;
  color: #404040;
}

.idgCalendarSheetCaptionDays td {
}

.idgCalendarSheetDays td, .idgCalendarSheetOtherMonth td {
  background-color: #DFE8F4;
  color: #9F9F9F;
}

.idgCalendarSheetDays td.inPeriod  {
  color: #00329B;
  text-decoration: none;
}

.idgCalendar td.mouseover {
  background-color: #ff9b00;
  cursor: pointer;
}

.idgCalendarSheetDaysWeekend {
  font-weight: bold;
}

.idgCalendarShortCuts {
  clear: left;
  text-align: left;
}


.idgCalendarShortCutsCell {
  width: 77px;
  color: #00329B;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #DFE8F4;
}

.ieselectpatchCalendar {
  position: absolute; 
  left: -2px;
  bottom: 0px;
  height: 272px;
  z-index: -1;
  filter:Alpha(opacity=0, style=2)
}
