/* JDP Site
-------------------------------------------------- */
/*
  Based on the styles for the Bootstrap docs site
*/

/* Body and structure
-------------------------------------------------- */

 html,
  body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
  }
.container{
	max-width: 900px;	
}

/* Fix typography  */
p.lead, p{
	margin-bottom:8px;
	font-size:16px;
	font-weight:200;
	line-height:24px
}
p,li {
	font-weight:200;
	margin-bottom:10px;
	font-size:14px;
	line-height:22px;
}
li{
	margin-bottom:5px;
}
.alert{
	font-weight:200;
	font-size:15px;
	line-height:22px;
}
div p:last-child{
	margin-bottom:40px;
}
.jumbotron div p:last-child {
	margin-bottom:12px;
}
.alert div p:last-child{
	margin-bottom:2px !important;
}

.page-header{
	padding-bottom:6px;
	margin:0 0 20px;
	border-bottom:1px solid #eee
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the site's brand (in navbar) */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #555;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.jdp-site-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* Jumbotrons
-------------------------------------------------- */

.jumbotron {
  position: relative;
  margin-top:40px;
  padding: 10px 0;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #70A0C0; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #104060 0%, #70A0C0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#104060), color-stop(100%,#70A0C0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #104060 0%,#70A0C0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #104060 0%,#70A0C0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #104060 0%,#70A0C0 100%); /* IE10+ */
  background: linear-gradient(45deg,  #104060 0%,#70A0C0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104060', endColorstr='#70A0C0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 10px;
}

/* Link styles */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}



/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(img/denim.png) repeat center center;
  opacity: .6;
  filter: alpha(opacity=60);
}
/*retina version*/
		@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min-device-pixel-ratio: 1.5) {
		  .jumbotron:after {
			  background: url(img/denim_@2x.png) repeat center center;
		  }
		}


/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 30px;
}
.subhead p {
  margin-bottom: 15px;
}
.subhead .navbar {
  display: none;
}


/* Footer
-------------------------------------------------- */
	/* Prepare Sticky footer */
      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -100px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 100px;
      }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }
	/* style footer */
	#footer .container{
		width: auto;
		 max-width: 790px;
	}
	.container .credit {
			margin: 20px 0;
	}
	.container p.credit.smallest{
		font-size:0.8em;
		line-height:1em;
		margin:0;
	}

/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

.smaller{
	font-size: smaller;
}
sup{
font-size:x-small;
}

.semi-muted{
	color: #777;
}

.hide-but-keep{
	visibility:hidden;
}
.blue{
	color: #2B5D9A;
}
.bold{
	font-weight:bold;
}
.allCaps{
	text-transform:uppercase;
}
.faded{
	opacity: .5;
	filter: alpha(opacity=50);
}

.smallHeader{
	font-size:1em;
	margin-top:0;
	padding-top:0;
	line-height:22px;
}

/* TABLES */

.my-header {
	color:#fff;
	background-color: #777;
}
.my-header.green {
	color:#fff  !important;
	background-color: #9BB369;
}
.my-header.blue {
	color:#fff  !important;
	background-color: #536673;
}

.my-header th{
	display:table-cell;
	vertical-align: top;
	font-weight: 500 !important;
}

/* Sidenav for JDP Site
-------------------------------------------------- */

