/* Cleaned Up Styles for Sessions College Courses */
/* Geoph Essex, 201602290126 */
/* "JavaScript for Designers" */

body {
  background: #fff;
  margin: 0;
}
table {
  border-collapse: collapse;
  border: 0;
}

table.courseheader {
  width: 100%; /* Why was this 102% ??? */
  height: 86px;
}

table.courseintro, table.coursebody {
  width: 750px;
}
table.courseintro tr td, table.coursebody tr td {
  padding: 0;
  margin: 0;
}
table.courseintro tr td.sidebar {
  width: 170px;
}
table.courseintro tr td.mainline {
  width: 580px;
  vertical-align: top;
}
table.coursebody tr td.sidebar {
  width: 173px;
  padding-left: 2px;
  vertical-align: top;
}
table.coursebody tr td.exercise_sidebar {
  width: 143px;
  padding-left: 2px;
  vertical-align: top;
}
table.coursebody tr td.mainline {
  width: 570px;
  padding-left: 5px;
  vertical-align: top;
  background: #fff url('https://documents.sessions.edu/eforms/courseware/new_standard_images/vertical_bar.gif') repeat-y;
}

.sidebar_gray {
  background: #eee;
  width: 140px;
  text-align: left;
  margin: auto;
  padding: 5px;
}
table.coursebody .sidebar_gray {
  margin: 0;
}
td.exercise_sidebar .sidebar_gray {
  width: 143px;
  margin: 0;
}
.margin_note {
  margin: 4px;
  text-align: right;
}

.grayfooter {
  background: #eee;
  width: 390px;
  text-align: left;
  margin: 0;
  padding: 5px;
}

.exercise_criteria {
  width: 550px;
  border: 1px solid #333;
  background: #333 url('https://documents.sessions.edu/eforms/courseware/new_standard_images/dot_bg.gif');
  margin: 0;
  padding: 5px;
}

.bodytop_graphics {
  width: 575px;
  height: 97px;
}

.clearall {
  clear: both;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}
.floatleft {
  float: left;
  margin: 0px 8px 12px 0px;
  padding: 0;
}
.floatright {
  float: right;
  margin: auto auto 12px 8px;
  padding: 0;
}
.imgholder {
  clear: both;
  text-align: center;
}
.imgcaption {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  padding: 4px 2px;
  text-align: left;
}
.imgcaption code {  
  font-size: 11px;
}
.imgholder .imgcaption  {
  width: 85%;
  margin: 4px auto;
}

.vcenter {
  vertical-align: middle;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.fullwidth {
  width: 100%;
}

code {
  font-family: monaco, "Courier New", Courier, monospace;
  color: #104b86;
  font-weight: normal;
  font-size: inherit;
}
.bluebox code.darkCode {
  color: #000;
  font-weight: bold;
}
b {
  color: #666;
}
pre b {
  color: #000;
  background-color: #eef;
}

pre {
  clear: both;
}

u.blackunder {
  text-decoration-color: #000;
}


.SectionHeader, .Subhead, .SubheadParenthetical {
  clear: both;
}

.Subhead .SubheadParenthetical {
  font-size: 85%;
  color: #444;
}

.bluebox {
  clear: both;
  background: #c6d6e6;
  width: 432px;
  padding: 9px;
  margin: auto;
  -webkit-border-radius: 9px;
       -o-border-radius: 9px;
          border-radius: 9px;
}
.bluebox ul, .bluebox ol {
  margin-right: 20px;
}
.bluebox table {
  width: 100%;
  margin: 8px auto;
}
.bluebox table tr th, .bluebox table tr td {
  text-align: left;
  padding: 4px 0;
}
.bluebox table tr th {
  border-bottom: 1px solid #104b86;
}

.jQueryDemo {
  clear: both;
  background: #fff;
  width: 480px;
  padding: 8px;
  margin: auto;
  border: 1px dotted #104b86;
}

.jQueryDemoStyling {
  color: #666;
}

span.jQueryDemoButton {
  display: inline-block;
  background: #44f;
  color: #fff;
  border: 1px solid #00a;
  margin: 8px;
  padding: 4px;
  -webkit-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
}

span.jQueryDemoButton.hovering {
  background: #99f;
  border: 1px solid #004;
}

.jQueryDemo div.blueDemo {
  padding: 8px;
  background: #00f;
  color: #fff;
  font-family: serif;
  font-size: 16px;
}
.jQueryDemo div.blueDemo p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.jQueryDemo a.nohref, .bootstrapDemo a.nohref {
  text-decoration: underline;
  color: #00f;
  cursor: pointer;
}