.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td {
  border-right: none;
  border-left: 1px solid #cccccc;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable td span {
  padding-right: 3px;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable .dojoxCalendarHiddenEvents {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top;
}
.dojoxCalendarMonthColumnView .dojoxCalendarGridTable .dojoxCalendarToday.dojoxCalendarHiddenEvents {
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAYAAADTLS5CAAAAFElEQVQImWP4z8Dw/1dU1H8GyhgANcclWWHC27gAAAAASUVORK5CYII=) repeat-y right top;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.last-child {
  border-left: 1px solid #cccccc;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarGridTable tr td.first-child {
  border-right: 1px solid #cccccc;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarContainerColumn {
  margin-left: 5px;
  margin-right: 35px;
}
.dojoxCalendarMonthColumnView .dojoxCalendarColumnHeaderTable td {
  border-left: 1px solid #cccccc;
  border-right: none;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.last-child {
  border-left: 1px solid #cccccc;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarColumnHeaderTable td.first-child {
  border-right: 1px solid #cccccc;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .summary {
  text-align: right;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .startTime {
  text-align: right;
}
.dojoxCalendarMonthColumnViewRtl .dojoxCalendarEvent .endTime {
  text-align: right;
}