.jdp-site-sidenav {
	float:left;
  width: 208px;
  margin: 30px 0 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.jdp-site-sidenav li{
margin: 0;	
}
.jdp-site-sidenav > li > a {
  display: block;
  width: 170px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.jdp-site-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.jdp-site-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.jdp-site-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.jdp-site-sidenav .icon-chevron-right, .jdp-site-sidenav .icon-plus, .jdp-site-sidenav .icon-minus{
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
  filter: alpha(opacity=25);
}

.jdp-site-sidenav .icon-arrow-up {
  float: left;
  margin-top: 2px;
  margin-right: 6px;
  opacity: .25;
  filter: alpha(opacity=25);
}
.jdp-site-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.jdp-site-sidenav a.accordion-toggle.itemOn {
  background-color: #f5f5f5;
}
.jdp-site-sidenav a.accordion-toggle.itemOff {
  background-color: #ffffff;
}
.jdp-site-sidenav a:hover .icon-chevron-right, .jdp-site-sidenav a:hover .icon-arrow-up, .jdp-site-sidenav a:hover .icon-plus, .jdp-site-sidenav a:hover .icon-minus {
  opacity: .5;
  filter: alpha(opacity=50);
}
.jdp-site-sidenav .active .icon-chevron-right,
.jdp-site-sidenav .active a:hover .icon-chevron-right,
.jdp-site-sidenav .active .icon-minus,
.jdp-site-sidenav .active a:hover .icon-minus,
.jdp-site-sidenav .active .icon-plus,
.jdp-site-sidenav .active a:hover .icon-plus,
.jdp-site-sidenav .active .icon-arrow-up,
.jdp-site-sidenav .active a:hover .icon-arrow-up {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
  filter: alpha(opacity=100);
}
.jdp-site-sidenav.affix {
  top: 40px;
}
.jdp-site-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.jdp-site-sidenav > li.dummy, .jdp-site-sidenav > li.dummy a {
	height: 8px!important;
	padding: 0;
	margin: 0;
}

.jdp-site-sidenav > li.dummy > a:hover {
  background-color: #fff;
  cursor: default;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
      .tabs .navbar-inner {
        padding: 0;
      }
      .tabs .nav {
        margin: 0;
      }
      .tabs .nav li {
        display: table-cell;
        width: 1%;
        float: none;
      }
      .tabs .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
      }
      .tabs .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
      }
      .tabs .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
      }
	  .tabs .nav li.active a{
		  border-left: 0;
	  }
	  
	  .navbar li{
			line-height:20px;
			margin-bottom:0px;
		}


/* Notes boxes
-------------------------------------------------- */

/* Base class */
.jdp-site-notes {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.jdp-site-notes:after {
  content: "Notes";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.jdp-site-notes + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Tweak examples
------------------------- */
.jdp-site-notes > p:last-child {
  margin-bottom: 0;
}
.jdp-site-notes .table,
.jdp-site-notes .progress,
.jdp-site-notes .well,
.jdp-site-notes .alert,
.jdp-site-notes .hero-unit,
.jdp-site-notes .pagination,
.jdp-site-notes .navbar,
.jdp-site-notes > .nav,
.jdp-site-notes blockquote {
  margin-bottom: 5px;
}
.jdp-site-notes .pagination {
  margin-top: 0;
}


/* HELPERS
-------------------------------------------------- */
.centeredText {
	text-align:center;	
}
.textRight {
	text-align:right;	
}


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .jdp-site-container {
    max-width: 970px;
  }
  .jdp-site-sidenav {
    width: 208px;
  }
  .jdp-site-sidenav > li > a {
    width: 180px \9; /* Override the previous IE8-9 hack */
  }
  
        /* refloat wide nav menu */
      .tabs .nav {
		width: auto;
		 display: table;
      }
      .tabs .nav li {
        display: table-cell;
        width: 1%;
        float: none;
      }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .jdp-site-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }

}

/* Tabs reset
------------------------- */
@media (min-width: 480px) and (max-width: 1200px) {
	 /* refloat wide nav menu */
      .tabs .nav {
		width: auto;
		 display: table;
      }
      .tabs .nav li {
        display: table-cell;
        width: 1%;
        float: none;
      }
	  .tabs .nav li a {
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
      }
      .tabs .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
      }
      .tabs .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
      }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .jdp-site-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .jdp-site-sidenav.affix {
    top: 0;
  }
  
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 20px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
	
  }

  /* Sidenav */
  .jdp-site-sidenav {
    width: auto;
    margin-bottom: 20px;
	margin-right:20px;
  }
  .jdp-site-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }
/* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Change up some type stuff */
  h2 small {
    display: block;
  }
	.jumbotron{
		text-align: center !important;
	}
  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 30px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 12px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }
  .subhead img {
	display: block;
	float:none !important;
    margin: 0 auto !important;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }


  .tabs .nav {
        width: 100%;
      }
  .tabs .nav li {
        display: block;
        width: 100%;
      }
  .tabs .nav li a {
		border-bottom: 1px solid rgba(255,255,255,.75);
		border-top: 1px solid rgba(0, 0, 0, .1);
      }
      .tabs .nav li:first-child a {
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
        border-right: none;
		border-top: none;
      }
      .tabs .nav li:last-child a {
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-left-radius: 3px;
        border-left: none;
		border-bottom: none;
      }
	  .tabs .nav li.active+li a {
		border:none;
	  }
	  
}


/************** File type lists **************/
.noBullets{
list-style:none;
}
ul.docs {
	list-style-image:     url("img/file-icons/doc-small.gif");
	margin-left: 10px;
}
* html ul.docs{
margin-left:40px;
}
ul.docs li {
	margin-bottom: 4px;
	padding-left: 6px;
	list-style-image:     url("img/file-icons/doc-small.gif");
}
ul.docs li.pdf {
	list-style-image:     url("img/file-icons/pdf-small.gif");
}
ul.docs li.txt {
	list-style-image:     url("img/file-icons/txt-small.gif");
}
ul.docs li.ppt {
	list-style-image:     url("img/file-icons/ppt-small.gif");
}
ul.docs li.xls {
	list-style-image:     url("img/file-icons/xls-small.gif");
}
ul.docs li.map {
	list-style-image:     url("img/file-icons/map-small.gif");
}
ul.docs li.doc {
	list-style-image:     url("img/file-icons/doc-small.gif");
}

/************** File type icons **************/
a.icon {
	background-repeat: no-repeat;
	padding-left:20px;
	line-height:1.6em;
}
a[href$=".doc"].icon, a[href$=".docx"].icon {
	background-image:  url("img/file-icons/doc-small.gif");
}
a[href$=".pdf"].icon {
	background-image:  url("img/file-icons/pdf-small.gif");
}
a[href$=".txt"].icon {
	background-image:  url("img/file-icons/txt-small.gif");
}
a[href$=".ppt"].icon, a[href$=".pptx"].icon  {
	background-image:  url("img/file-icons/ppt-small.gif");
}
a[href$=".xls"].icon, a[href$=".xlsx"].icon  {
	background-image:  url("img/file-icons/xls-small.gif");
}


/************** Reading lists **************/
ul.reading {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:10px;
}

ul.reading li {
	padding-left: 3.5em;
	/*line-height:3;*/
	margin-bottom:10px;
}

ul.reading li.article {
	background-image: url("img/file-icons/article.gif");
	background-position: 0em .4em;
	background-repeat: no-repeat;
}
ul.reading li.book {
	background-image: url("img/file-icons/book.gif");
	background-position: 0em .4em;
	background-repeat: no-repeat;
}
ul.reading li.website {
	background-image: url("img/file-icons/website.gif");
	background-position: 0em .4em;
	background-repeat: no-repeat;
}



/* Bootstrap overrides */
.alert-info{color:#2f7ba3}

/* tabs */
.nav-tabs > li > a {
border-color: #EEE #EEE #DDD;
color: #8A9BA3;
}
.nav-tabs > li > a:hover {
border-color: transparent;
color: #0088CC;
}
.nav > li > a {
text-decoration: none;
/*background-color: #EEE;*/
}
.nav > li > a:hover {
text-decoration: none;
background-color: #E9E9E9;

}

/* references 
<div class="well references"> */
.references h1,.references h2,.references h3,.references h4,.references h5{
	margin-top:0;
}
.references h1,.references h2,.references h3,.references h4,.references h5,.references p{
	font-size:smaller;
}
div.references p:last-child {
margin-bottom: 10px;
}
div.references.well{
padding-bottom:10px;	
}

/*Retina Image Divs*/
.img-div{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}

/* Responsive Video CSS */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/*#########################################
/ EDITORIAL Overrides
##########################################*/
/* Hide top navigation bar. NB reinstating breaks sticky footer */
.navbar{ display:none !important; }
.jumbotron {
  margin-top:0 !important;
}


/*#########################################
/ Self-assessment styles
##########################################*/

#sa-progress {
	margin: 0 auto 0;
	xheight: 25px;
	position: relative;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-width: 1px 1px 0 1px;
	border-radius: 7px 7px 0 0;
	}

