.schedules .today  td, .schedules .today .day, #preview .today  td, #preview .today  .day {
  color: red;
}

.schedules table th, .schedules table .day {
  color: #AFAFAF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
}

.schedules #sidebar .home_calendar {
  font-weight: bold;
}

.schedules table td {
  color: #fff;
}

.schedules #current_week {
  color: #fff;
  position: absolute;
  right: 75px; 
  top: -26px;
}

.schedules #preview-content #current_week, .schedules #preview-content .print-page {
  color: #333333;
  position: absolute;
  top: 36px;
  left: 24px;
}

.schedules #preview-content .print-page {
  left: 210px;
}

.schedules h1 span {
  background: url(/images/application/tiret.png) repeat-x bottom;
}

.schedules .information, .schedules .information a {
  color: red;
}

.schedules .information a {
	text-decoration: underline;
}

.schedules .information {
  padding-top: 10px;
  padding-left: 37px;
}