@charset "UTF-8";
/* CSS Document */
body{
  background:#fff;
}
div{
width:100%;
background-color:#fff;
}
table.print_extra{
  font-size:13pt !important;
  font-weight:bold !important;
}
table{
  width:100%;
  font-size:10pt;
  border:1px solid #000;
  vertical-align:top;
  border-collapse:collapse;
}
table th{
  color:#000;
  font-weight:bold;
  background-color:#fff;
  border:1px solid #000;
}
table td{
  color:#000;
  background-color:#fff;
  border:1px solid #000;
  vertical-align:top;
}
.center{
  text-align:center;
  margin:0 auto;
}
.left{
  text-align:left;
}
.right{
  text-align:right;
}
.pagebreakhere {
  page-break-before: always;
}
#copy_schedules_form{
  display:none;
}
ul.horizontal_list, ol.horizontal_list{
  list-style:none;
  list-style-type:none;
  margin:0;
}
.classroom_schedule th{
  margin:0;
  padding:0;
}
.classroom_schedule_actions a{
  color:#000 !important;
  display:none;
}
.classroom_schedule_actions ul{
  list-style:none;
}
input[name="copy_from_this_schedule_radio"]{
  display:none;
}
.sub_classroom_schedule dl{
  border-bottom:1px solid #333;
}
.sub_classroom_schedule td, .sub_classroom_schedule dl,.sub_classroom_schedule dd,.sub_classroom_schedule dt{
  font-size:90%;
  text-align:left;
  margin:0;
  padding:0;
}

.sub_classroom_schedule dd,.sub_classroom_schedule dt{
  float:left;
}
.sub_classroom_schedule dl{
  clear:both;
}

.schedule_url{
  display:none;
}
.sub_classroom_schedule a, .calendar_day strong a{
  text-decoration:none;
  color:#000;
}
#tt{
  display:none;
}