#sa-submit-container {
	margin: 20px 0 10px 0!important;
}

#sa-question li {
    list-style-type: none!important;
}

#sa-question li label {
    font-weight: 200;
}

#sa-container .box {
	margin-top: 0px!important;
}

#sa-progress-sections {
	margin-bottom: 0!important;
}

div#sa-feedback p:last-child {
margin-bottom: 7px;
}

@media (max-width: 767px) {
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
	clear: both;
}
}




.question {
background-color: #fff;
padding: 15px;
margin: 10px 15px;;
border: 1px solid #E0E0E0;
}

.question p {
clear: left;
}

#feedback, #feedback2 {
xborder: 3px solid #ccf;
xpadding: 5px;
xmargin-top: 10px;
}

#svgbasics {
	position: absolute;
	left: 0px; top: 0px;
	border: solid 0px #484; 
	width: 520px;
	height: 450px;
	z-index: 100;
}
	
#quizWrapper {
	margin: 10px;
	width: 480px;
	height: 470px;
	float: left;
}

#analgesicQuizWrapper {
	margin: 0px;
	width: 600px;
	height: 570px;
	float: left;
}

#quizWrapperWide {
	width: 680px;
}
	
#venn {
	position: relative;
	background: transparent url(../../images/bg_venn.png) no-repeat 0 0;
	width: 480px;
	height: 450px;
	float: left;
}
	
#analgesic {
	position: relative;
	width: 700px;
	height: 570px;
	float: left;
}

.vennLabels {
	width: 480px;
	height: 30px;
	text-align: center;
}

.half {
	width: 50%;
	float: right;
}

#cnsQuizWrapper {
	position: relative;
	margin: 10px 0;
	float: left;
}

#key {
text-align: center;
padding: 10px;
border: 1px solid #ccc;
margin-left: 20px;
margin-top: 10px;
float: left;
background-color: #fff;
}

#tractKeyA, #tractKeyB, #tractKeyC {
clear: left;
width: 120px;
height: 20px;
text-align: center;
padding: 10px;
margin: 10px 0 0 0;
}

#tractKeyC {
float: left;
margin: 8px 0;
width: 110px;
height: 10px;
background-color: #fff;
border: 1px solid #00f;
text-align: center;
padding: 17px 19px;
line-height: 1;
}

#tractDiagram {
	position: relative;
	background: transparent url(../../images/tracts.png) no-repeat 0 0;
	width: 624px;
	height: 447px;
}

#cnsDiagram {
clear:left;
	position: relative;
	background: transparent url(../../images/coronalsection_arrows.png) no-repeat 0 0;
	width: 830px;
	height: 484px;
}

#pathwaysDiagram {
clear:left;
	position: relative;
	background: transparent url(../../images/pathways_blank.png) no-repeat 0 0;
	width: 180px;
	height: 365px;
}

#area1, #area2, #area3, #area4, #area5, #area6, #area7 {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

#area1drop {
	position: absolute;
	margin-left: 42px;
	margin-top: 46px;
	width: 140px;
	height: 118px;
	xbackground-color:#0f0;
}

#area2drop {
	position: absolute;
	margin-left: 209px;
	margin-top: 68px;
	width: 60px;
	height: 84px;
	xbackground-color:#0f0;
}

#area3drop {
	position: absolute;
	margin-left: 298px;
	margin-top: 46px;
	width: 140px;
	height: 118px;
	xbackground-color:#0f0;
}

#area4drop {
	position: absolute;
	margin-left: 126px;
	margin-top: 210px;
	width: 68px;
	height: 77px;
	xbackground-color:#0f0;
}

#area5drop {
	position: absolute;
	margin-left: 209px; 
	margin-top: 158px;
	width: 58px;
	height: 76px;
	xbackground-color:#0f0;
}

#area6drop {
	position: absolute;
	margin-left: 283px;
	margin-top: 210px;
	width: 68px;
	height: 77px;
	xbackground-color:#0f0;
}

