@CHARSET "UTF-8";

body{
  color: #000000;
  background-color: #ffffff;
}
#header{
  display: none;
}
#navigation{
  display: none;
}
#footer{
  display: none;
}
hr.clear{
  display: none;
}
#content-wrap {
  width: 100% !important; 
}
#schedule-title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  border: 0px !important;
}

#schedule-area table.scheduler-days{
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  border: 1px solid #999;
  font-size: 80%;
}

#schedule-area table.scheduler-days td,
#schedule-area table.scheduler-days th{
  border: 1px solid #999;
  white-space: normal;
  padding: 5px;
  word-wrap: break-word;
}

#schedule-area table.scheduler-days th{
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
#schedule-area table.scheduler-days tbody th{
  width: 40px;
  padding: 5px 2px;
  text-align: center;
}
#schedule-area table.scheduler-days tr.schedule-off-day{
  background-color: #DDD;
}

.ui-datepicker{
  display: none;
}

.jquery-tableResizable-switcher{
  display: none;
}
.row-command{
  display: none;
}