.program_title {
  font-size: 16px;
  font-weight: bold;
  /* color: #FFFFFF; */
  margin-top: 2px;
  /*padding-left: 23px;*/
}
.program_title a {
  /* color: #FFFFFF; */
  text-decoration: underline;
  font-weight: bold;
}
.article_title {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  /* color: #FFFFFF; */
  margin-top: 6px;
  /*
  text-align: center;
  */
  text-align: left;
  /*padding-left: 23px;*/
}
.author_title {
  font-size: 12px;
  font-weight: bold;
  /* color: #FFFFFF; */
  margin-top: 6px;
  text-align: left;
  /*padding-left: 23px;*/
}
.TODO {
  color: red;
}

/* for the "horizontal", as larue calls it, button layout for when there's no transcript */
.button_grid a {
  width: 158px;
  float: left;
  height: 45px;
}
.button_grid .figure_numbering {
  width: auto;
  float: none;
  text-align: left;
  text-decoration: underline;
}

.button_grid .figure_caption {
  margin: auto;
}

/*
.figure_numbering {
  width: 50px;
  float: left;
  text-align: right;
}
.figure_caption {
  margin-left: 53px;
}
*/

/* grouping for figure 'sections' in the menu of slide buttons */
.figure_section {
  border: 1px solid #0B9EE0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin: 0px;
  padding: 0px;
  background-color: #D9E7F9;
}
.figure_section_caption {
  margin: 0px 0px 3px 0px;
  padding: 3px 7px 0px 7px;
  color: #112233;
  font-size: 13px;
}
.inner .figure_section_caption {
  padding: 3px 7px 0px 7px;
  background: #EFECE5;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.white_bg {
  background-color: white;
}
.figure_section .white_bg {
  padding-top: 1px;
  margin: 0px;
  border: 1px solid white; /* avoids background bleed through in a way I don't feel good about */
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.figure_section + .figure_section {
margin-top: 3px;
}

.in_text_section_head {
}
.reference_section {
  margin: 0;
}

/* program_outline is a navigation aid used only in a few programs */
table.program_outline {
  border-collapse: collapse;
  margin-bottom: 14px;
}
table.program_outline th, table.program_outline td {
  vertical-align: top;
  padding: 5px;
}
table.program_outline th {
  font-weight: normal;
  white-space: nowrap;
}
table.program_outline tr.active th, table.program_outline tr.active td {
  font-weight: bold;
}
table.program_outline tr.active {
  background-color: #D9E8F3;
}

/* scrolling for the video transcript, since it's all on one page (for now) */
.transcript .scrollbox {
  width:100%;
  height:400px;
  overflow:scroll;
}
.transcript .figure_identifier {
  margin: 12px 2px 2px 2px;
}
.transcript h2 {
  margin: 2px;
}
table.case_transcript th, table.case_transcript td {
  vertical-align: top;
}
table.case_transcript th {
  white-space: nowrap;
  text-align: left;
}
table.case_transcript td p {
  margin: 0px 0px 16px 0px;
}
.scrollable_case_transcript {
  height: 400px;
  overflow: scroll;
}

/* the next/prev buttons next to the figure are in divs within TDs */
.slide_nav_container {
  padding-top: 145px;
}


/*.slide_image {*/
/*  background-color: #0B0B0B;*/
/*  border: 2px solid #0B0B0B;*/
/*}*/
/*.slide_image img {*/
/*    display: block;*/
/*}*/
/*.webPlayer {*/
/*  border: 2px solid #0B0B0B;*/
/*}*/
.slide_layout_control .webPlayer .controls { /* more specific than the selector in player.css */
  border: none;
}
.slide_layout_control .webPlayer { /* more specific than the selector in player.css */
  box-shadow: none;
}

/* a different layout for complete references, experimental for severe FH, later it may or may persist */
.reference_list_entry {
  margin-left: 24px;
}
.reference_list_entry p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ref_num_placement {
  float: left;
}

.publication_identifier {
  margin-top: 12px;
  width: 100%;
  text-align: right;
}

/* david wanted a right margin for bullet lists */
.figure_text ul, .figure_text ol {
  margin-right: 15px;
}

/* fix some figure titles pushing too near the print button */
.right .print_link {
  margin-left: 12px;
}

.print_link {
  margin: 5px;
}

.file_link {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  background-color: #B2B2B2;
}

#wide_nav_and_control_wrapper #jp_container_1 {
  margin: 0px auto;
}

.slide_layout_control {
  padding: 0px; /* overwrite skin style, too much of this is going on */
}
.no_player_placeholder {
  width: 422px; /* to line up the borders */
}
div.jp-audio {
  width: 422px;
}

div#autoplay_positioner {
  position: absolute;
  top: 10px;
  left: 105px;
  font-size: 0.64em;
  font-style: oblique;
}
span#autoplay_positioner { /* built in jplayer.cleanskin.custom.js */
  font-style: oblique;
  float: right;
}
iframe.vimeo {
  display: block;
}
/* minor over rights of cleanskin */
.slide .webPlayer {
  margin-bottom: 0px;
}
/*.slide {*/
/*  margin: 0px auto;*/
/*}*/

/*** CARD STUFF NOT TESTED WITH CLEANSKIN ***/
/** "video card" for showing instructions when a video is done **/
.jp-card {
  background-color: #D9E7F9;
  font-size: 12px;
  line-height: 17px;
}
.jp-card .slide_link, .jp-card .resource_link {
  display: inline-block;
  min-width: 87px;
}

.speaker_overview_img {
  margin-right: 8px;
}

table.faculty_info td {
  vertical-align: top;
}

/** program overview table (specific to takeda) **/
.table_container {
  padding: 7px;
  background: none repeat scroll 0% 0% #EEE;
  border: 0px none;
  border-radius: 4px;
}
.table_title {
  font-weight: bold;
  margin: 0px 0px 3px;
  padding: 7px 0px;
}
.table_subhead {
  padding: 0px 0px 1.2em;
}
.table_container table {
  margin-bottom: 10px;
  min-width: 100%;
  background: none repeat scroll 0% 0% #FFF;
  border-spacing: 0px;
  border: 1px solid #DDD;
}
.table_container table td {
  padding: 7px;
}
.table_container table th {
  background: none repeat scroll 0% 0% #B9CADC;
  padding: 7px;
}

/* conclusion "box" specific to takeda */
#conclusion_wrapper {
  background-color: #DBE5F1;
  padding: 7px;
  margin-top: 20px;
}
#conclusion_header {
  padding: 7px;
  text-align: center;
}
#conclusion_container {
  border: 1px solid black;
  padding: 7px;
}

/******** messaging **********/
.error {
  color: red;
}
.message {
  color: green;
}
