body {
  margin: 0;
  padding: 0 1.5em;
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
}

#header {
  margin: 1em 0 .5em;
}

#logo {
  display: inline;
  float: left;
  border: none;
  margin-top: 0.1em;
}

#logo img {
  border: none;
  margin-top: -7px;
}

#topnav {
  background-color: #35557c;
  margin: 1em 0 0.5em 0;
  padding: 0.3em 0;
}

#topnav li {
  display: inline-block;
  padding: 0.3em;
}

#topnav a:link, #topnav a:visited {
  display: block;
  padding: 0.3em;
  color: white;
  text-decoration: none;
  border: 1px solid transparent;
}

#topnav a:hover, #topnav a:active {
  border: 1px solid #fff;
}

#topnav a.selected {
  color: #fff;
  border: 1px solid #fff;
}

#topnav a.selected:hover {
  border: 1px solid #fff;
  text-decoration: underline;
}

#main {
  min-height: 80%;
}

h1, h2, h3 {
  color: #C54000;
}

h1 {
  font-size: 150%;
}

h2 {
  margin: .5em 0 .5em -1em;
  font-size: 130%;
}

#prevnext {
  float: right;
  font-size: 75%;
  margin: -1.75em 0 0;
  padding: 0.2em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.sect #prevnext {
  clear: both;
  margin: 1em;
  border: 1px solid #ccc;
}

#prevnext li {
  display: inline;
  padding: 0 0.3em 0 1em;
}

li#prev {
  border-right: 1px solid #ccc;
  padding: 0 1em 0 0.3em;
}

span.i {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: -3px;
}
#prevnext span.i, #pdf-embed span.i {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-bottom: -1px;
}
span.i-cc {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 0 -4px 0;
}

.i-cc.attribution {
  background: transparent url(../sprites.png) no-repeat scroll -30px -20px;
}

.i-cc.non-commercial {
  background: transparent url(../sprites.png) no-repeat scroll 0 -20px;
}

.i-cc.share-alike {
  background: transparent url(../sprites.png) no-repeat scroll -15px -20px;
}

.i-cc.no-derivatives {
  background: transparent url(../sprites.png) no-repeat scroll -45px -20px;
}

#prev span.i {
  background: transparent url(../sprites.png) no-repeat scroll 0 0;
}

#prev .disabled span.i {
  background: transparent url(../sprites.png) no-repeat scroll -20px 0;
}

#next span.i {
  background: transparent url(../sprites.png) no-repeat scroll -10px 0;
}

#next .disabled span.i {
  background: transparent url(../sprites.png) no-repeat scroll -30px 0;
}

#prevnext a:link, #prevnext a:visited {
  color: #000;
  text-decoration: none;
}

#prevnext a:hover, #prevnext a:active {
  text-decoration: underline;
}

#sidenav {
  width: 12em;
  float: left;
  margin: 0 auto;
  padding: 0;
  background-color: #d2d9e2;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 1px;
}

#sidenav li {
  display: block;
  padding: 0;
}

#sidenav a {
  display: block;
  padding: 0.3em 0.5em;
  font-size: 0.85em;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

#sidenav a:link, #sidenav a:visited {
  color: #000;
}

#sidenav a:hover, #sidenav a:active {
  text-decoration: underline;
}

#sidenav a.selected {
  font-weight: bold;
}

#sidenav ul {
  padding: 0;
}

#sidenav ul a {
  background-color: #e6eaef;
  border-bottom: 1px solid #ccc;
  padding-left: 1.5em;
}

#sidenav ul a.selected {
  color: #C54000;
}

#sidenav a.descendant-selected {
  border-bottom: 1px solid #acafb3;
  font-weight: bold;
}

#content {
  background: url("../bg.png") white top left repeat-x;
  padding: 0 2em;
  background-color: #fff;
  border: 1px solid #ccc;
}

#sidenav + #content {
  margin-left: 12.8em;
}

a {
  color: black;
}

#pathstart {
  margin-left: 3em
}
#pathstart dt {
  font-size: 110%;
  margin: 1em auto;
}

#pathstart a {
  color: #35557c;
}
#context, #activity {
  float: left;
  width: 49%;
  padding: 0.3em;
}

#activity {
  border-left: 1px solid #727272;
  padding-left: 0.5em;
}

blockquote {
  font-weight: bold;
}

.mediagroup {
  text-align: center;
}