#area7drop {
	position: absolute;
	margin-left: 154px;
	margin-top: 298px;
	width: 165px;
	height: 126px;
	xbackground-color:#0f0;
}

.cnsDrop {
	width: 156px;
	height: 26px;
	background-color:#fff;
	border: 1px solid #000;
}

.tractDrop {
	width: 120px;
	height: 52px;
	background-color:#fff;
	border: 1px solid #00f;
}

.draggable {
	cursor: move;
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	width: 100px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 5px 0;
	position: absolute;
}

.draggableCns {
	cursor: move;
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	width: 146px;
	height: 16px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 5px 0;
	position: absolute;
	text-align: center;
}

.draggableTract {
	cursor: move;
	display: block;
	background-color: #fff;
	border: 1px solid #00f;
	width: 110px;
	height: 42px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 5px 0;
	position: absolute;
	text-align: center;
	line-height: 1.2;
}

.draggableDrug, .draggableMechanism {
	cursor: move;
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	width: 188px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 5px 0;
	xposition: absolute;
text-align: center;
}


.dropAnalgesic {
	display: block;
	background-color: #eee;
	border: 1px solid #000;
	width: 178px;
	overflow: hidden;
	padding: 5px;
	margin: 55px;
border-radius: 8px;
text-align: center;

}

.cnsPlaceHolder {
	display: block;
	background-color: #fff;
	border: 1px solid #aaa;
	width: 146px;
	height: 16px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 5px 0;
	position: absolute;
	text-align: left;
	color: #aaa;
	text-align: center;	
}

.tractPlaceHolder {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #aaa;
	display: block;
	width: 110px;
	height: 42px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 5px 0;
	position: absolute;
	text-align: center;
	line-height: 1.2;
}

#cnsDrop1 {
	position: absolute;
	margin-left: 252px;
	margin-top: 105px;
}

#cnsDrop2 {
	position: absolute;
	margin-left: 252px;
	margin-top: 141px;
}

#cnsDrop3 {
	position: absolute;
	margin-left: 252px;
	margin-top: 177px;
}

#cnsDrop4 {
	position: absolute;
	margin-left: 252px;
	margin-top: 213px;
}

#cnsDrop5 {
	position: absolute;
	margin-left: 252px;
	margin-top: 249px;
}

#cnsDrop6 {
	position: absolute;
	margin-left: 252px;
	margin-top: 285px;
}

#cnsDrop7 {
	position: absolute;
	margin-left: 252px;
	margin-top: 322px;
}

#cnsDrop8 {
	position: absolute;
	margin-left: 252px;
	margin-top: 358px;
}

#cnsDrop9 {
	position: absolute;
	margin-left: 252px;
	margin-top: 394px;
}

#tractDrop1 {
	position: absolute;
	margin-left: 174px;
	margin-top: 20px;
}

#tractDrop2 {
	position: absolute;
	margin-left: 108px;
	margin-top: 92px;
}

#tractDrop3 {
	position: absolute;
	margin-left: 241px;
	margin-top: 92px;
}

#tractDrop4 {
	position: absolute;
	margin-left: 424px;
	margin-top: 92px;
}

#tractDrop5 {
	position: absolute;
	margin-left: 20px;
	margin-top: 157px;
}

#tractDrop6 {
	position: absolute;
	margin-left: 484px;
	margin-top: 158px;
}

#tractDrop7 {
	position: absolute;
	margin-left: 79px;
	margin-top: 375px;
}

#tractDrop8 {
	position: absolute;
	margin-left: 265px;
	margin-top: 375px;
}

#tractDrop9 {
	position: absolute;
	margin-left: 417px;
	margin-top: 375px;
}

#tractOption1Container {
	position: absolute;
	margin-left: 99px;
	margin-top: 83px;
}

#tractOption2Container {
	position: absolute;
	margin-left: 232px;
	margin-top: 83px;
}

#tractOption3Container {
	position: absolute;
	margin-left: 415px;
	margin-top: 83px;
}

#tractOption4Container {
	position: absolute;
	margin-left: 11px;
	margin-top: 148px;
}

