/* Students Guide Popup Styles */

/* -- General Styles -- */
body {
  background: #fff;
  color: #000;
  font: medium/1.25 Arial, Helvetica, sans-serif;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  }

#pageWrapper {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 800px;
  }

.half { width: 400px !important; } /* for narrower popups */

.noBreak { white-space: nowrap; }

h1 { padding: 0; text-indent: -999em; }
h2 { font-size: 1.25em; font-weight: 100; margin: 0.5em 0 0.5em 82px; padding: 0; }

.slope { border-style: solid solid none none; border-color: transparent; border-width: 0.5em; clear: left; float: left; height: 0; margin: 0; padding: 0; }

p { font-size: 0.75em; margin: 1em 0 1em 0.75em; }

li { font-size: 0.75em; margin: 1em 0; padding: 0; }
.noBullets li { list-style: none; margin: 1em 0 1em -30px; }

table { margin: 0 0 0 10px; padding: 0; text-align: left; }
th { font-size: 0.75em; margin: 0; padding: 0.5em; vertical-align: top; }
td { font-size: 0.75em; margin: 0; padding: 0.5em; }

/* -- Discussion AID-specific Styles -- */
#DA #pageWrapper { background: url(../images/students_guide/DA_corner.gif) top left no-repeat; }
#DA h1 { background: url(../images/students_guide/DA_title.gif) left center no-repeat; margin: 0 0 0 64px; }
#DA #mainContent { border: 1px solid #0079c2; margin: 1px 0 0 0; padding: 0 30px 20px 20px; } /* margin-top removes 1px space from corner graphic */
#DA h2 { color: #0079c2; }
#DA a, #DA ol li { color: #0079c2; }
#DA li span { color: #000; }
#DA table { border: 1px solid #0079c2; }
#DA th { color: #0079c2; }
#DA td { color: #0079c2; }
#DA table .alt { background: #e1ebf7; }

/* -- SHARED Activity-specific Styles -- */
#SA #pageWrapper { background: url(../images/students_guide/SA_corner.gif) 0 20px no-repeat; }
#SA h1 { background: url(../images/students_guide/SA_title.gif) left center no-repeat; margin: 0 0 0 84px; }
#SA #mainContent { border: 1px solid #00a9c4; margin: 1px 0 0 14px; padding: 0 30px 20px 20px; } /* margin-left places corner graphic to left edge */
#SA h2 { color: #1199b6; }
#SA a, #SA ul li { color: #1199b6; }
#SA li span { color: #000; }
#SA .unstyled li { color: #000; }
#SA table { border: 1px solid #00a9c4; }
#SA th { color: #1199b6; }
#SA td { color: #1199b6; }
#SA table .alt { background: #d3effb; }