.casemedia {
  display: inline-block;
  border: 1px solid #ccc;
  padding: .5em;
  background-color: #fff;
}

.clear {
  clear: both;
}

dl {
  margin: .5em 0;
}

dt {
  font-weight: bold;
  margin-top: 1em;
}

dd > p {
  margin-top: 0;
}

img[usemap] {
  color: #35557c;
}

#flowList li p {
  border: 1px solid #000;
  padding: .5em;
}

#flowList li:after {
  display: block;
  content: url('../arrow_d.png');
  margin: 1em 20%;
}
#flowList li#b:after {
  text-align: center;
}
#flowList li#c:after {
  text-align: right;
}

#flowList li:last-child:after {
  content: none;
}

#qNav {
  margin: .2em -1.5em;
  padding: 0;
  border-bottom: 1px solid #ddd;
  color: #fff;
}

#qNav li {
  display: inline;
  list-style: none;
  margin: 0;
}

#qNav li a {
  background-color: #35557c;
  display: inline-block;
  padding: .3em 1em;
  border: 1px outset #727272;
  color: #fff;
  font-weight: bold;
  font-size: .85em;
  margin: .2em .3em;
  text-decoration: none;
}

#qNav li a:hover {
  background-color: #5b6b7e;
}

.qBlock {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.sep {
  margin: 1em 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

.source {
  text-align: right;
  font-style: italic;
}
.disabled {
  color: #666;
}

textarea {
  width: 100%;
  min-height: 6em;
}

.optionList li, .key li {
  list-style: none;
}

.optionList.A li {
  list-style: upper-alpha;
}

.answer {
  display: none;
  margin: 0 1em;
}

.standard span {
  background: transparent url(../sprites.png) no-repeat scroll 0px -36px;
}

.key-indicator span {
  background: transparent url(../sprites.png) no-repeat scroll -16px -36px;
}

.guidance span {
  background: transparent url(../sprites.png) no-repeat scroll -32px -36px;
}

.annex span {
  background: transparent url(../sprites.png) no-repeat scroll -48px -36px;
}

.illus {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #aaa;
  text-align: center;
  margin: 1em auto;
  padding: .5em;
}
.illus.right {
  float: right;
  clear: right;
  margin: 0 0 .3em .8em;
  width: auto;
}
.illus.left {
  float: left;
  margin: 0 .8em .3em 0;
  width: auto;
}
.illus h3 {
  color: #35557c;
  margin: .5em;
}
.illus img {
  border: 1px solid #ccc;
}
.illus p, .attribution, .license {
  font-size: 80%;
}

.active {
  cursor: pointer;
}

a.infoLink {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  font-style: italic;
}
.infoLinkText {
  display: none;
  width: 50%;
  background-color: #fff;
  border: 1px solid #000;
  padding: .5em;
}

.sphere-discussion {
  margin: 0.5em 1em;
  padding: 0.2em 1em;
  background-color: #e6eaef;
  border: 3px solid #35557C;
  border-width: 1px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sphere-discussion h3 {
  color: #35557C;
  margin-top: .5em;
}

.sphere-discussion .standard, .sphere-discussion .guidance, .sphere-discussion .key-indicator, .sphere-discussion .annex {
  margin-left: 3em;
}

#footer {
  margin-top: 15em;
  font-size: .8em;
  border: 1px solid #ccc;
  padding: .5em 1em;
}

#throbber {
  position: fixed;
  top: 49%; left:49%;
}

#pdf-embed {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, .5);
}

#pdf-embed .frame {
  position: fixed;
  top: 3em; right: 3em; bottom: 3em; left: 3em;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em;
}

#pdf-embed .controls {
  border: 1px solid #ccc;
  padding: .3em;
}

#pdf-embed .close {
  float: right;
}

#pdf-embed span.i.close {
  background: transparent url(../sprites.png) no-repeat scroll -40px 0;
  float: right;
  margin: .25em;
}

.indicators > li, .guidance > li {
  list-style: none;
  margin-bottom: 2em;
}

.editorial {
  background-color: yellow;
}

.correct, .incorrect {
  border: 1px solid #ccc;
  padding: .1em .5em;
  font-weight: bold;
  background-color: #afa;
}
.incorrect {
  background-color: #faa;
}
.noborder {
  border: none !important;
}

caption {
  color: #35557c;
  font-weight: bold;
}