#tractOption5Container {
	position: absolute;
	margin-left: 475px;
	margin-top: 149px;
}

#tractOption6Container {
	position: absolute;
	margin-left: 70px;
	margin-top: 366px;
}

#tractOption7Container {
	position: absolute;
	margin-left: 256px;
	margin-top: 366px;
}

#tractOption8Container {
	position: absolute;
	margin-left: 408px;
	margin-top: 366px;
}

.cnsItemContainer {
background-color: #fff;
margin: 0;
padding: 4px 5px;
	width: 173px;
	height: 30px;
	float: left;
}


.tractItemContainer {
background-color: #fff;
margin: 0;
padding: 4px 5px;
	width: 120px;
	height: 52px;
	float: left;
}

.itemContainer {
	width: 115px;
	height: 80px;
	float: left;
}

#cnslist {
margin: 10px 0;
position: relative;
xbackground-color: #f00;
	width: 550px;
	padding: 0;
	margin-bottom: 10px;
	border: 2px dashed #ddd;
	float: left;
	z-index: 101;
}

#itemlist {
	width: 230px;
	height: 480px;
	padding: 5px;
	border: 2px dashed #ddd;
	float: left;
	z-index: 101;
}

#painList {
	width: 668px;
	padding: 5px;
	margin: 10px 0;
	border: 2px dashed #ddd;
	float: left;
	z-index: 101;
}

.painDraggable {
	cursor: move;
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	width: 200px;
	overflow: hidden;
	padding: 5px;
	margin: 0 10px 5px 0;
	float: left;
	position: absolute;
}

.painDraggableContainer {
	width: 222px;
	height: 75px;
	float: left;
}

#painDropTable {
margin: 5px;
clear: left;
}

#painDropTable th {
padding: 10px;
width: 204px;
text-align: center;
background-color: #ccc;
}

#painDropTable td {
background-color: #eee;
width: 224px;
text-align: center;
}

.painDroppable {
width: 212px;
height: 200px;
margin: 5px;
}

#tractlist {
margin: 0;
position: relative;
background-color: #fff;
	width: 264px;
	padding: 5px;
	margin-left: 634px;
	margin-bottom: 10px;
	border: 2px dashed #ddd;
	float: left;
	z-index: 101;
}

#transmission1 {
	margin-left: 53px;
	margin-top: 20px;
}

#transmission2 {
	margin-left: 110px;
	margin-top: 20px;
}

#transmission3 {
	margin-left: 64px;
	margin-top: 71px;
}

#transmission4 {
	margin-left: 92px;
	margin-top: 71px;
}

#transmission5 {
	margin-left: 15px;
	margin-top: 126px;
}

#transmission6 {
	margin-left: 141px;
	margin-top: 126px;
}

#transmission7 {
	margin-left: 59px;
	margin-top: 152px;
}

#transmission8 {
	margin-left: 98px;
	margin-top: 152px;
}

#transmission9 {
	margin-left: 6px;
	margin-top: 248px;
}

#transmission10 {
	margin-left: 64px;
	margin-top: 240px;
}

#transmission11 {
	margin-left: 92px;
	margin-top: 240px;
}

#transmission12 {
	margin-left: 141px;
	margin-top: 248px;
}

#transmission13 {
	margin-left: 6px;
	margin-top: 289px;
}

#transmission14 {
	margin-left: 64px;
	margin-top: 286px;
}

#transmission15 {
	margin-left: 92px;
	margin-top: 286px;
}

#transmission16 {
	margin-left: 141px;
	margin-top: 289px;
}

.transmissionCheck {
	xbackground: transparent url(../../images/bg_crosshairs.png) no-repeat 0 0;
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 4px;
	border-radius: 12px;
	moz-border-radius: 10px;
	webkit-border-radius: 10px;
	border: 1px solid #aaf;
	xbackground-color: #fff;
}

.transmissionCheckSelected {
	background: transparent url(../../images/check.png) no-repeat 0 0;
	padding: 0;
	border-width: 5px;
}

.transmissionCheckHover {
	padding: 0;
	border-width: 5px;
}

