* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #222;
}


ul {
  list-style-type: none;
}

#userinformation {
  margin-top: 9px;
  text-align: left;
  padding: 3px 0px;
  border-top: 1px solid #BCACD5;
}

#userinformation ul {
  font-size: 11px;
  font-family: Verdana, arial, sans-serif;
  text-align: right;
  list-style-type: none;
}

#userinformation ul li {
  display: inline;
  padding-left: 6px;
  list-style-type: none;
}

#userinformation ul li a, #userinformation ul li a:visited {text-decoration: none;}
#userinformation ul li a:hover, #userinformation ul li a:visited:hover {text-decoration: underline;}

#content {
  padding: 13px 0px;/*23*/
  font-family: arial, verdana, sans-serif;
}

#content h2 {
  font: bold 24px/24px Arial, verdana, sans-serif;
  padding: 10px 0 10px 0;
  margin: 0 0 17px 0;
  border-bottom: 2px solid #BCACD5;
  color: #000;
}

#content h3 {
  font: bold 17px/17px Arial, verdana, sans-serif !important;
  padding: 10px 0 6px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  color: #000;
}

#content p {
  padding: 3px 0 13px 0;
  font: normal 12px/18px arial, Verdana, sans-serif;
}

#content p.watchvideo {text-align: center;margin: 0 auto;border: 1px solid #B1A6C3; padding: 3px;margin-bottom: 10px;}

#content p.watchvideo a, #content p.watchvideo a:visited {
  margin: 0 auto;
  display: block;
  background: #F3CEB3;
  height: 25px;
  color: #846DA7 !important;
  text-align: center !important;
  line-height: 25px;
  text-decoration: none !important;
  font: bold  14px/25px Arial, sans-serif;
  text-transform: uppercase;
}

#content p.watchvideo a:hover, #content p.watchvideo a:visited:hover {
  background: #F9A03A !important;
  color: #4F3578 !important;
}

#content p strong {
  display: block;
  font: bold 14px/14px Trebuchet Ms, Arial, sans-serif;
  color: #846DA7;
  padding: 4px 0 6px 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 4px;
}

#content form p strong {
  font: bold italic 18px/18px Arial, verdana, sans-serif;
  display: inline;
  float: left;
  width: 26px;
  height: 30px;
  margin-top: -3px;
  margin-right: 10px; 
  color: #FAB361;
  border: 0;
  text-align: right;
  
}

#content ul, #content ol {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 13px 38px
}

#content ol {
  padding-left: 26px;
}

.ending {
border-top: 2px solid #ccc;
padding-top: 12px;
padding-bottom: 20px;
}

input.moveforward {
  float: right;
  background: url(/_images/button-next-question.gif) top left no-repeat;
  padding: 0px;
  margin: 0;
  width: 133px;
  height: 40px;
  display: block;
  font-size: 11px;
  font-family: verdana;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
}

input.submitanswers {
  float: right;
  background: url(/_images/button-submit-my-answers.gif) top left no-repeat;
  padding: 0px;
  margin: 0;
  width: 178px;
  height: 40px;
  display: block;
  font-size: 11px;
  font-family: verdana;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
}

#content form a.movebackward {
  text-decoration: none;
  color: #222;
  float: left;
  background: url(/_images/button-previous-question.gif) top left no-repeat;
  border: none;
  padding: 0px;
  margin: 0;
  width: 166px;
  height: 40px;
  font-size: 11px;
  text-indent: -9000px;
  display: block;
}

input.radii {
  float: left;
  margin: 0px 10px 0 0;
}

#content form fieldset ul li {padding-bottom: 3px;}
#content form fieldset ul li span {display: block; float: left;margin-right: 8px; width: 20px;}

.answersheet strong {float: left; width: 34px;}
.answersheet span.first {float: left; width: 25px;}

#content table {float: none !important;}

table #chart {border:thin; border-color:#333333;}

table, table tr, table tr td {font-family: arial, sans-serif;font-size: 12px;}

table {padding-top: 20px;}
table td {padding: 3px;}

table.mytable { width: auto; padding: 0px; border: none; border: 0px solid #789DB3;}
table.mytable td { font-size: 13px; border: none; background-color: #F4F4F4; 
vertical-align: middle; padding: 4px; text-align:center; }
table.mytable tr.special td { border-bottom: 1px solid #ff0000;  }


form input, form select {border: 1px solid #aaa;background: #fff;padding: 2px 3px;}

textarea.shortanswer {height: 200px;border: 1px solid #aaa;width: 500px;padding: 5px 6px;margin: 5px 0 20px 0; font-family: arial, san-serif;font-size: 12px;line-height: 16px;}
textarea.smallanswer {height: 50px;border: 0px solid #aaa;width: 150px;margin: 2px 0 2px 0; font-family: arial, san-serif;font-size: 12px;line-height: 16px; overflow:auto;}
input.normanswer {border: 1px solid #aaa;}

#vidplayer {background: #fff;text-align: center; padding-top: 18px;}
#vidplayer object {margin: 0 auto;}