/*
 * Styles for OOPSLA schedule
 */

#oopslaSchedule div {
  width: 100%;
  overflow: auto;
}

  
#oopslaScheduleTable div {
  width: 100%;
  overflow: auto;
}

  
.oopslaSchedule h1 {
  margin-top: 0px;
  height: 76px;
  color: #00397E;
  font-size: 28px; 
  line-height: 32px;
}

#oopslaScheduleTitle h1 {
  margin-top: 0px;
  height: 76px;
  color: #00397E;
  font-size: 28px; 
  line-height: 32px;
}


.oopslaScheduleTable table {
  margin-bottom: 12px;
  empty-cells: hide;
  border: none;
  border-collapse: collapse;
} 

.oopslaScheduleRoomTH {
  border-style: solid;
/*
  border-width: 4px 0px 4px 2px;
  border-top-color: #00397E;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #00397E;
*/
  border-width: 0px 0px 0px 0px;
  border-color: #00397E;
  font-weight: bold;
  text-align: center;
/*
  color: #ffffff;
  border-width: 2px 4px 0px 4px;
  background: #00397E;
*/
  color: #00397E;
  background: #efefef url(../images/scheduleTopHeaderBackground.png) repeat-x;
  background-position: bottom center;
  padding: 8px 8px 8px 8px;
  width: 10em;
}

.oopslaScheduleKeystoneTH {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #00397E;
  height: 5em;
  /*
  border-width: 4px 4px 4px 4px;
  color: #ffffff;
  background: #00397E;
  */  
  background: #efefef url(../images/scheduleKeystoneHeaderBackground.png) no-repeat;
  background-position: bottom right;
  padding: 8px 8px 8px 8px;
}

.oopslaScheduleTimeTH {
  text-align: center;
  vertical-align: top;
  border-style: solid;
/*
  border-width: 2px 4px 0px 4px;
  border-top-color: #ffffff;
  border-right-color: #00397E;
  border-left-color: #00397E;
  border-bottom-color: #ffffff;
*/
  border-width: 0px 0px 0px 0px;
  border-color: #00397E;
  font-weight: bold;
  height: 4em;
  /*
  border-width: 2px 4px 0px 4px;
  color: #ffffff;
  background: #00397E;
  */
  padding: 8px 8px 8px 8px;
  color: #00397E;
  background: #efefef url(../images/scheduleLeftHeaderBackground.png) repeat-y;
  background-position: center right;
}

.oopslaScheduleEventCell {
 /* vertical-align: top; */
  border-style: solid;
  border-width: 1px;
  border-color: #00397E;
  text-align: center;
  padding: 8px 8px 8px 8px;
  margin: 3px 3px 3px 3px;
  width: 10em;
}

.oopslaScheduleEventCell a {
  font-weight: bold;
}

.oopslaScheduleEventTitle {
  font-weight: bold;
  font-size: 100%;
}

.oopslaScheduleEventAuthor {
  color: #00397E;
  font-style: italic;
}

.oopslaScheduleEventRoom {
  font-style: italic;
}

.oopslaScheduleEventTime {
  font-style: italic;
}

.oopslaEventOverviewAuthorTableCell {
  vertical-align: top;
  padding: 4px 2em 4px 0px;
}

.oopslaEventOverviewAuthorName {
  color: #003973;
  font-style: italic;
}

.oopslaEventOverviewAuthorAffiliation {
  color: #000000;
  font-style: italic;
}

.oopslaEventOverviewModeratorTag {
  color: #2D2D2D;
  font-style: italic;
  font-weight: bolder;
}

.oopslaEventOverviewRoomDateTimeCell {
  font-style:italic;
  font-weight: bold;
  padding: 4px 2em 4px 0px;
}

.oopslaEventOverviewRoomDateTimeCell a {
  font-style: italic;
  font-weight: normal;
  padding: 4px 2em 4px 0px;
}