.dragHelper {
	background: transparent url(../../images/bg_crosshairs.png) no-repeat 0 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 5px;
	border: 2px solid #000;
	background-color: transparent;
}

.pathwayOption {
	float: left;
	border: 1px solid #ccf;
	margin: 9px;
}

.tractOption {
	float: left;
	margin: 8px;
	width: 110px;
	height: 42px;
	background-color:#fff;
	border: 1px solid #00f;
	text-align: center;
	padding: 5px;
	line-height: 1.2;
		
}

.pathwayOptionHover {
	border: 3px solid #aaf;
	margin: 7px;
}

.pathwayOptionSelected {
	float: left;
	border: 5px solid #aaf;
	margin: 5px;
}

.tractOptionHover {
	border: 3px solid #aaf;
	margin: 6px;
}

.tractOptionSelected {
	float: left;
	border: 5px solid #a9a9ff;
	margin: 4px;
	background-color: #e9e9ff
}

.tractOptionSelectedA {
	border: 5px solid #eaea62;
	margin: 4px;
	background-color: #f8f8c4;
}

.tractOptionSelectedB {
	border: 5px solid #b665a6;
	margin: 4px;
	background-color: #d0a2c7;
}

.tractOptionSelectedACorrect {
	border: 5px solid #eaea62;
	margin: 4px;
	background: #f8f8c4 url(../../images/check_trans.png) no-repeat 100px 30px;
}

.tractOptionSelectedAWrong {
	border: 5px solid #eaea62;
	margin: 4px;
	background: #f8f8c4 url(../../images/wrong_trans.png) no-repeat 100px 30px;
}

.tractOptionSelectedBCorrect {
	border: 5px solid #b665a6;
	margin: 4px;
	background: #d0a2c7 url(../../images/check_trans.png) no-repeat 100px 30px;
}

.tractOptionSelectedBWrong {
	border: 5px solid #b665a6;
	margin: 4px;
	background: #d0a2c7 url(../../images/wrong_trans.png) no-repeat 100px 30px;
}

.tractOptionNoneSelectedWrong {
	background: transparent url(../../images/wrong_trans.png) no-repeat 100px 30px;
}

.tractOptionNoneSelectedCorrect {
	background: transparent url(../../images/check_trans.png) no-repeat 100px 30px;
}

#mechanismsReveal {
width: 600px;
text-align: center;
}

#mechanismsReveal h2 {
text-align: center;
font-size: 140%;
padding: 10px 50px;
font-weight: normal;
}

#revealAContainer, #revealBContainer {
	width: 300px;
	float: left;
}

#revealA, #revealB {
width: 100px;
padding: 25px;
border-radius: 75px;
margin: 0 71px;
border: 4px solid #ff3600;
}

#hiddenA p, #hiddenB p {
width: 180px;
padding: 10px;
margin: 0 46px;
border: 4px solid #ff3600;
text-align: left;
}

#revealA, #hiddenA p{
border-color: #0057ff;
}

#revealB, #hiddenB p{
border-color: #ff3600;
}

#revealAContainer h3 {
font-size: 120%;
color: #0057ff;
text-decoration: underline;
cursor: pointer;
}

#revealBContainer h3 {
font-size: 120%;
color: #ff3600;
text-decoration: underline;
cursor: pointer;
}

#hiddenA strong {
color: #0057ff;
}

#hiddenB strong {
color: #ff3600;
}

#hiddenA, #hiddenB {
width: 300px;
display: none;
}

#arrowA {
background: transparent url(../../images/blueArrow.png) no-repeat center center;
height: 70px;
}

#arrowB {
background: transparent url(../../images/redArrow.png) no-repeat center center;
height: 70px;
}

#arrowsRedBlue {
background: transparent url(../../images/arrowsRedBlue.png) no-repeat center center;
height: 600px;
height: 50px;
}


.correct {
	background-color: #afa;
	border-color: #63d560 !important;
}

.incorrect {
	background-color: #faa;
	border-color: #d26c69 !important;
}

.correctCheck {
	border-color: #63d560;
	background: transparent url(../../images/check.png) no-repeat 0 0;
}

.incorrectCheck {
	border-color: #d26c69;
	background: transparent url(../../images/wrong.png) no-repeat 0 0;
}

.hover {
	background-color: #ddd;
}

#controls, #controls2 {
font-size: 120%;
padding: 10px 0;
clear:left;
}

.clear {
clear: left;
}

#menu ul{
list-style: none;
margin: 10px 0 0 0;
line-height: 1.1;
}

#menu ul li {
padding: 4px;
margin: 0;
}
	
#menu a {
 color: #00f;
}
	
.active {
background-color: #ede2c0;
}

.todo {
border: 1px dashed #f00;
padding: 5px;
}

.glossary {
cursor: help;
color: #00c;
 text-decoration: none;
 border-bottom: #00c 1px dotted;
}

.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: #ffffdb;
	border: 2px solid #854e08;
	color: #854e08;
	padding: 5px;
	width: 300px;
	margin-left: 5px;
}

.center {
text-align: center;
}

#svgcontainer, #svgcontainer2, #svgbasics {
	position: absolute;
	left: 0px; top: 0px;
	width: 200px;
	height: 447px;
	z-index: 100;
	xbackground-color: #f00;
}

#svganalgesic1, #svganalgesic2 {
	position: absolute;
	left: 200px; top: 0px;
	width: 300px;
	height: 570px;
	z-index: 100;
	xbackground-color: #f00;
}

#analgesic_drugs {
float: left;
width: 200px;
xbackground-color: #0f0;
}

#analgesic_classes {
float: left;
width: 300px;
xbackground-color: #f00;
}

#analgesic_mechanisms {
float: left;
width: 200px;
xbackground-color: #00f;
}

.analgesicColumnTitle {
margin: 3px;
text-align: center;
font-weight: bold;
}
 
#pathways {
	position: relative;
	width: 200px;
	height: 547px;
	float: left;
}

.letter {
position: absolute;
width: 20px;
height: 24px;
cursor: pointer;
xbackground-color: #f00;
}

#pathwayInputHolder {
float: left;
width: 400px;
}

#pathway_text, #synapse_text {
border: 1px solid #000;
padding: 8px 4px 4px 4px;
font-size: 24px;
letter-spacing: 0.3em;
}

#stage2 {
display: none;
}

.letterFG { position: absolute; width: 1px; height: 1px; background-color: red;}
#letterFG1 { left: 92px; top: 193px; }
#letterFG2 { left: 101px; top: 196px; }
#letterFG3 { left: 106px; top: 200px; }
#letterFG4 { left: 113px; top: 256px; }
#letterFG5 { left: 116px; top: 365px; }

#letterA { left: 1px; top: 362px; }
#letterB { left: 76px; top: 354px; }
#letterC { left: 106px; top: 354px; }
#letterD { left: 176px; top: 362px; }
#letterE { left: 73px; top: 216px; }
#letterF { left: 80px; top: 181px; }
#letterG { left: 97px; top: 181px; }
#letterH { left: 109px; top: 216px; }
#letterI { left: 51px; top: 72px; }
#letterJ { left: 72px; top: 91px; }
#letterK { left: 105px; top: 91px; }
#letterL { left: 126px; top: 72px; }
#letterM { left: 66px; top: 8px; }
#letterN { left: 115px; top: 8px; }

#synapseLetterA { left: 1px; top: 362px; }
#synapseLetterB { left: 76px; top: 354px; }
#synapseLetterC { left: 106px; top: 354px; }
#synapseLetterD { left: 176px; top: 362px; }
#synapseLetterE { left: 73px; top: 216px; }
#synapseLetterF { left: 80px; top: 181px; }
#synapseLetterG { left: 97px; top: 181px; }
#synapseLetterH { left: 109px; top: 216px; }
#synapseLetterI { left: 51px; top: 72px; }
#synapseLetterJ { left: 72px; top: 91px; }
#synapseLetterK { left: 105px; top: 91px; }
#synapseLetterL { left: 126px; top: 72px; }
#synapseLetterM { left: 66px; top: 8px; }
#synapseLetterN { left: 115px; top: 8px; }

.letterSelected {
	position: absolute;
	display: none;
	margin: 4px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: red;
}
